Changeset 2319 for CONFIG/UNIFORM/v5/IPSLCM5CHS_v5
- Timestamp:
- 08/13/14 16:53:24 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/UNIFORM/v5/IPSLCM5CHS_v5/GENERAL/DRIVER/lmdz.driver
r2294 r2319 514 514 else 515 515 # Restart files have to be created 516 echo "Run create_etat0_limit.e to create restart files start.nc and startphy.nc for LMDZ" 517 if [ ${DRYRUN} -le 2 ] ; then 518 ##-- suppression of ozone file construction -- 519 cp config.def config.def.save 520 LMDZ_sed config.def read_climoz 0 521 IGCM_sys_Cp ${R_EXE}/create_etat0_limit.e ${RUN_DIR}/. 522 if [ ${DRYRUN} -le 1 ] ; then 523 ${HOST_MPIRUN_COMMAND} -np 1 ./create_etat0_limit.e 524 IGCM_sys_Put_Out start.nc ${R_OUT_ATM_R}/${config_UserChoices_JobName}_${PeriodDateBegin}_start.nc 525 IGCM_sys_Put_Out startphy.nc ${R_OUT_ATM_R}/${config_UserChoices_JobName}_${PeriodDateBegin}_startphy.nc 526 fi 527 IGCM_sys_Mv config.def.save config.def 528 else 529 echo "EXECUTION of ${HOST_MPIRUN_COMMAND} -np 1 ./create_etat0_limit.e simulated" 530 echo "EXECUTION of ${HOST_MPIRUN_COMMAND} -np 1 ./create_etat0_limit.e simulated for DRYRUN = " $DRYRUN >> stack 531 fi 532 fi 516 # Old option. Now removed. 517 echo "REMOVED OPTION: Run create_etat0_limit.e to create restart files start.nc and startphy.nc for LMDZ" 518 echo "You must now create start.nc and startphy.nc before launching the model or use restart files" 519 IGCM_debug_Exit "ATM_Update: start.nc and startphy.nc files are missing!" 520 IGCM_debug_Verif_Exit 521 fi 533 522 fi 534 523
Note: See TracChangeset
for help on using the changeset viewer.