Changeset 88


Ignore:
Timestamp:
04/03/09 10:56:05 (15 years ago)
Author:
sdipsl
Message:

Bugfix with create_ts_begin_date and create_ts_next_date function du to ulam's ksh.
Do not put anymore typeset on a variable passed to a function that will modify it.
This bugs breaks leap and noleap calendar for post-processing on ulam.
Thanks to NEMO for reporting this nasty bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_create_ts

    r81 r88  
    315315function create_ts_next_date { 
    316316    IGCM_debug_PushStack "create_ts_next_date" $@ 
    317     typeset year month Length 
     317    typeset Length 
    318318    case ${config_UserChoices_PeriodLength} in 
    319319        *Y|*y)  
     
    363363function create_ts_begin_date { 
    364364    IGCM_debug_PushStack "create_ts_begin_date" $@ 
    365     typeset year month Length 
     365    typeset Length 
    366366    case ${config_UserChoices_PeriodLength} in 
    367367        *Y|*y)  
Note: See TracChangeset for help on using the changeset viewer.