geoschem / gchp_legacy

Repository for GEOS-Chem High Performance: software that enables running GEOS-Chem on a cubed-sphere grid with MPI parallelization.
http://wiki.geos-chem.org/GEOS-Chem_HP
Other
7 stars 13 forks source link

[BUG/ISSUE] Run failure in transport tracers simulation with 12.6.2 #57

Closed lizziel closed 4 years ago

lizziel commented 4 years ago

An update made to 12.6.2 for where to set the State_Met array for albedo inadvertently broke the transport tracers simulation. The code was moved from Chem_GridCompMod.F90 to Includes_Before_Run.H and in the process was slimmed down to remove the handling for if the UV_ALBEDO MAPL pointer is not found. The UV albedo is not used in the transport tracers simulations and therefore the call to get the pointer now results in error.

lizziel commented 4 years ago

This bug is fixed in https://github.com/geoschem/gchp/commit/2f251ff646f22bc805935b6a8b5e104da78db03f. It will be included in 12.6.3.