Changeset 1968
- Timestamp:
- 12/17/12 11:59:38 (12 years ago)
- Location:
- CMIP5/rcp26/v3.rcp26.2
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
CMIP5/rcp26/v3.rcp26.2/COMP/lmdz.card
r1320 r1968 41 41 [BoundaryFiles] 42 42 List= () 43 ListNonDel= (${R_BC}/ATM/${config_UserChoices_TagName}/IPCC_AR5/HISTORIQUE/SOLARANDVOLCANOES_1610_2008.txt, .),\ 44 (${R_BC}/ATM/${config_UserChoices_TagName}/IPCC_AR5/HISTORIQUE/CO2_1765_2005.txt, .),\ 45 (${R_BC}/ATM/${config_UserChoices_TagName}/IPCC_AR5/HISTORIQUE/CH4_1765_2005.txt, .),\ 46 (${R_BC}/ATM/${config_UserChoices_TagName}/IPCC_AR5/HISTORIQUE/N2O_1765_2005.txt, .),\ 47 (${R_BC}/ATM/${config_UserChoices_TagName}/IPCC_AR5/HISTORIQUE/CFC11_1765_2005.txt, .),\ 48 (${R_BC}/ATM/${config_UserChoices_TagName}/IPCC_AR5/HISTORIQUE/CFC12_1765_2005.txt, .),\ 49 (${R_BC}/ATM/${config_UserChoices_TagName}/${RESOL_ATM}/AR5/HISTORIQUE/aerosols_11YearsClim_1855_v3.nc, aerosols.nat.nc) 43 44 ListNonDel= (${R_BC}/ATM/${config_UserChoices_TagName}/IPCC_AR5/RCPs/SolarConstant/SOLAR_1765_2500.txt, .),\ 45 (${R_BC}/ATM/${config_UserChoices_TagName}/IPCC_AR5/RCPs/RCP3/CO2_1765_2500.txt, .),\ 46 (${R_BC}/ATM/${config_UserChoices_TagName}/IPCC_AR5/RCPs/RCP3/CH4_1765_2500.txt, .),\ 47 (${R_BC}/ATM/${config_UserChoices_TagName}/IPCC_AR5/RCPs/RCP3/N2O_1765_2500.txt, .),\ 48 (${R_BC}/ATM/${config_UserChoices_TagName}/IPCC_AR5/RCPs/RCP3/CFC11_1765_2500.txt, .),\ 49 (${R_BC}/ATM/${config_UserChoices_TagName}/IPCC_AR5/RCPs/RCP3/CFC12_1765_2500.txt, .),\ 50 (${R_BC}/ATM/${config_UserChoices_TagName}/${RESOL_ATM}/AR5/HISTORIQUE/aerosols_11YearsClim_1855_v2.nc, aerosols.nat.nc) 50 51 51 52 [SmoothFiles] 52 53 # With AR5 aerosols (including ASSO4M(=SO4), CSSO4M, AIBCM, ASBCM, AIPOMM, ASPOMM, ASSSM, CSSSM, SSSSM, CIDUSTM) 53 54 # With AR5 ozone(tropo + strato from LMDZOR-INCA-REPROBUS simulations) 54 List= (${R_BC}/ATM/${config_UserChoices_TagName}/${RESOL_ATM}/AR5/ HISTORIQUE/aerosols_11YearsClim_${year}_v3.nc, aerosols${year}.nc, 1:12:), \55 (${R_BC}/ATM/${config_UserChoices_TagName}/${RESOL_ATM}/AR5/ HISTORIQUE/climoz_LMDZ_${year}_v2.nc, climoz_LMDZ.nc, 1:12:)55 List= (${R_BC}/ATM/${config_UserChoices_TagName}/${RESOL_ATM}/AR5/RCP26/aerosols_11YearsClim_${year}_v3.nc, aerosols${year}.nc, 1:12:), \ 56 (${R_BC}/ATM/${config_UserChoices_TagName}/${RESOL_ATM}/AR5/RCP26/climoz_LMDZ_${year}_v2.nc, climoz_LMDZ.nc, 1:12:) 56 57 57 58 [ParametersFiles] … … 124 125 GatherWithInternal = (lon, lat, presnivs, time_counter, time_counter_bnds) 125 126 TimeSeriesVars2D = (bils, cldh, cldl, cldm, cldq, cldt, evap, flat, iwp, lwp, pbase, ptop, precip, pluc, plul, prw, psol, rh2m, rh2m_min, rh2m_max, q2m, sens, sicf, slp, soll, sols, snow, LWdnSFC, LWdnSFCclr, SWdnSFC, SWdnSFCclr, SWdnTOA, LWupSFCclr, SWupSFC, SWupSFCclr, SWupTOA, SWupTOAclr, t2m, t2m_max, t2m_min, topl, topl0, tops, tsol, t700, u10m, v10m, wind10m, wind10max, w500) 126 ChunckJob2D = 50Y127 ChunckJob2D = 200Y 127 128 TimeSeriesVars3D = (lwcon, iwcon, mc, rhum, rneb, temp, theta, ovap, geop, vitu, vitv, vitw, pres, paprs) 128 129 ChunckJob3D = 10Y … … 133 134 GatherWithInternal = (lon, lat, pressure2, height, sza, time_counter, time_counter_bnds) 134 135 TimeSeriesVars2D = (cllcalipso, clmcalipso, clhcalipso, cltcalipso, tclisccp, albisccp, ctpisccp) 135 ChunckJob2D = 200Y136 ChunckJob2D = OFF 136 137 TimeSeriesVars3D = (clcalipso, clisccp2_c01, clisccp2_c02, clisccp2_c03, clisccp2_c04, clisccp2_c05, clisccp2_c06, clisccp2_c07, parasol_refl) 137 ChunckJob3D = 10Y138 ChunckJob3D = OFF 138 139 Seasonal=OFF 139 140 -
CMIP5/rcp26/v3.rcp26.2/COMP/lmdz.driver
r1172 r1968 150 150 151 151 ##-- GHG forcing for the current year 152 IPCC_SOLAR=`grep Annee_${year} SOLAR ANDVOLCANOES_1610_2008.txt | awk -F= '{print $2}'`153 IPCC_CO2=`grep Annee_${year} CO2_1765_2 005.txt | awk -F= '{print $2}'`154 IPCC_CH4=`grep Annee_${year} CH4_1765_2 005.txt | awk -F= '{print $2}'`155 IPCC_N2O=`grep Annee_${year} N2O_1765_2 005.txt | awk -F= '{print $2}'`156 IPCC_CFC11=`grep Annee_${year} CFC11_1765_2 005.txt | awk -F= '{print $2}'`157 IPCC_CFC12=`grep Annee_${year} CFC12_1765_2 005.txt | awk -F= '{print $2}'`152 IPCC_SOLAR=`grep Annee_${year} SOLAR_1765_2500.txt | awk -F= '{print $2}'` 153 IPCC_CO2=`grep Annee_${year} CO2_1765_2500.txt | awk -F= '{print $2}'` 154 IPCC_CH4=`grep Annee_${year} CH4_1765_2500.txt | awk -F= '{print $2}'` 155 IPCC_N2O=`grep Annee_${year} N2O_1765_2500.txt | awk -F= '{print $2}'` 156 IPCC_CFC11=`grep Annee_${year} CFC11_1765_2500.txt | awk -F= '{print $2}'` 157 IPCC_CFC12=`grep Annee_${year} CFC12_1765_2500.txt | awk -F= '{print $2}'` 158 158 159 159 ##-- For historical daily cosp must be output during 1979-2005 period -
CMIP5/rcp26/v3.rcp26.2/COMP/orchidee.card
r1171 r1968 15 15 16 16 [SmoothFiles] 17 List=(${R_BC}/SRF/${config_UserChoices_TagName}/PFTmap_1850to2005_AR5_LUHa.rc2/PFTmap_IPCC_${year_p1}.nc, PFTmap.nc, 12:12:) 17 List=() 18 ###List=(${R_BC}/SRF/${config_UserChoices_TagName}/PFTmap_2006to2100_AR5_RCP3-PD_IMAGE/PFTmap_IPCC_${year_p1}.nc, PFTmap.nc, 12:12:1129), \ 19 ### (${R_BC}/SRF/${config_UserChoices_TagName}/PFTmap_2006to2100_AR5_RCP3-PD_IMAGE/PFTmap_IPCC_2006.nc, PFTmap.nc, 1:1:1) 18 20 19 21 [ParametersFiles] -
CMIP5/rcp26/v3.rcp26.2/COMP/orchidee.driver
r1050 r1968 101 101 fi 102 102 103 [ ${CumulPeriod} -eq 1 ] && ORCHIDEE_sed VEGET_REINIT y 104 [ ${year} -ge 2100 ] && ORCHIDEE_sed VEGET_UPDATE 0Y 105 103 106 #IGCM_sys_Cp ${RUN_DIR}/orchidee.def ${RUN_DIR}/run.def 104 107 #IGCM_sys_Put_Out ${RUN_DIR}/run.def ${R_SAVE}/${PREFIX}_run.def -
CMIP5/rcp26/v3.rcp26.2/COMP/pisces.driver
r1019 r1968 59 59 60 60 ##-- GHG forcing for the current year 61 IPCC_PIS_CO2=`grep Annee_${year} CO2_1765_2 005.txt | awk -F= '{print $2}'`61 IPCC_PIS_CO2=`grep Annee_${year} CO2_1765_2500.txt | awk -F= '{print $2}'` 62 62 63 63 ##-- Update namelist_top and namelist_pisces -
CMIP5/rcp26/v3.rcp26.2/config.card
r1171 r1968 9 9 [UserChoices] 10 10 #============================ 11 JobName= EXP0011 JobName=v3.rcp26.2 12 12 #----- Short Name of Experiment 13 ExperimentName= historical13 ExperimentName=rcp26 14 14 #----- DEVT TEST PROD 15 SpaceName= DEVT16 LongName="IPSLCM5A CMIP5 DEVT phase historical example with large outputs"15 SpaceName=PROD 16 LongName="IPSLCM5A CMIP5 PROD phase rcp26 run with large outputs starting 2005-12-31 from v3.historical2" 17 17 TagName=IPSLCM5A 18 18 #============================ … … 21 21 #-- Experiment dates : Beginning and ending 22 22 #-- "YYYY-MM-DD" 23 DateBegin= 1850-01-0124 DateEnd= 1850-12-3123 DateBegin=2006-01-01 24 DateEnd=2100-12-31 25 25 #============================ 26 26 #-- 1Y, 1M, 5D, 1D Period Length of one trunk of simulation … … 56 56 OverRule=y 57 57 #D- Last day of the experience used as restart for all components 58 RestartDate= 1899-12-3158 RestartDate=2005-12-31 59 59 #D- Define restart simulation name for all components 60 60 # For historical simulation you have to start from an other simulation 61 RestartJobName= XXXXXXX61 RestartJobName=v3.historical2 62 62 #D- Path Server Group Login 63 RestartPath= ${ARCHIVE}/IGCM_OUT/IPSLCM5A/DEVT/piControl63 RestartPath=/dmnfs/cont003/p86denv/IGCM_OUT/IPSLCM5A/PROD/historical 64 64 65 65 #======================================================================== … … 192 192 #D- Do we rebuild parallel output, this flag determines 193 193 #D- frequency of rebuild submission (use NONE for DRYRUN=3) 194 RebuildFrequency= 5Y194 RebuildFrequency=2Y 195 195 #D- Do we rebuild parallel output from archive (use NONE to use SCRATCHDIR as buffer) 196 RebuildFromArchive= true196 RebuildFromArchive=NONE 197 197 #D- If you want to produce time series, this flag determines 198 198 #D- frequency of post-processing submission (NONE if you don't want)
Note: See TracChangeset
for help on using the changeset viewer.