Changeset 334
- Timestamp:
- 05/28/08 16:39:26 (17 years ago)
- Location:
- CONFIG/trunk/LMDZ4OR_v2/LMDZOR/COMP
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/trunk/LMDZ4OR_v2/LMDZOR/COMP/lmdz.card
r326 r334 7 7 # You can choose here the name of create_etat0 you want to use 8 8 # If noting is defined here, the job will get the JobName in the file ../CREATE/config.card 9 CREATE=ETAT0 9 CREATE=ELC-${RESOL_ATM} 10 10 11 # Par default, adjust=n in run.def 11 12 LMDZ_adjust = n 12 13 13 14 [InitialStateFiles] 14 # start and startphy are the clim files computed with CREATE (create_etat0_limit) job 15 # CLIM version 16 List= (${R_OUT}/${config_UserChoices_TagName}/${CREATE}/ATM/Restart/${CREATE}_19791230_start.nc, start.nc) \ 17 (${R_OUT}/${config_UserChoices_TagName}/${CREATE}/ATM/Restart/${CREATE}_19791230_startphy.nc, startphy.nc) 18 # AMIP files : replace this list by 19 #List= (${R_OUT}/${config_UserChoices_TagName}/${CREATE}/ATM/Restart/${CREATE}_${year}1230_start.nc, start.nc) \ 20 # (${R_OUT}/${config_UserChoices_TagName}/${CREATE}/ATM/Restart/${CREATE}_${year}1230_startphy.nc, startphy.nc) 15 List= (${R_OUT}/${config_UserChoices_TagName}/${CREATE}/ATM/Output/Restart/${CREATE}_clim_start.nc, start.nc) \ 16 (${R_OUT}/${config_UserChoices_TagName}/${CREATE}/ATM/Output/Restart/${CREATE}_clim_startphy.nc, startphy.nc) 21 17 22 18 [BoundaryFiles] 23 List= () 24 # AMIP files : list is : 25 # List= (${R_OUT}/${config_UserChoices_TagName}/${CREATE}/ATM/Restart/${CREATE}_${year}1230_limit.nc, limit.nc) 26 27 # The first one is the limit.nc computed with CREATE job 28 # CLIM version 29 ListNonDel= (${R_OUT}/${config_UserChoices_TagName}/${CREATE}/ATM/Restart/${CREATE}_19791230_limit.nc, limit.nc) 19 List= () 20 ListNonDel= (${R_OUT}/${config_UserChoices_TagName}/${CREATE}/ATM/Output/Boundary/${CREATE}_clim_limit.nc, limit.nc) 30 21 31 22 # With sulfates : -
CONFIG/trunk/LMDZ4OR_v2/LMDZOR/COMP/lmdz.driver
r326 r334 6 6 { 7 7 IGCM_debug_PushStack "ATM_Initialize" 8 9 RESOL_ATM=${RESOL} 10 case ${RESOL_ATM} in 11 LMD7245) BandsResol=72x45x19 ;; 12 LMD9671) BandsResol=96x71x19 ;; 13 LMD14496) BandsResol=144x96x19 ;; 14 LMD144142) BandsResol=144x142x19 ;; 15 esac 8 16 9 17 ##- Create_etat0_limit version … … 18 26 fi 19 27 20 RESOL_ATM=${RESOL}21 case ${RESOL_ATM} in22 LMD7245) BandsResol=72x45x19 ;;23 LMD9671) BandsResol=96x71x19 ;;24 LMD14496) BandsResol=144x96x19 ;;25 LMD144142) BandsResol=144x142x19 ;;26 esac27 28 28 ##--Frequency purpose .... 29 29 ##-- Initialisation .... … … 79 79 IGCM_debug_PushStack "ATM_Update" 80 80 81 # Another solution to make start.nc/startphy.nc/limit.nc for a CLIM run :82 # if ( ${FirstInitialize} ) ; then83 #84 # if ( [ "${config_Restarts_OverRule}" = "n" ] && [ "${config_ATM_Restart}" = "n" ] ); then85 # if [ ${DRYRUN} -le 2 ] ; then86 # IGCM_sys_Cp ${R_EXE}/create_etat0_limit.e ${RUN_DIR}/.87 # if [ ${DRYRUN} -le 1 ] ; then88 # ./create_etat0_limit.e89 # fi90 # else91 # echo "EXECUTION of ./create_etat0_limit.e simulated"92 # echo "EXECUTION of ./create_etat0_limit.e simulated for DRYRUN = " $DRYRUN >> stack93 # fi94 # fi95 #96 # fi97 98 81 ecritphy=${PeriodLengthInDays} 99 82
Note: See TracChangeset
for help on using the changeset viewer.