Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
tangq opened this issue Apr 28, 2024 · 0 comments
Open

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

tangq opened this issue Apr 28, 2024 · 0 comments

Comments

@tangq
Copy link
Contributor

tangq commented Apr 28, 2024

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant