Skip to content

Fortran code for a delta eddington twostream solver with maximum random cloud overlap assumptions

License

Notifications You must be signed in to change notification settings

NinaCrnivec/maxrand_twostream

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Delta Eddington Twostream solver mit maximum random cloud overlap assumptions

The code here includes a delta eddington twostream solver with the plane parallel approximation and a maximum random overlap solver.

  • Attention: The code here was to get a student started. Not finished nor correctly working at the moment. Don't use it! Would be nice though if you'd be willing to fix the code :) Otherwise let me know, I could probably find the time to finish it.

Installation

mkdir build
cd build
cmake ..
make
./bin/solve

About

Fortran code for a delta eddington twostream solver with maximum random cloud overlap assumptions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 68.7%
  • Fortran 27.9%
  • CMake 2.2%
  • Other 1.2%