E3SM-Project / E3SM

Energy Exascale Earth System Model source code. NOTE: use "maint" branches for your work. Head of master is not validated.

Home Page:https://docs.e3sm.org/E3SM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

v3.NARRM L80 runs failed due to temporary vertical grid override

tangq opened this issue · comments

commented

Due to the temporary vertical grid override for RRM cases #6112, the ongoing v3.NARRM (F20TR.northamericax4v1pg2_r025_IcoswISC30E3r5) tests failed when trying to use the L80 atmospheric initial condition (IC) interpolated from v3.LR production runs.

I am not sure about the best solution for now. Suggestions are welcome that can let us test v3.NARRM.L80 without needing to update all the L72 atm ICs used in RRM tests to L80. (Would it be better updating the L72 ICs until we have final v3.NARRM.L80 runs?)

I am temporarily developing v3.NARRM with this patch.

diff --git a/components/eam/cime_config/config_component.xml b/components/eam/cime_config/config_component.xml
index 33eaacb36b..21fc342d03 100755
--- a/components/eam/cime_config/config_component.xml
+++ b/components/eam/cime_config/config_component.xml
@@ -59,7 +59,7 @@
       <value compset="_EAM.*_BGC%*"            >-co2_cycle</value>
 
       <!-- Temporarily override the default v3 vertical grid (L80) and use L72 to maintain RRM test coverage -->
-      <value grid="a%ne0">-nlev 72</value>
+      <!-- value grid="a%ne0">-nlev 72</value -->
 
       <!-- Single column model (SCM) -->
       <value compset="_EAM%SCM_"       >&eamv3_phys_defaults; &eamv3_chem_defaults; -scam</value>