GEOS-ESM / GEOSgcm_GridComp

Repository containing the physics and IAU code for the GEOS Earth System Model
Apache License 2.0
9 stars 7 forks source link

Auto PR - develop → MAPL-v3 - Refactor OGCM IS_FCST to OGCM_IS_FCST #912

Closed github-actions[bot] closed 4 months ago

github-actions[bot] commented 4 months ago

:memo: Automatic PR: developrelease/MAPL-v3

Description

Refactor OGCM IS_FCST to OGCM_IS_FCST

Testing by @sanAkel and @rtodling found that IS_FCST was a resource parameter in both the AGCM Grid Comp and in the DataSea and DataIce Grid Comps that was doing different things. In the DataSea and DataIce Grid Comps, it determined persistence of SST/ICE via MAPL_ReadForcing. But in the AGCM, it altered IAU handling (I think?).

Either way, there was no good way to set one without setting the other. So, for separability, we rename all the oceanic IS_FCST to be OGCM_IS_FCST. We keep the AGCM IS_FCST as it currently is named unless there is a desire to refactor it from @sdrabenh or others.

:file_folder: Modified files

.../GEOSdataseaice_GridComp/GEOS_DataSeaIceGridComp.F90 | 2 +- .../GEOSdataseaice_GridComp/GEOS_DataSeaIceGridComp_ExtData.F90 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)