Lizzie Lundgren

Results 77 issues of 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...

bug

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...

feature
data sources / I-O

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.

category: Feature Request
topic: Structural Modifications

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...

feature
structural modification

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....

never stale

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...

category: Feature Request
never stale
topic: Structural Modifications
no-diff-to-benchmark

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...

GCHP
HEMCO
never stale

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...

never stale

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)....

bug
cubed-sphere
benchmark plots and tables

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...

category: Feature Request
never stale
topic: Benchmark Plots and Tables