Ignore:
Timestamp:
03/20/12 15:27:33 (12 years ago)
Author:
acosce
Message:

ACo : bugfix affecting the calcul of the date for restart and debug pack

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_pack_debug

    r581 r589  
    312312  IGCM_debug_PrintVariables 3 number_pack 
    313313 
    314   DaysTemp=$( IGCM_date_DaysInNextPeriod ${date_begin_pack} ${PeriodPack} ) 
     314  DaysTemp=$( IGCM_date_DaysInCurrentPeriod ${date_begin_pack} ${PeriodPack} ) 
    315315  date_end_pack=$( IGCM_date_AddDaysToGregorianDate ${date_begin_pack} $(( ${DaysTemp} - 1 )) ) 
    316316 
Note: See TracChangeset for help on using the changeset viewer.