Index: /trunk/tools/get_WRFsounding-surface_data.bash
===================================================================
--- /trunk/tools/get_WRFsounding-surface_data.bash	(revision 2020)
+++ /trunk/tools/get_WRFsounding-surface_data.bash	(revision 2021)
@@ -93,5 +93,5 @@
     values='Time,0,-1,1@bottom_top,0,-1,1@south_north,'${ysnd}','${ysnd}',1@'
     values=${values}'west_east,'${xsnd}','${xsnd}',1@south_north_stag,'${ysnd}','
-    values=${values}${ysnd1}',1@west_east_stag,'${xsnd}','${xsnd1}',1'
+    values=${values}${ysnd1}',1@west_east_stag,'${xsnd}','${xsnd1}',1:False'
     python ${pyHOME}/nc_var.py -o DataSetSection_multidims -f ${filen}               \
       -S ${values} -v all
@@ -108,11 +108,5 @@
     echo " " >> ${ofileins}
 
-    yslc='south_north_B'${ysnd}'-E'${ysnd}'-I1'
-    ystslc='south_north_stag_B'${ysnd}'-E'${ysnd1}'-I1'
-    xslc='west_east_B'${xsnd}'-E'${xsnd}'-I1'
-    xstslc='west_east_stag_B'${xsnd}'-E'${xsnd1}'-I1'
-
-    ofilen=${filen}'_Time_B0-E-1-I1_bottom_top_B0-E-1-I1_'${yslc}'_'${xslc}'_'
-    ofilen=${ofilen}${ystslc}'_'${xstslc}'.nc'
+    ofilen='newfile_multidims.nc'
     mv ${ofilen} ${simsndptf}
   fi
@@ -203,5 +197,5 @@
     values='Time,0,-1,1@south_north,'${ysnd}','${ysnd}',1@'
     values=${values}'west_east,'${xsnd}','${xsnd}',1@south_north_stag,'${ysnd}','
-    values=${values}${ysnd1}',1@west_east_stag,'${xsnd}','${xsnd1}',1'
+    values=${values}${ysnd1}',1@west_east_stag,'${xsnd}','${xsnd1}',1:false'
     python ${pyHOME}/nc_var.py -o DataSetSection_multidims -f ${filen}               \
       -S ${values} -v all
@@ -217,10 +211,6 @@
       -S "'"${values}"'" -v all >> ${ofileins}
   echo " " >> ${ofileins}
-    yslc='south_north_B'${ysnd}'-E'${ysnd}'-I1'
-    ystslc='south_north_stag_B'${ysnd}'-E'${ysnd1}'-I1'
-    xslc='west_east_B'${xsnd}'-E'${xsnd}'-I1'
-    xstslc='west_east_stag_B'${xsnd}'-E'${xsnd1}'-I1'
-
-    ofilen=${filen}'_Time_B0-E-1-I1_'${yslc}'_'${xslc}'_'${ystslc}'_'${xstslc}'.nc'
+
+    ofilen='newfile_multidims.nc'
     mv ${ofilen} ${simsfcptf}
   fi
