Changeset 3099


Ignore:
Timestamp:
01/25/17 17:30:36 (7 years ago)
Author:
jgipsl
Message:

Correction

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TOOLS/INTERP_NUDGE/interp_from_era.ksh

    r3098 r3099  
    128128         
    129129        file=${outdir}/${year}/${var}_${year}${month}${outsuffix} 
    130         nextfile=${outdir}/${year}/${var}_${nextyear}${nextmonth}${outsuffix} 
     130        nextfile=${outdir}/${nextyear}/${var}_${nextyear}${nextmonth}${outsuffix} 
    131131        if [ -f ${nextfile} ] ; then 
    132132            echo First time step from file ${nextfile} will be added last in file ${file} 
Note: See TracChangeset for help on using the changeset viewer.