Make APPAR_TEMP and DISCOIS variables available when calc_human_stress_indices is FAST - #4111
Conversation
…s_indices is FAST
|
This was supposed to go on b4b-dev but somehow I've based this on main. Suggestions on how to fix this? |
Ok, I've fixed this. |
|
aux_clm failures on Derecho (other than expected field list differences and EXPECTED FAILURES): I don't see this listed as expected. The baseline namelists nuopc.runseq and nuopc.runconfig are missing. And there are items present in the baseline drv_flds_in that aren't in my version. Similarly in drv_in and lnd_in. aux_clm failures on Izumi (other than expected field list differences and EXPECTED FAILURES): I think the mizuroute NLCOMP failures should be expected since they have the test case name in the namelist file. and my branch mizuRoute.control has: The lombardozzi run failed with this error in the cesm log at the end of the case2run: The mediator log show successful completion: I reran this test and it passed. So, in summary, aux_clm testing on Derecho and Izumi passed (eventually) and I will merge this to b4b-dev tomorrow. |
|
@ekluzek Most of the fields are either APPAR_TEMP* or DISCOIS*, so I grep those out and then also get these:
|
Description of changes
Make APPAR_TEMP and DISCOIS variables available when calc_human_stress_indices is FAST.
These variables do not depend on the more expensive wet bulb calculation (calc_human_stress_indices=ALL).
Accomplish this by moving these variables out from within this if block within HumanIndexMod.F90:
Specific notes
Contributors other than yourself, if any:
CTSM issues resolved or otherwise addressed, if any:
None
Any user interface changes (namelist or namelist defaults changes)?
No
Testing planned or performed, if any:
Results are bfb except for field list differences as expected:
Requirements before merge: