Skip to content

Commit

Permalink
(chrono) sort args to yearly_to_climate.ncl
Browse files Browse the repository at this point in the history
  • Loading branch information
tsj5 committed Sep 13, 2020
1 parent d945d80 commit d75cdd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diagnostics/AMOC_3D_Structure/yearly_to_climate.ncl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ var0=getenv("VAR0")

setfileoption("nc","Format","LargeFile")

files = systemfunc("ls "+DIR_in0+model+"."+str0+"_????-????.yr.nc")
files = systemfunc("ls "+DIR_in0+model+"."+str0+"_????-????.yr.nc | sort")
f=addfiles(files,"r")
tmt=dimsizes(f[:]->$time_var$)

Expand Down

0 comments on commit d75cdd8

Please sign in to comment.