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

Path needs to be updated for getco2 script #418

Closed
ekluzek opened this issue Jun 12, 2018 · 0 comments
Closed

Path needs to be updated for getco2 script #418

ekluzek opened this issue Jun 12, 2018 · 0 comments
Assignees
Labels
bug something is working incorrectly

Comments

@ekluzek
Copy link
Collaborator

ekluzek commented Jun 12, 2018

General Type of Issue: bug

Details of Issue:

There's a simple change required to get the directory right in the getco2_historical.ncl script.

diff --git a/tools/ncl_scripts/getco2_historical.ncl b/tools/ncl_scripts/getco2_historical.ncl
index b4103c4..13630de 100644
--- a/tools/ncl_scripts/getco2_historical.ncl
+++ b/tools/ncl_scripts/getco2_historical.ncl
@@ -26,7 +26,7 @@ begin
    if ( ismissing(clmroot) )then
       querynml = "../../"+querynml;
    else
-      querynml = clmroot+"/components/clm/"+querynml;
+      querynml = clmroot+"/"+querynml;
    end if
    histrcp = -999.9
    if ( ismissing(rcp) )then

What is the CTSM version you are using (output of git describe)?: clm5.0.dev012

This problem would have existed since the move to git.

What is the machine you are running on:? cheyenne


@ekluzek ekluzek added the bug something is working incorrectly label Jun 12, 2018
@ekluzek ekluzek self-assigned this Jun 12, 2018
billsacks pushed a commit to billsacks/ctsm that referenced this issue Feb 22, 2019
mariuslam pushed a commit to NordicESMhub/ctsm that referenced this issue Aug 26, 2019
clarity updates to sapwood allometry - parameter definition changes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something is working incorrectly
Projects
None yet
Development

No branches or pull requests

1 participant