Changeset 1778 for CONFIG/UNIFORM/v5/IPSLCM5CHS_v5
- Timestamp:
- 06/15/12 16:33:23 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/UNIFORM/v5/IPSLCM5CHS_v5/GENERAL/DRIVER/lmdz.driver
r1750 r1778 179 179 if [ ${CumulPeriod} -eq 1 ] ; then 180 180 if [ ${LMDZ_NbPeriod_adjust} -eq 0 ] ; then 181 if [ ! X${LMDZ_Bands_file_name} = X ] ; then181 if [ ! X${LMDZ_Bands_file_name} = X ] ; then 182 182 IGCM_sys_Get ${LMDZ_Bands_file_name} Bands_${RESOL_ATM_3D}_${NUM_PROC_ATM}prc.dat 183 183 IGCM_sys_Put_Out Bands_${RESOL_ATM_3D}_${NUM_PROC_ATM}prc.dat ${R_OUT_ATM_D}/${config_UserChoices_JobName}_Bands_${RESOL_ATM_3D}_${NUM_PROC_ATM}prc.dat_0 … … 245 245 typeset PreviousLinelog LastPeriodDateBegin LastPeriodDateEnd LastDatesPeriod LastPREFIX 246 246 247 if ( ${FirstInitialize} && [ X"${config_ATM_Restart}" = X"n" ] ) ; then247 if ( ${FirstInitialize} && [ X"${config_ATM_Restart}" = X"n" ] ) ; then 248 248 ##--Initialization of fluxes to an undefined value at the first run 249 249 UndefinedValueCo2=-9999 … … 278 278 # !! NEW for Carbone cycle !! Path where to find old co2.log file for restart CO2. 279 279 #SubmitRestartPath= 280 if ( ${FirstInitialize} && [ X"${config_ATM_Restart}" = X"y" ] ) ; then280 if ( ${FirstInitialize} && [ X"${config_ATM_Restart}" = X"y" ] ) ; then 281 281 IGCM_card_DefineVariableFromOption ${SUBMIT_DIR}/config.card ATM SubmitRestartPath 282 282 PathCO2log=${config_ATM_SubmitRestartPath} … … 436 436 # The restart files already exist. They have been copied from a previous run or from a CREATE job 437 437 echo "Restart files for LMDZ have been copied from a previous run" 438 elif [ -f create_etat0_limit* ] || [ -f ce0l* ] && ! [-f lmdz.x ] ; then438 elif [ -f create_etat0_limit* ] || [ -f ce0l* ] && [ ! -f lmdz.x ] ; then 439 439 # Do nothing because it is the program for creating restart files that is running and not LMDZ 440 440 echo "create_etat0_limit.e will create initial start files"
Note: See TracChangeset
for help on using the changeset viewer.