File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
var/repos/builtin/recipes Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 104104# hard-coding the address of the co-ordinate NetCDF files
105105# containing XLAT and XLONG variables each having dimensions
106106# of "south_north" and "west_east".
107- datatoolPath=" $( dirname $0 ) /../../" # datatool's path
107+ datatoolPath=" $( dirname $0 ) /../../../../../ " # datatool's path
108108coordMainFile=" /project/rpp-kshook/Model_Output/WRF/CONUS/coord.nc"
109- coordEssFile=" ${datatoolPath} /assets /nc_coords/coord_XLAT_XLONG_conus_i.nc"
109+ coordEssFile=" ${datatoolPath} /etc/scripts /nc_coords/coord_XLAT_XLONG_conus_i.nc"
110110latVar=" south_north"
111111lonVar=" west_east"
112112
113113# The structure of file names is as follows: "wrf2d_d01_YYYY-MM-DD_HH:MM:SS" (no file extension)
114114format=" %Y-%m-%d_%H:%M:%S"
115115fileStruct=" wrf2d_d01"
116- coordIdxScript=" ${datatoolPath} /assets/ncl_scripts /coord_wrf_idx.ncl"
116+ coordIdxScript=" ${datatoolPath} /etc/scripts /coord_wrf_idx.ncl"
117117
118118# TZ to be set to UTC to avoid invalid dates due to Daylight Saving
119119alias date=' TZ=UTC date'
Original file line number Diff line number Diff line change 102102# hard-coding the address of the co-ordinate NetCDF files
103103# containing XLAT and XLONG variables each having dimensions
104104# of "south_north" and "west_east".
105- datatoolPath=" $( dirname $0 ) /../../" # datatool's path
105+ datatoolPath=" $( dirname $0 ) /../../../../../ " # datatool's path
106106coordMainFile=" /project/rpp-kshook/Model_Output/wrf-conus/CONUSII/hist/wrf04km_coord.nc"
107- coordEssFile=" ${datatoolPath} /assets /nc_coords/coord_XLAT_XLONG_conus_ii.nc"
107+ coordEssFile=" ${datatoolPath} /etc/scripts /nc_coords/coord_XLAT_XLONG_conus_ii.nc"
108108latVar=" south_north"
109109lonVar=" west_east"
110110
@@ -113,7 +113,7 @@ format="%Y-%m-%d_%H:%M:%S"
113113tarFormat=" %Y%m%d"
114114fileStruct=" wrf2d_d01"
115115tarFileStruct=" wrf2d_conusii"
116- coordIdxScript=" ${datatoolPath} /assets/ncl_scripts /coord_wrf_idx.ncl"
116+ coordIdxScript=" ${datatoolPath} /etc/scripts /coord_wrf_idx.ncl"
117117
118118# TZ to be set to UTC to avoid invalid dates due to Daylight Saving
119119alias date=' TZ=UTC date'
You can’t perform that action at this time.
0 commit comments