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

DIN_LOC_ROOT_CLMFORC is incorrect for cheyenne #1064

Closed
ekluzek opened this issue Jan 27, 2017 · 1 comment
Closed

DIN_LOC_ROOT_CLMFORC is incorrect for cheyenne #1064

ekluzek opened this issue Jan 27, 2017 · 1 comment
Assignees
Labels
machine specific Responsibility: CESM Responsibility to manage and accomplish this issue is through CESM ty: Bug
Milestone

Comments

@ekluzek
Copy link
Contributor

ekluzek commented Jan 27, 2017

DIN_LOC_ROOT_CLMFORC is incorrect for cheyenne. It should be under $CESMROOT rather than $CESMDATAROOT. This is on esmci/master as of right now.

It's also wrong for laramie, but since the disks are different (picnic on laramie and glade on cheyenne/yellowstone) there isn't a current location for this data to go. So I suppose we won't worry about laramie right now.

`diff --git a/cime_config/cesm/machines/config_machines.xml b/cime_config/cesm/machines/config_machines.xml
index 911d40f..29f907b 100644
--- a/cime_config/cesm/machines/config_machines.xml
+++ b/cime_config/cesm/machines/config_machines.xml
@@ -202,7 +202,7 @@
mpt
<CIME_OUTPUT_ROOT>/glade/scratch/$USER</CIME_OUTPUT_ROOT>
<DIN_LOC_ROOT>$ENV{CESMDATAROOT}/inputdata</DIN_LOC_ROOT>

  • <DIN_LOC_ROOT_CLMFORC>$ENV{CESMDATAROOT}/lmwg</DIN_LOC_ROOT_CLMFORC>
  • <DIN_LOC_ROOT_CLMFORC>$ENV{CESMROOT}/lmwg</DIN_LOC_ROOT_CLMFORC>
    <DOUT_S_ROOT>$CIME_OUTPUT_ROOT/archive/$CASE</DOUT_S_ROOT>
    <DOUT_L_MSROOT>csm/$CASE</DOUT_L_MSROOT>
    <BASELINE_ROOT>$ENV{CESMDATAROOT}/cesm_baselines</BASELINE_ROOT>`
@ekluzek ekluzek added this to the cesm2 milestone Jan 27, 2017
@rljacob rljacob added machine specific Responsibility: CESM Responsibility to manage and accomplish this issue is through CESM labels Feb 5, 2017
@rljacob rljacob added the ready label Mar 3, 2017
@ekluzek
Copy link
Contributor Author

ekluzek commented May 13, 2017

This was fixed by putting in a softlink to the disk on cheyenne as shown in #1064.

@ekluzek ekluzek closed this as completed May 13, 2017
@ghost ghost removed the ready label May 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
machine specific Responsibility: CESM Responsibility to manage and accomplish this issue is through CESM ty: Bug
Projects
None yet
Development

No branches or pull requests

3 participants