- Timestamp:
- Aug 7, 2018, 4:29:33 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/get_data_snd-sfc_validation.bash
r2040 r2041 96 96 97 97 # cordex values 98 if test ${cdxdiags} != 'None' || ${cdxnondiags} != 'None'; then98 if test ${cdxdiags} != 'None' || test ${cdxnondiags} != 'None'; then 99 99 ofile=${ofold}/simcdx_sndvars_${sndid}_${expn}.nc 100 100 if test ${scratch} = 'true'; then rm ${ofile} >& /dev/null; fi … … 214 214 values=${ofold}',Time,time' 215 215 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` 218 217 if test ${Nfiles} -gt 0; then 219 218 python ${pyHOME}/nc_var.py -o netcdf_fold_concatenation_HMT -S ${values} \
Note: See TracChangeset
for help on using the changeset viewer.