Changeset 1649


Ignore:
Timestamp:
02/02/12 18:34:21 (12 years ago)
Author:
jgipsl
Message:

IPSLCM5_v4 : some modifications to be able to run create_etat0_limit in a job alone.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/IPSLCM/IPSLCM5_v4/GENERAL/DRIVER/lmdz.driver

    r1643 r1649  
    135135               LMDZ_periodav=30. 
    136136               if [ "${config_UserChoices_CalendarType}" != "360d" ] ; then 
    137                   echo Change calendartype in config.card. PeriodLength=1Y allowed only for CalendarType=360d  
    138                   exit 
    139                fi 
     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 
    140140               ;; 
    141141        *) 
     
    355355            # The restart files already exist. They have been copied from a previous run or from a CREATE job 
    356356            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" 
    357360        else 
    358361            # Restart files have to be created 
Note: See TracChangeset for help on using the changeset viewer.