Changeset 783


Ignore:
Timestamp:
11/09/09 09:10:03 (14 years ago)
Author:
mafoipsl
Message:

PeriodLength=1Y and CalendarType /= 360d is not working.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/IPSLCM/IPSLCM5/branches/IPSLCM5_v2/EXP00/COMP/opa9.driver

    r777 r783  
    236236              if [ "${config_UserChoices_CalendarType}" != "360d" ] ; then 
    237237                 output_1m_frequency_oce=-1 
     238                 echo "PeriodLength ${config_UserChoices_PeriodLength} and CalendarType ${config_UserChoices_CalendarType} are not working yet" 
     239                 exit 
    238240              fi 
    239241              ;; 
    240242        *M|*m) 
    241243              (( output_1m_frequency_oce = 86400 * $( IGCM_date_DaysInMonth ${year} ${month} ) )) 
    242               if [ "${config_UserChoices_CalendarType}" != "360d" ] ; then 
    243                  output_1m_frequency_oce=-1 
    244               fi 
    245244              ;; 
    246245        *) 
Note: See TracChangeset for help on using the changeset viewer.