Skip to content

Commit

Permalink
Correct path for new CTSM checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
ekluzek committed Jun 12, 2018
1 parent d2ffbe0 commit 220f99e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ncl_scripts/getco2_historical.ncl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 220f99e

Please sign in to comment.