Change default for SNOW_ALBEDO_INFO (GEOS_SurfaceGridComp.rc) #989
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.
@biljanaorescanin, @sdrabenh, @mathomp4,
I'm wondering how we can go about changing the default for the SNOW_ALBEDO_INFO resource parameter. The newest "v12" bcs are meant to be used with SNOW_ALBEDO_INFO=1, both in the new (post-Krok) AGCM (w/ increased vertical resolution etc) and in the new SMAP L4_SM Version 8 system. Going forward, we don't want users to run the model with the old SNOW_ALBEDO_INFO=0 by default. We can't keep instructing users to make this change manually just to keep current with the latest development, and we need to find a way to change the default for both the AGCM and GEOSldas.
Changing the default in the GEOS_SurfaceGridComp.rc (as in 1c12f21) should work for GEOSldas, owing to the preprocessing of GEOS_SurfaceGridComp.rc during ldas_setup. But this will upset the GEOSldas (nightly) regression tests (which also still use NLv3 bcs). To fix this, we could either change the tests to use v12 bcs (plus the new SNOW_ALBEDO_INFO default) and re-baseline, or we could add an explicit specification of SNOW_ALBEDO_INFO=0 in the GEOSldas test config (and keep using the old NLv3 bcs).
For the AGCM, the edit that engages the new default should be 2c236b0. (I think gcm_setup mostly ignores GEOS_SurfaceGridComp.rc.) But this will likewise upset the AGCM regression tests. Same choice here -- switch to new bcs and re-baseline, or augment with explicit SNOW_ALBEDO_INFO=0 config.
Please advise, thanks!
PS: I'm not sure if this change should be labeled 0-diff or non-0-diff, so I added both labels.
PPS: The above assumes that the default bcs version is also updated to v12. (SNOW_ALBEDO_INFO=1 will fail with NL3 bcs.)