Ignore:
Timestamp:
03/02/10 18:40:37 (14 years ago)
Author:
sdipsl
Message:
  • Hopefully the last step towards backward compatibilty
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/libIGCM_post/libIGCM_post.ksh

    r238 r239  
    164164 
    165165    typeset POST NbDays PeriodEndJul PostEndJul LengthDays 
     166    # 
     167    # Initialize 
     168    # 
    166169    POST=false 
     170    TimeSeriesFrequency=false 
     171    SeasonalFrequency=false 
    167172    # 
    168173    # ONLY IF SOMETHING NEEDS TO BE DONE (EATHER TIME SERIES OR SEASONAL) COMPUTE THE MODULOS 
     
    180185    # 
    181186    for post_freq in ${list_post} ; do 
    182         # 
    183         # Initialize 
    184         # 
    185         eval ${post_freq}=false 
    186187        # 
    187188        # Extract frequency from previously defined variable 
Note: See TracChangeset for help on using the changeset viewer.