Changeset 3098 for TOOLS


Ignore:
Timestamp:
01/25/17 16:52:45 (7 years ago)
Author:
jgipsl
Message:

Some indentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TOOLS/INTERP_NUDGE/interp_from_era.ksh

    r3097 r3098  
    105105    # Do different treatement if monthly or yearly output files are wanted 
    106106    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 month 
    109     echo Before add step 
     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 month 
     109      echo Before add step 
    110110 
    111     year=$first_year 
    112     month=01 
    113     while [[ ${year} -le ${last_year} ]] ; do 
     111      year=$first_year 
     112      month=01 
     113      while [[ ${year} -le ${last_year} ]] ; do 
    114114        # Find next month and year 
    115115        case $month in 
     
    143143        year=$nextyear 
    144144        month=$nextmonth 
    145     done 
     145      done 
    146146 
    147147    elif [[ $OutFreq = 'yearly' ]] ; then 
Note: See TracChangeset for help on using the changeset viewer.