Changeset 1649 for CONFIG/IPSLCM/IPSLCM5_v4/GENERAL/DRIVER
- Timestamp:
- 02/02/12 18:34:21 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/IPSLCM/IPSLCM5_v4/GENERAL/DRIVER/lmdz.driver
r1643 r1649 135 135 LMDZ_periodav=30. 136 136 if [ "${config_UserChoices_CalendarType}" != "360d" ] ; then 137 echo Change calendartype in config.card. PeriodLength=1Y allowed only for CalendarType=360d138 e xit139 137 echo Do not consider following warning if your running create_etat0_limit : 138 echo WARNGING !!! For lmdz : calendartype in config.card. PeriodLength=1Y allowed only for CalendarType=360d 139 fi 140 140 ;; 141 141 *) … … 355 355 # The restart files already exist. They have been copied from a previous run or from a CREATE job 356 356 echo "Restart files for LMDZ have been copied from a previous run" 357 elif [ -f create_etat0_limit* ] || [ -f ce0l* ] && ! [ -f lmdz.x ] ; then 358 # Do nothing because it is the program for creating restart files that is running and not LMDZ 359 echo "create_etat0_limit.e will create initial start files" 357 360 else 358 361 # Restart files have to be created
Note: See TracChangeset
for help on using the changeset viewer.