- Timestamp:
- 11/09/09 09:10:03 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/IPSLCM/IPSLCM5/branches/IPSLCM5_v2/EXP00/COMP/opa9.driver
r777 r783 236 236 if [ "${config_UserChoices_CalendarType}" != "360d" ] ; then 237 237 output_1m_frequency_oce=-1 238 echo "PeriodLength ${config_UserChoices_PeriodLength} and CalendarType ${config_UserChoices_CalendarType} are not working yet" 239 exit 238 240 fi 239 241 ;; 240 242 *M|*m) 241 243 (( output_1m_frequency_oce = 86400 * $( IGCM_date_DaysInMonth ${year} ${month} ) )) 242 if [ "${config_UserChoices_CalendarType}" != "360d" ] ; then243 output_1m_frequency_oce=-1244 fi245 244 ;; 246 245 *)
Note: See TracChangeset
for help on using the changeset viewer.