Changeset 2005 in lmdz_wrf


Ignore:
Timestamp:
Aug 1, 2018, 9:47:52 PM (7 years ago)
Author:
lfita
Message:

Fixing right variable for if

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/get_data_snd-sfc_validation.bash

    r2004 r2005  
    4646  mkdir -p ${ofold}
    4747
    48   if test ! ${sndsts} = 'None'; then
     48  if test ! ${sndstations} = 'None'; then
    4949  for sndvn in ${sndsts}; do
    5050    sndid=`echo ${sndvn} | tr ',' ' ' | awk '{print $1}'`
     
    8585  fi
    8686
    87   if test ! ${sfcsts} = 'None'; then
     87  if test ! ${sfcstations} = 'None'; then
    8888  for sfcvn in ${sfcsts}; do
    8989    sfcid=`echo ${sfcvn} | tr ',' ' ' | awk '{print $1}'`
Note: See TracChangeset for help on using the changeset viewer.