Skip to content

Commit 6107995

Browse files
correcting paths in conus scripts
1 parent 3e98b45 commit 6107995

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

scripts/conus_i/conus_i.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -98,14 +98,14 @@ fi
9898
# containing XLAT and XLONG variables each having dimensions
9999
# of "south_north" and "west_east".
100100
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"
102102
latVar="south_north"
103103
lonVar="west_east"
104104

105105
# The structure of file names is as follows: "wrf2d_d01_YYYY-MM-DD_HH:MM:SS" (no file extension)
106106
format="%Y-%m-%d_%H:%M:%S"
107107
fileStruct="wrf2d_d01"
108-
coordIdxScript="$(pwd)/assets/coord_wrf_idx.ncl"
108+
coordIdxScript="$(pwd)/../../assets/coord_wrf_idx.ncl"
109109

110110
# TZ to be set to UTC to avoid invalid dates due to Daylight Saving
111111
alias date='TZ=UTC date'

scripts/conus_ii/conus_ii.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ fi
9696
# containing XLAT and XLONG variables each having dimensions
9797
# of "south_north" and "west_east".
9898
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"
100100
latVar="south_north"
101101
lonVar="west_east"
102102

@@ -105,7 +105,7 @@ format="%Y-%m-%d_%H:%M:%S"
105105
tarFormat="%Y%m%d"
106106
fileStruct="wrf2d_d01"
107107
tarFileStruct="wrf2d_conusii"
108-
coordIdxScript="$(pwd)/assets/coord_wrf_idx.ncl"
108+
coordIdxScript="$(pwd)/../../assets/coord_wrf_idx.ncl"
109109

110110
# TZ to be set to UTC to avoid invalid dates due to Daylight Saving
111111
alias date='TZ=UTC date'

0 commit comments

Comments
 (0)