Changeset 2002 in lmdz_wrf
- Timestamp:
- Aug 1, 2018, 5:23:26 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/get_WRFsounding-surface_data.bash
r2001 r2002 18 18 odir=$2 19 19 expl=$3 20 if test ! $4 = 'None'; the m20 if test ! $4 = 'None'; then 21 21 sndid=`echo $4 | tr ',' ' ' | awk '{print $1}'` 22 22 sndlon=`echo $4 | tr ',' ' ' | awk '{print $2}'` … … 26 26 fi 27 27 28 if test ! $5 = 'None'; the m28 if test ! $5 = 'None'; then 29 29 sfcid=`echo $5 | tr ',' ' ' | awk '{print $1}'` 30 30 sfclon=`echo $5 | tr ',' ' ' | awk '{print $2}'`
Note: See TracChangeset
for help on using the changeset viewer.