- Timestamp:
- 06/16/11 13:59:47 (14 years ago)
- Location:
- CMIP5/historicalNat/historicalNat22
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
CMIP5/historicalNat/historicalNat22/COMP/lmdz.card
r1449 r1497 43 43 # With AR5 aerosols (including ASSO4M(=SO4), CSSO4M, AIBCM, ASBCM, AIPOMM, ASPOMM, ASSSM, CSSSM, SSSSM, CIDUSTM) 44 44 # With AR5 ozone(tropo + strato from LMDZOR-INCA-REPROBUS simulations) 45 ListNonDel= (${R_BC}/ATM/${config_UserChoices_TagName}/${RESOL_ATM}/AR5/HISTORIQUE/aerosols_11YearsClim_1855_v3.nc, aerosols.nat.nc),\ 45 ListNonDel= (${R_BC}/ATM/${config_UserChoices_TagName}/IPCC_AR5/HISTORIQUE/SOLARANDVOLCANOES_1610_2008.txt, .),\ 46 (${R_BC}/ATM/${config_UserChoices_TagName}/${RESOL_ATM}/AR5/HISTORIQUE/aerosols_11YearsClim_1855_v3.nc, aerosols.nat.nc),\ 46 47 (${R_BC}/ATM/${config_UserChoices_TagName}/${RESOL_ATM}/AR5/HISTORIQUE/climoz_LMDZ_1855_v2.nc, climoz_LMDZ.nc) 47 48 -
CMIP5/historicalNat/historicalNat22/COMP/lmdz.driver
r1172 r1497 135 135 [ ${CumulPeriod} -gt 1 ] && ( IGCM_sys_Get ${R_OUT_ATM_D}/${config_UserChoices_JobName}_Bands_${RESOL_ATM_3D}_${NUM_PROC_ATM}prc.dat_${RefPeriod} Bands_${RESOL_ATM_3D}_${NUM_PROC_ATM}prc.dat ; IGCM_sys_Chmod u+w Bands_${RESOL_ATM_3D}_${NUM_PROC_ATM}prc.dat ) 136 136 137 ##-- GHG forcing for the current year 138 IPCC_SOLAR=`grep Annee_${year} SOLARANDVOLCANOES_1610_2008.txt | awk -F= '{print $2}'` 139 137 140 ## physiq.def parameters modified from initial physiq_L${RESOL_ATM_Z} 138 141 LMDZ_sed physiq.def OK_instan ${OK_instan} … … 147 150 LMDZ_sed physiq.def ok_hfCOSP ${LMDZ_COSP_hf} 148 151 LMDZ_sed physiq.def ok_histNMC "${LMDZ_NMC_monthly}, ${LMDZ_NMC_daily}, ${LMDZ_NMC_hf}" 152 LMDZ_sed physiq.def solaire ${IPCC_SOLAR} 149 153 150 154 ## gcm.def parameters : no change since gcm.def_${RESOL_ATM_3D} is used and already modified -
CMIP5/historicalNat/historicalNat22/README
r1055 r1497 1 1 IPSLCM5A 2 2 3 09/06/2010 3 16/06/2011 4 4 5 5 Experiment Name comes from CMIP5 DRS. See: http://cmip-pcmdi.llnl.gov/cmip5/docs/cmip5_data_reference_syntax.pdf 6 Output files are stored into : login/IGCM_OUT/IPSLCM5A/DEVT/pdControl/EXP00directory6 Output files are stored into : /dmnfs/cont003/p86caub/IGCM_OUT/IPSLCM5A/PROD/historicalNat/historicalNat22 directory 7 7 8 8 -
CMIP5/historicalNat/historicalNat22/config.card
r1049 r1497 9 9 [UserChoices] 10 10 #============================ 11 JobName= EXP0011 JobName=historicalNat22 12 12 #----- Short Name of Experiment 13 ExperimentName= piControl13 ExperimentName=historicalNat 14 14 #----- DEVT TEST PROD 15 SpaceName= DEVT16 LongName="IPSLCM5A CMIP5 DEVT phase piControl example with large outputs"15 SpaceName=PROD 16 LongName="IPSLCM5A CMIP5 PROD phase : historicalNat " 17 17 TagName=IPSLCM5A 18 18 #============================ … … 22 22 #-- "YYYY-MM-DD" 23 23 DateBegin=1850-01-01 24 DateEnd= 1850-12-3124 DateEnd=2005-12-31 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=18 99-12-3158 RestartDate=1859-12-31 59 59 #D- Define restart simulation name for all components 60 RestartJobName= EXP0060 RestartJobName=piControl2 61 61 #D- Path Server Group Login 62 RestartPath= ${ARCHIVE}/IGCM_OUT/IPSLCM5A/DEVT/piControl62 RestartPath=/dmnfs/cont003/p86caub/IGCM_OUT/IPSLCM5A/PROD/piControl 63 63 64 64 #======================================================================== … … 191 191 #D- Do we rebuild parallel output, this flag determines 192 192 #D- frequency of rebuild submission (use NONE for DRYRUN=3) 193 RebuildFrequency= 5Y193 RebuildFrequency=2Y 194 194 #D- Do we rebuild parallel output from archive (use NONE to use SCRATCHDIR as buffer) 195 RebuildFromArchive= true195 RebuildFromArchive=NONE 196 196 #D- If you want to produce time series, this flag determines 197 197 #D- frequency of post-processing submission (NONE if you don't want)
Note: See TracChangeset
for help on using the changeset viewer.