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

DATM_CLMNCEP_YR_END should only go to 2014 for the GSWP3v1 forcing #2907

Closed
ekluzek opened this issue Nov 9, 2018 · 1 comment
Closed

DATM_CLMNCEP_YR_END should only go to 2014 for the GSWP3v1 forcing #2907

ekluzek opened this issue Nov 9, 2018 · 1 comment
Assignees
Labels
maint-5.6_bugfix should be merged to both maint-5.6 and master tp: data models ty: Bug Fix

Comments

@ekluzek
Copy link
Contributor

ekluzek commented Nov 9, 2018

diff --git a/src/components/data_comps/datm/cime_config/config_component.xml b/src/components/data_comps/datm/cime_config/config_component.xml
index a3088e1..e5a5197 100644
--- a/src/components/data_comps/datm/cime_config/config_component.xml
+++ b/src/components/data_comps/datm/cime_config/config_component.xml
@@ -277,10 +277,10 @@
       <value   compset="1850.*_DATM%CRU">1920</value>
       <value   compset="2000.*_DATM%CRU">2010</value>
       <value   compset="2003.*_DATM%CRU">2003</value>
-      <value   compset="2010.*_DATM%CRU">2015</value>
+      <value   compset="2010.*_DATM%CRU">2014</value>
       <value   compset="1850.*_DATM%GSW">1920</value>
       <value   compset="2000.*_DATM%GSW">2010</value>
-      <value   compset="2010.*_DATM%GSW">2015</value>
+      <value   compset="2010.*_DATM%GSW">2014</value>
       <value   compset="2003.*_DATM%GSW">2003</value>
     </values>
     <group>run_component_datm</group>
@ekluzek ekluzek added tp: data models ty: Bug Fix maint-5.6_bugfix should be merged to both maint-5.6 and master labels Nov 9, 2018
@ekluzek ekluzek self-assigned this Nov 9, 2018
fischer-ncar added a commit that referenced this issue Nov 13, 2018
Fix the end year for DATM_MODE=GSWP3v1 for a 2010 period.

Long compset names that start with 2010_*)

Testing:
Ran testing with ctsm by hand
Test status: Fixes a bug for a CTSM test

Fixes [CIME Github issue #] #2907

User interface changes?: For compsets with datm that start with 2010_ period.

Update gh-pages html (Y/N)?: N
@billsacks
Copy link
Member

Looks like this was fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maint-5.6_bugfix should be merged to both maint-5.6 and master tp: data models ty: Bug Fix
Projects
None yet
Development

No branches or pull requests

3 participants