Lizzie Lundgren
Lizzie Lundgren
This PR is a minor bug fix for computing `State_Met%IsLand`, `State_Met%IsWater`, `State_Met%IsSnow`, and `State_Met%IsIce`. https://github.com/geoschem/geos-chem/blob/412ba5906b2aa9dcd72a2188c76c50220c3697b7/GeosCore/calc_met_mod.F90#L306-L310 The masks are determined based in part on fraction of land without snow or ice...
This feature request is to (1) remove use of land-water-ice index (LWI) meteorology input in GC-Classic, and (2) remove the GEOS-Chem `State_Met%LWI`. The motivation for this is the land-water-ice index...
Use of goto is discouraged as it is confusing and very old fortran. Still, it is present is many places in GEOS-Chem. We should retire it.
We are trying to move away from module variables and instead store data that is persistent across timesteps within state variables. There are several module variables in aerosol_mod.F90 that could...
Currently we hard-code names per simulation to use when creating run directories for integration testing. This works well but misses if there is a problem with default run directory names....
There is a lot of diagnostic code within Do_Fullchem and it has been increasing lately for GEOS diagnostics. Some of it has previously been abstracted. It would be good to...
I just ran into this issue so am making a note of it to look at later. I think turning off base emissions is primarily useful for GCST testing so...
GEOS-Chem Classic currently has a parallelization issue that snuck in since we retired the Unit Tester without replacing parallelization tests. Once the problem is fixed we should implement a comprehensive...
There is currently a problem comparing GCHP output with different grid resolutions using the 1-yr full chemistry benchmark code, as is necessary for 14.0 (C24) which compares to 13.2 (C48)....
I noticed that the 14.0 benchmark does not have diff-of-diffs plots for the transport tracer simulation, presumably because it is not in the transport tracer yml file and has not...