Changeset 2002 in lmdz_wrf


Ignore:
Timestamp:
Aug 1, 2018, 5:23:26 PM (7 years ago)
Author:
lfita
Message:

Fixing typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/get_WRFsounding-surface_data.bash

    r2001 r2002  
    1818odir=$2
    1919expl=$3
    20 if test ! $4 = 'None'; them
     20if test ! $4 = 'None'; then
    2121  sndid=`echo $4 | tr ',' ' ' | awk '{print $1}'`
    2222  sndlon=`echo $4 | tr ',' ' ' | awk '{print $2}'`
     
    2626fi
    2727
    28 if test ! $5 = 'None'; them
     28if test ! $5 = 'None'; then
    2929  sfcid=`echo $5 | tr ',' ' ' | awk '{print $1}'`
    3030  sfclon=`echo $5 | tr ',' ' ' | awk '{print $2}'`
Note: See TracChangeset for help on using the changeset viewer.