Changeset 3099
- Timestamp:
- 01/25/17 17:30:36 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TOOLS/INTERP_NUDGE/interp_from_era.ksh
r3098 r3099 128 128 129 129 file=${outdir}/${year}/${var}_${year}${month}${outsuffix} 130 nextfile=${outdir}/${ year}/${var}_${nextyear}${nextmonth}${outsuffix}130 nextfile=${outdir}/${nextyear}/${var}_${nextyear}${nextmonth}${outsuffix} 131 131 if [ -f ${nextfile} ] ; then 132 132 echo First time step from file ${nextfile} will be added last in file ${file}
Note: See TracChangeset
for help on using the changeset viewer.