Changeset 1220 for CONFIG/IPSLCM
- Timestamp:
- 12/15/10 17:15:45 (14 years ago)
- Location:
- CONFIG/IPSLCM/IPSLCM5B
- Files:
-
- 12 added
- 3 deleted
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/IPSLCM/IPSLCM5B/EXP00/COMP/lmdz.card
r1183 r1220 3 3 4 4 [UserChoices] 5 # Physics package to use 6 LMDZ_Physics=NPv2.0 7 #LMDZ_Physics=AP 8 5 9 ByPass_hgardfou_teta=n 6 10 ByPass_hgardfou_mats=n … … 51 55 52 56 [ParametersFiles] 53 List= (${SUBMIT_DIR}/PARAM/physiq.def_L${RESOL_ATM_Z}, physiq.def), \ 54 (${SUBMIT_DIR}/PARAM/gcm.def_${RESOL_ATM_3D}, gcm.def), \ 55 (${SUBMIT_DIR}/PARAM/cosp_input_nl.txt, .), \ 56 (${SUBMIT_DIR}/PARAM/cosp_output_nl.txt, .), \ 57 (${SUBMIT_DIR}/PARAM/run.def, .), \ 57 List= (${SUBMIT_DIR}/PARAM/physiq.def_L${RESOL_ATM_Z}_${LMDZ_Physics}, physiq.def), \ 58 (${SUBMIT_DIR}/PARAM/config.def, config.def), \ 59 (${SUBMIT_DIR}/PARAM/gcm.def_${RESOL_ATM_3D}, gcm.def), \ 60 (${SUBMIT_DIR}/PARAM/cosp_input_nl.txt, .), \ 61 (${SUBMIT_DIR}/PARAM/cosp_output_nl.txt, .), \ 62 (${SUBMIT_DIR}/PARAM/output.def, .), \ 63 (${SUBMIT_DIR}/PARAM/run.def, .), \ 58 64 (${SUBMIT_DIR}/PARAM/traceur.def, .) 59 65 -
CONFIG/IPSLCM/IPSLCM5B/EXP00/COMP/lmdz.driver
r1172 r1220 14 14 } 15 15 16 function LMDZ_string_sed 17 { 18 IGCM_debug_PushStack "LMDZ_string_sed" 19 20 sed -e "s/${2}/${3}/" ${1} > ${1}.tmp 21 RET=$? 22 echo "LMDZ_sed : ${1} ${2} ${3}" 23 \mv ${1}.tmp ${1} 24 25 IGCM_debug_PopStack "LMDZ_string_sed" 26 return $RET 27 } 28 16 29 function ATM_Initialize 17 30 { 18 31 IGCM_debug_PushStack "ATM_Initialize" 19 32 33 set -vx 34 20 35 RESOL_ATM=$( echo $RESOL | awk "-Fx" '{print $2}' | awk "-F-" '{print $1}') 21 36 … … 23 38 24 39 RESOL_ATM_Z=$( echo ${RESOL_ATM_3D} | awk "-Fx" '{print $3}' ) 25 40 26 41 ##-- Calendar type for LMDZ 27 42 case ${config_UserChoices_CalendarType} in … … 57 72 done 58 73 74 ## Read LMDZPhysics option in lmdz.card 75 IGCM_card_DefineVariableFromOption ${SUBMIT_DIR}/COMP/lmdz.card UserChoices LMDZ_Physics 76 LMDZ_Physics=${lmdz_UserChoices_LMDZ_Physics} 77 59 78 ## Read LMDZ_NbPeriod_adjust option in lmdz.card 60 79 IGCM_card_DefineVariableFromOption ${SUBMIT_DIR}/COMP/lmdz.card UserChoices LMDZ_NbPeriod_adjust … … 91 110 case ${config_UserChoices_PeriodLength} in 92 111 *Y|*y) 93 LMDZ_ecrit_mth=30. 112 # LMDZ_ecrit_mth=30. 113 LMDZ_ecrit_mth=1mth 94 114 LMDZ_ecrit_ISCCP=30. 95 115 LMDZ_periodav=30. … … 100 120 ;; 101 121 *) 102 LMDZ_ecrit_mth= ${PeriodLengthInDays}.122 LMDZ_ecrit_mth="${PeriodLengthInDays}""day" 103 123 LMDZ_ecrit_ISCCP=${PeriodLengthInDays}. 104 124 LMDZ_periodav=${PeriodLengthInDays}. … … 140 160 LMDZ_sed physiq.def OK_mensuel ${OK_mensuel} 141 161 LMDZ_sed physiq.def ok_hf ${ok_hf} 142 LMDZ_sed physiq.def ecrit_mth ${LMDZ_ecrit_mth} 162 # LMDZ_sed physiq.def ecrit_mth ${LMDZ_ecrit_mth} 163 LMDZ_string_sed config.def _ecrit-mth_ ${LMDZ_ecrit_mth} 143 164 LMDZ_sed physiq.def ecrit_ISCCP ${LMDZ_ecrit_ISCCP} 144 165 LMDZ_sed physiq.def ok_cosp ${LMDZ_COSP_OK} -
CONFIG/IPSLCM/IPSLCM5B/EXP00/PARAM/run.def
r907 r1220 2 2 # 3 3 INCLUDEDEF=physiq.def 4 INCLUDEDEF=config.def 4 5 INCLUDEDEF=gcm.def 5 6 INCLUDEDEF=orchidee.def 7 INCLUDEDEF=output.def 6 8 ## Type de calendrier utilise 7 9 ## valeur possible: earth_360d (defaut), earth_365d, earth_366d -
CONFIG/IPSLCM/IPSLCM5B/EXP00/config.card
r1049 r1220 9 9 [UserChoices] 10 10 #============================ 11 JobName= EXP0011 JobName=N05B 12 12 #----- Short Name of Experiment 13 13 ExperimentName=pdControl 14 14 #----- DEVT TEST PROD 15 15 SpaceName=DEVT 16 LongName="IPSLCM5 ACMIP5 DEVT phase pdControl example with limited outputs"17 TagName=IPSLCM5 A16 LongName="IPSLCM5B CMIP5 DEVT phase pdControl example with limited outputs" 17 TagName=IPSLCM5B 18 18 #============================ 19 19 #-- leap, noleap, 360d … … 22 22 #-- "YYYY-MM-DD" 23 23 DateBegin=2000-01-01 24 DateEnd=2000- 12-3124 DateEnd=2000-02-28 25 25 #============================ 26 26 #-- 1Y, 1M, 5D, 1D Period Length of one trunk of simulation … … 54 54 #D- If you want to restart all components from the same simulation, 55 55 #D- put OveRule flag to 'y' and set the next 3 parameters 56 OverRule= n56 OverRule=y 57 57 #D- Last day of the experience used as restart for all components 58 RestartDate=1 999-12-3158 RestartDate=1829-12-31 59 59 #D- Define restart simulation name for all components 60 RestartJobName= EXP0060 RestartJobName=CNPF16ctrl 61 61 #D- Path Server Group Login 62 RestartPath=${ARCHIVE}/IGCM_OUT/IPSLCM5A/DEVT/p dControl62 RestartPath=${ARCHIVE}/IGCM_OUT/IPSLCM5A/DEVT/piControl/ 63 63 64 64 #======================================================================== … … 167 167 ATM= (lmdz, LMDZ4-dev) 168 168 SRF= (orchidee, ORCHIDEE_1_9_5) 169 SBG= (stomate, ORCHIDEE_1_9_5)169 #SBG= (stomate, ORCHIDEE_1_9_5) 170 170 OCE= (opa9, CMIP5_IPSL) 171 171 ICE= (lim2, CMIP5_IPSL) -
CONFIG/IPSLCM/IPSLCM5B/historical/COMP/lmdz.card
r1183 r1220 3 3 4 4 [UserChoices] 5 # Physics package to use 6 LMDZ_Physics=AP 5 7 ByPass_hgardfou_teta=n 6 8 ByPass_hgardfou_mats=n … … 56 58 57 59 [ParametersFiles] 58 List= (${SUBMIT_DIR}/PARAM/physiq.def_L${RESOL_ATM_Z}, physiq.def), \ 60 List= (${SUBMIT_DIR}/PARAM/physiq.def_L${RESOL_ATM_Z}_${LMDZ_Physics}, physiq.def), \ 61 (${SUBMIT_DIR}/PARAM/config.def_L${RESOL_ATM_Z}_${LMDZ_Physics}, config.def), \ 59 62 (${SUBMIT_DIR}/PARAM/gcm.def_${RESOL_ATM_3D}, gcm.def), \ 60 63 (${SUBMIT_DIR}/PARAM/cosp_input_nl.txt, .), \ -
CONFIG/IPSLCM/IPSLCM5B/historical/COMP/lmdz.driver
r1172 r1220 59 59 esac 60 60 done 61 62 ## Read LMDZPhysics option in lmdz.card 63 IGCM_card_DefineVariableFromOption ${SUBMIT_DIR}/COMP/lmdz.card UserChoices LMDZ_Physics 64 LMDZ_Physics=${lmdz_UserChoices_LMDZ_Physics} 61 65 62 66 ## Read LMDZ_NbPeriod_adjust option in lmdz.card -
CONFIG/IPSLCM/IPSLCM5B/historical/PARAM/run.def
r907 r1220 2 2 # 3 3 INCLUDEDEF=physiq.def 4 INCLUDEDEF=config.def 4 5 INCLUDEDEF=gcm.def 5 6 INCLUDEDEF=orchidee.def 7 INCLUDEDEF=output.def 6 8 ## Type de calendrier utilise 7 9 ## valeur possible: earth_360d (defaut), earth_365d, earth_366d -
CONFIG/IPSLCM/IPSLCM5B/historical/config.card
r1171 r1220 13 13 ExperimentName=historical 14 14 #----- DEVT TEST PROD 15 SpaceName= DEVT16 LongName="IPSLCM5 ACMIP5 DEVT phase historical example with large outputs"17 TagName=IPSLCM5 A15 SpaceName=PROD 16 LongName="IPSLCM5B CMIP5 DEVT phase historical example with large outputs" 17 TagName=IPSLCM5B 18 18 #============================ 19 19 #-- leap, noleap, 360d -
CONFIG/IPSLCM/IPSLCM5B/piControl/COMP/lmdz.card
r1183 r1220 3 3 4 4 [UserChoices] 5 # Physics package to use 6 LMDZ_Physics=AP 5 7 ByPass_hgardfou_teta=n 6 8 ByPass_hgardfou_mats=n … … 50 52 51 53 [ParametersFiles] 52 List= (${SUBMIT_DIR}/PARAM/physiq.def_L${RESOL_ATM_Z}, physiq.def), \ 54 List= (${SUBMIT_DIR}/PARAM/physiq.def_L${RESOL_ATM_Z}_${LMDZ_Physics}, physiq.def), \ 55 + (${SUBMIT_DIR}/PARAM/config.def_L${RESOL_ATM_Z}_${LMDZ_Physics}, config.def), \ 53 56 (${SUBMIT_DIR}/PARAM/gcm.def_${RESOL_ATM_3D}, gcm.def), \ 54 57 (${SUBMIT_DIR}/PARAM/cosp_input_nl.txt, .), \ -
CONFIG/IPSLCM/IPSLCM5B/piControl/COMP/lmdz.driver
r1172 r1220 56 56 esac 57 57 done 58 59 ## Read LMDZPhysics option in lmdz.card 60 IGCM_card_DefineVariableFromOption ${SUBMIT_DIR}/COMP/lmdz.card UserChoices LMDZ_Physics 61 LMDZ_Physics=${lmdz_UserChoices_LMDZ_Physics} 58 62 59 63 ## Read LMDZ_NbPeriod_adjust option in lmdz.card -
CONFIG/IPSLCM/IPSLCM5B/piControl/PARAM/run.def
r907 r1220 2 2 # 3 3 INCLUDEDEF=physiq.def 4 INCLUDEDEF=config.def 4 5 INCLUDEDEF=gcm.def 5 6 INCLUDEDEF=orchidee.def 7 INCLUDEDEF=output.def 6 8 ## Type de calendrier utilise 7 9 ## valeur possible: earth_360d (defaut), earth_365d, earth_366d -
CONFIG/IPSLCM/IPSLCM5B/piControl/config.card
r1049 r1220 13 13 ExperimentName=piControl 14 14 #----- DEVT TEST PROD 15 SpaceName= DEVT16 LongName="IPSLCM5 ACMIP5 DEVT phase piControl example with large outputs"17 TagName=IPSLCM5 A15 SpaceName=PROD 16 LongName="IPSLCM5B CMIP5 DEVT phase piControl example with large outputs" 17 TagName=IPSLCM5B 18 18 #============================ 19 19 #-- leap, noleap, 360d
Note: See TracChangeset
for help on using the changeset viewer.