Updates 2020-10-14
Zero-diff to previous release: YES for AGCM, NO for coupled model
Restart Changes: YES (OLRB06RG
and TBRB06RG
variables added to irrad_internal
restart)
Major updates include:
- Add TOA RRTMG Band6 (window region) IR diagnostics.
- Include new diagnostics for the constraints and new plots for them.
- Clean up clumsy logic in GEOS_OpenWaterGridComp.F90 (Issue #356)
- removes the
AOIL_COMP_SWITCH
- AOIL now properly works with the coupled model (non 0-diff)
- maintains 0-diff for uncoupled mode
- computations to update the state variables (TW, SW, HW and other internals) are now performed via a call to
AOIL_v0
. AOIL_v0
also provides following two options that are turned OFF by default:- provide a more gradual decay of diurnal warming as observed in nature:
WARM_LAYER_GRAD_DECAY
- update turbulent heat fluxes after the state variables have been updated:
UPDATE_FLUXES_AOIL_SECOND_STEP
- provide a more gradual decay of diurnal warming as observed in nature:
- removes the
- Upgrade to MAPL 2.3 with a number of changes listed here.
- Fixed regrid_forcing.x and regrid_forcing_esmf.x so they will work with MAPL2.2 and beyond.
- Logging config improvements and bugfixes.
- Fixed a bug in ExtData when extrapolating on a Leap Day.
- Added a deflate and bit shaving option to
Regrid_Util.x
. - Fix bug with using coarse grids in History and ExtData.
- Lowers the amount of jobs used during
make -jN install
inbuild.csh
to mitigate possible segfaults. - Updated the NCPUs detection in various post scripts to be SLURM-aware.