GEOS-ESM / GEOSana_GridComp

Repository containing code for data analysis for the GEOS Earth System Model data assimilation
Apache License 2.0
1 stars 3 forks source link

bring in fix for CO2 options #133

Closed rtodling closed 1 year ago

rtodling commented 1 year ago

Some options for CO2 were not working due to a reversal of lines in GSI_GridComp that attempted to define seasonal co2 option before time was properly set. This is zero diff to present ico2=3 settings anavinfo. Fix allows for options 0 and 2 to work as meant to (ico2 = 1 is not implemented - don't ask me why).

gmao-msienkie commented 1 year ago

I had an old branch bugfix/msienkie/gridtime with a change in GEOSaana_GridComp/GSI_GridComp/GSI_GridCompMod.F90 similar to this - I will wipe out my old branch in favor of yours.