Changeset 2041 in lmdz_wrf for trunk


Ignore:
Timestamp:
Aug 7, 2018, 4:29:33 PM (6 years ago)
Author:
lfita
Message:

Fixing...

File:
1 edited

Legend:

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

    r2040 r2041  
    9696
    9797    # cordex values
    98     if test ${cdxdiags} != 'None' || ${cdxnondiags} != 'None'; then
     98    if test ${cdxdiags} != 'None' || test ${cdxnondiags} != 'None'; then
    9999      ofile=${ofold}/simcdx_sndvars_${sndid}_${expn}.nc
    100100      if test ${scratch} = 'true'; then rm ${ofile} >& /dev/null; fi
     
    214214      values=${ofold}',Time,time'
    215215      HMT='sim'${ik}'_sfcmapdiags_,'${expn},'nc'
    216       Nfiles=`ls -1 ${ofold}/sim${ik}_sfcmapdiags_*${expn}*.nc | wc -l |             \
    217         awk '{print $1}'`
     216      Nfiles=`ls -1 ${ofold}/sim${ik}_sfcmapdiags_*${expn}*.nc | wc -l`
    218217      if test ${Nfiles} -gt 0; then
    219218        python ${pyHOME}/nc_var.py -o netcdf_fold_concatenation_HMT -S ${values}     \
Note: See TracChangeset for help on using the changeset viewer.