Changeset 2021 in lmdz_wrf
- Timestamp:
- Aug 3, 2018, 2:49:05 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/get_WRFsounding-surface_data.bash
r2002 r2021 93 93 values='Time,0,-1,1@bottom_top,0,-1,1@south_north,'${ysnd}','${ysnd}',1@' 94 94 values=${values}'west_east,'${xsnd}','${xsnd}',1@south_north_stag,'${ysnd}',' 95 values=${values}${ysnd1}',1@west_east_stag,'${xsnd}','${xsnd1}',1 '95 values=${values}${ysnd1}',1@west_east_stag,'${xsnd}','${xsnd1}',1:False' 96 96 python ${pyHOME}/nc_var.py -o DataSetSection_multidims -f ${filen} \ 97 97 -S ${values} -v all … … 108 108 echo " " >> ${ofileins} 109 109 110 yslc='south_north_B'${ysnd}'-E'${ysnd}'-I1' 111 ystslc='south_north_stag_B'${ysnd}'-E'${ysnd1}'-I1' 112 xslc='west_east_B'${xsnd}'-E'${xsnd}'-I1' 113 xstslc='west_east_stag_B'${xsnd}'-E'${xsnd1}'-I1' 114 115 ofilen=${filen}'_Time_B0-E-1-I1_bottom_top_B0-E-1-I1_'${yslc}'_'${xslc}'_' 116 ofilen=${ofilen}${ystslc}'_'${xstslc}'.nc' 110 ofilen='newfile_multidims.nc' 117 111 mv ${ofilen} ${simsndptf} 118 112 fi … … 203 197 values='Time,0,-1,1@south_north,'${ysnd}','${ysnd}',1@' 204 198 values=${values}'west_east,'${xsnd}','${xsnd}',1@south_north_stag,'${ysnd}',' 205 values=${values}${ysnd1}',1@west_east_stag,'${xsnd}','${xsnd1}',1 '199 values=${values}${ysnd1}',1@west_east_stag,'${xsnd}','${xsnd1}',1:false' 206 200 python ${pyHOME}/nc_var.py -o DataSetSection_multidims -f ${filen} \ 207 201 -S ${values} -v all … … 217 211 -S "'"${values}"'" -v all >> ${ofileins} 218 212 echo " " >> ${ofileins} 219 yslc='south_north_B'${ysnd}'-E'${ysnd}'-I1' 220 ystslc='south_north_stag_B'${ysnd}'-E'${ysnd1}'-I1' 221 xslc='west_east_B'${xsnd}'-E'${xsnd}'-I1' 222 xstslc='west_east_stag_B'${xsnd}'-E'${xsnd1}'-I1' 223 224 ofilen=${filen}'_Time_B0-E-1-I1_'${yslc}'_'${xslc}'_'${ystslc}'_'${xstslc}'.nc' 213 214 ofilen='newfile_multidims.nc' 225 215 mv ${ofilen} ${simsfcptf} 226 216 fi
Note: See TracChangeset
for help on using the changeset viewer.