Closed ekluzek closed 9 months ago
@fischer-ncar and @jedwards4b should I make the PR for this to the cime6.0.217_httpsbranch branch or to master?
ERI tests were working in cesm2_3_alpha17a using cime6.0.175, so it must be some change past that point.
This is fixed already in tag 02 of the same branch
Ahhh, OK it's added into the helper function rather than before each use of it. Which is better. You could also remove the part that's for rundir a little later.
I also didn't see that tag in the testdb and had to fetch all the tags to see it in my clone.
But, in any case, I'm closing this as fixed in cime6.0.217_httpsbranch02
With cime6.0.217_httpsbranch01 in CTSM (https://github.com/ESCOMP/CTSM/pull/2385) the ERI tests are failing in the test list.
ERI_C2_Ld9.f10_f10_mg37.I2000Clm51BgcCrop.derecho_gnu.clm-default
ERI_D.ne30pg3_t232.I1850Clm51BgcCrop.derecho_intel.clm-clm51cam6LndTuningMode
ERI_D_Ld9.f10_f10_mg37.I1850Clm45Bgc.derecho_gnu.clm-default
ERI_D_Ld9.f10_f10_mg37.I1850Clm51Bgc.derecho_gnu.clm-default
ERI_D_Ld9.f10_f10_mg37.I2000Clm50BgcCru.derecho_gnu.clm-default
ERI_D_Ld9.f10_f10_mg37.I2000Clm50BgcCru.derecho_intel.clm-default
ERI_D_Ld9.ne30_g17.I2000Clm50BgcCru.derecho_intel.clm-vrtlay
ERI_Ld9.f10_f10_mg37.I2000Clm50BgcCru.derecho_gnu.clm-default
ERI_Ld9.f10_f10_mg37.I2000Clm50BgcCru.derecho_gnu.clm-drydepnomegan
ERI_Ld9.f10_f10_mg37.I2000Clm50BgcCru.derecho_intel.clm-default
ERI_Ld9.f45_g37.I2000Clm50BgcCru.derecho_intel.clm-nofire
ERI_D_Ld9_P48x1.T31_g37.I2000Clm50Sp.izumi_nag.clm-reduceOutput
ERI_D_Ld9_P48x1.f10_f10_mg37.I2000Clm50BgcCru.izumi_nag.clm-reduceOutput
ERI_D_Ld9_P48x1.f10_f10_mg37.I2000Clm50Sp.izumi_nag.clm-SNICARFRC
They fail with the following kind of message...
This simple fix gets it to work.
Which looks like the right thing to do, because similar logic is already being done for rundir below this.
I'm guessing that something was changed such that rundir2 isn't created at this point, but was in the past. But, in any case the above gets it to work.