We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
This problem would have existed since the move to git.
The text was updated successfully, but these errors were encountered:
c4e1b7c
Correct path for new CTSM checkout
220f99e
Fixes ESCOMP#418
Merge pull request ESCOMP#418 from rgknox/rgknox-sapleaf-allom
81ca2d4
clarity updates to sapwood allometry - parameter definition changes
ekluzek
No branches or pull requests
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.
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
The text was updated successfully, but these errors were encountered: