Changeset 2004 in lmdz_wrf for trunk/tools


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

Adding case with None stations

File:
1 edited

Legend:

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

    r2003 r2004  
    4646  mkdir -p ${ofold}
    4747
     48  if test ! ${sndsts} = 'None'; then
    4849  for sndvn in ${sndsts}; do
    4950    sndid=`echo ${sndvn} | tr ',' ' ' | awk '{print $1}'`
     
    8283  # end of soundings
    8384  done
     85  fi
    8486
     87  if test ! ${sfcsts} = 'None'; then
    8588  for sfcvn in ${sfcsts}; do
    8689    sfcid=`echo ${sfcvn} | tr ',' ' ' | awk '{print $1}'`
     
    119122  # end of surfaces
    120123  done
     124  fi
    121125
    122126# End of experiments
Note: See TracChangeset for help on using the changeset viewer.