Changeset 302 for tags


Ignore:
Timestamp:
06/16/10 16:13:08 (14 years ago)
Author:
mafoipsl
Message:

Use IGCM_date_ConvertFormatToGregorian after libIGCM_date.ksh sourcing (for libIGCM_v1_7).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/libIGCM_v1_7/AA_create_ts

    r299 r302  
    117117#D- Default : Value from AA_job if any. Usefull in StandAlone case if you want to continue a time series 
    118118CompletedFlag=${CompletedFlag:=} 
    119 CompletedFlag=$( IGCM_date_ConvertFormatToGregorian ${CompletedFlag} ) 
    120119 
    121120#D- Flag to determine task type this script will perform. 
     
    242241# Determine period for time series. Default : value from AA_job or from launch_TS if any 
    243242# 
     243CompletedFlag=$( IGCM_date_ConvertFormatToGregorian ${CompletedFlag} ) 
     244 
    244245DateBegin=${DateBegin:=$( IGCM_date_ConvertFormatToGregorian ${config_UserChoices_DateBegin} )} 
    245246# 
Note: See TracChangeset for help on using the changeset viewer.