atmos
atmos copied to clipboard
I think this is an indexing error for fixed mixing ratio upper boundary conditions https://github.com/VirtualPlanetaryLaboratory/atmos/blob/cdfe1b0bc30dc396cb946dbf7079643bbd2236d9/PhotoMain.f#L2020 I think the `K` should be replaced with an `I`. The code should be ```fortran...
Is `ClimaMain.f` intentionally sleeping for two seconds at the beginning of the model run? I'm not sure it's necessary to wait that long for anything that's happened prior to the...
Removed a few commented print statements, as well.
When compiling Clima with the gfortran-8 (packaged with gcc-8) the following compilation error occours: ``` CLIMA/RRTM/rrtatm.f:878:38: CALL CMPALT(2,PTMP,TTMP, 1 Error: Actual argument contains too few elements for dummy argument 'pm'...
Part of the output from running Photo produces improperly formatted numbers. For example, after running ModernEarth* there are numbers such as "3.78-101" inside "out.out", which should be formatted as "3.78E-101"....