Limit warning messages on STDEV_ELEV and manunitro to masterproc #7967
+2
−0
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.
When the first choice variable for stdev_elev in surfrdMod and manunitro in pftvarcon modules
are not available, it sets to print a warning message then read the alternative. The changes here
are to minimize the warning printout.
[BFB]
Example of current printout as recorded in e3sm.log (for coupled ne256 eamxx)
1153: surfrd_get_topo_for_solar_rad WARNING: STDEV_ELEV NOT on fsurdat file. Try to use STD_ELEV instead.
2497: surfrd_get_topo_for_solar_rad WARNING: STDEV_ELEV NOT on fsurdat file. Try to use STD_ELEV instead.
1089: surfrd_get_topo_for_solar_rad WARNING: STDEV_ELEV NOT on fsurdat file. Try to use STD_ELEV instead.
... (omitting numerous repetition)
1811: pftconrd WARNING: manunitro NOT in parameter file. Try to use fertnitro instead.
1410: pftconrd WARNING: manunitro NOT in parameter file. Try to use fertnitro instead.
1155: pftconrd WARNING: manunitro NOT in parameter file. Try to use fertnitro instead.
... (omitting numerous repetition)
(see more in
/pscratch/sd/w/wlin/E3SM_testings/20251228.ne256.WCYCLXX1850/run/e3sm.log.47433844.260105-230208)