File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 98
98
# containing XLAT and XLONG variables each having dimensions
99
99
# of "south_north" and "west_east".
100
100
coordMainFile=" /project/rpp-kshook/Model_Output/WRF/CONUS/coord.nc"
101
- coordEssFile=" $( pwd) /assets/coord_XLAT_XLONG_conus_i.nc"
101
+ coordEssFile=" $( pwd) /../../ assets/coord_XLAT_XLONG_conus_i.nc"
102
102
latVar=" south_north"
103
103
lonVar=" west_east"
104
104
105
105
# The structure of file names is as follows: "wrf2d_d01_YYYY-MM-DD_HH:MM:SS" (no file extension)
106
106
format=" %Y-%m-%d_%H:%M:%S"
107
107
fileStruct=" wrf2d_d01"
108
- coordIdxScript=" $( pwd) /assets/coord_wrf_idx.ncl"
108
+ coordIdxScript=" $( pwd) /../../ assets/coord_wrf_idx.ncl"
109
109
110
110
# TZ to be set to UTC to avoid invalid dates due to Daylight Saving
111
111
alias date=' TZ=UTC date'
Original file line number Diff line number Diff line change 96
96
# containing XLAT and XLONG variables each having dimensions
97
97
# of "south_north" and "west_east".
98
98
coordMainFile=" /project/rpp-kshook/Model_Output/wrf-conus/CONUSII/hist/wrf04km_coord.nc"
99
- coordEssFile=" $( pwd) /assets/coord_XLAT_XLONG_conus_ii.nc"
99
+ coordEssFile=" $( pwd) /../../ assets/coord_XLAT_XLONG_conus_ii.nc"
100
100
latVar=" south_north"
101
101
lonVar=" west_east"
102
102
@@ -105,7 +105,7 @@ format="%Y-%m-%d_%H:%M:%S"
105
105
tarFormat=" %Y%m%d"
106
106
fileStruct=" wrf2d_d01"
107
107
tarFileStruct=" wrf2d_conusii"
108
- coordIdxScript=" $( pwd) /assets/coord_wrf_idx.ncl"
108
+ coordIdxScript=" $( pwd) /../../ assets/coord_wrf_idx.ncl"
109
109
110
110
# TZ to be set to UTC to avoid invalid dates due to Daylight Saving
111
111
alias date=' TZ=UTC date'
You can’t perform that action at this time.
0 commit comments