Refactor DataSea/DataIce IS_FCST to OGCM_IS_FCST #66
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 viaMAPL_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 beOGCM_IS_FCST
. We keep the AGCMIS_FCST
as it currently is named unless there is a desire to refactor it from @sdrabenh or others.This PR has companion PRs: