repository for the Functionally Assembled Terrestrial Ecosystem Simulator (FATES)
Other
105
stars
92
forks
source link
SMS_Lm3_D_Mmpi-serial.1x1_brazil.I2000Clm50FatesCruRsGs.izumi_intel.clm-FatesColdHydro fails when t_soisno is initialized to 272K instead of 274K #1163
A change is planned for the host model CTSM such that soil temperature for a cold start will be initialized to 272K instead of the current 274K. Purpose is to avoid locking in large amounts of deep soil carbon at high latitudes. Testing indicated a failure for SMS_Lm3_D_Mmpi-serial.1x1_brazil.I2000Clm50FatesCruRsGs.izumi_intel.clm-FatesColdHydro, caused by a divide by zero in FatesHydroWTFMod.F90 at this line:
psi = this%psi_sat*(th/this%th_sat)**(-this%beta)
where th is zero.
Please see https://github.com/ESCOMP/CTSM/issues/2373 for more details.
Plan is that @rgknox has graciously agreed to provide a fix for this that @olyson will test in his current configuration. For the purposes of integrating the soil temperature change in CTSM, the test in question will be labeled as an ExpectedFail.
A change is planned for the host model CTSM such that soil temperature for a cold start will be initialized to 272K instead of the current 274K. Purpose is to avoid locking in large amounts of deep soil carbon at high latitudes. Testing indicated a failure for SMS_Lm3_D_Mmpi-serial.1x1_brazil.I2000Clm50FatesCruRsGs.izumi_intel.clm-FatesColdHydro, caused by a divide by zero in FatesHydroWTFMod.F90 at this line:
psi = this%psi_sat*(th/this%th_sat)**(-this%beta)
where th is zero. Please see https://github.com/ESCOMP/CTSM/issues/2373 for more details. Plan is that @rgknox has graciously agreed to provide a fix for this that @olyson will test in his current configuration. For the purposes of integrating the soil temperature change in CTSM, the test in question will be labeled as an ExpectedFail.