Changeset 3098
- Timestamp:
- 01/25/17 16:52:45 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TOOLS/INTERP_NUDGE/interp_from_era.ksh
r3097 r3098 105 105 # Do different treatement if monthly or yearly output files are wanted 106 106 if [[ $OutFreq = 'monthly' ]] ; then 107 # 2 - Loop over all files and add a time step :108 # take the first time step from next coming month and add last in current month109 echo Before add step107 # 2 - Loop over all files and add a time step : 108 # take the first time step from next coming month and add last in current month 109 echo Before add step 110 110 111 year=$first_year112 month=01113 while [[ ${year} -le ${last_year} ]] ; do111 year=$first_year 112 month=01 113 while [[ ${year} -le ${last_year} ]] ; do 114 114 # Find next month and year 115 115 case $month in … … 143 143 year=$nextyear 144 144 month=$nextmonth 145 done145 done 146 146 147 147 elif [[ $OutFreq = 'yearly' ]] ; then
Note: See TracChangeset
for help on using the changeset viewer.