Changeset 1127
- Timestamp:
- 09/02/10 11:26:45 (14 years ago)
- Location:
- CMIP5/historicalGHG/historicalGHG2
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
CMIP5/historicalGHG/historicalGHG2/COMP/lmdz.card
r1108 r1127 18 18 19 19 # Set COSP activation and Outputs frequency (monthly, daily, HF) = y/n 20 LMDZ_COSP_OK= y20 LMDZ_COSP_OK=n 21 21 LMDZ_COSP_monthly=y 22 LMDZ_COSP_daily= n22 LMDZ_COSP_daily=y 23 23 LMDZ_COSP_hf=n 24 24 … … 40 40 41 41 [BoundaryFiles] 42 List= () 42 List= () 43 ListNonDel= (${R_BC}/ATM/${config_UserChoices_TagName}/IPCC_AR5/HISTORIQUE/CO2_1765_2005.txt, .),\ 44 (${R_BC}/ATM/${config_UserChoices_TagName}/IPCC_AR5/HISTORIQUE/CH4_1765_2005.txt, .),\ 45 (${R_BC}/ATM/${config_UserChoices_TagName}/IPCC_AR5/HISTORIQUE/N2O_1765_2005.txt, .),\ 46 (${R_BC}/ATM/${config_UserChoices_TagName}/IPCC_AR5/HISTORIQUE/CFC11_1765_2005.txt, .),\ 47 (${R_BC}/ATM/${config_UserChoices_TagName}/IPCC_AR5/HISTORIQUE/CFC12_1765_2005.txt, .),\ 48 (${R_BC}/ATM/${config_UserChoices_TagName}/${RESOL_ATM}/AR5/HISTORIQUE/aerosols_11YearsClim_1855.nc, aerosols.nat.nc) 49 50 [SmoothFiles] 43 51 # With AR5 aerosols (including ASSO4M(=SO4), CSSO4M, AIBCM, ASBCM, AIPOMM, ASPOMM, ASSSM, CSSSM, SSSSM, CIDUSTM) 44 52 # 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.nc, aerosols.nat.nc),\ 46 (${R_BC}/ATM/${config_UserChoices_TagName}/${RESOL_ATM}/AR5/HISTORIQUE/climoz_LMDZ_1855.nc, climoz_LMDZ.nc) 47 48 [SmoothFiles] 49 List= () 53 List= (${R_BC}/ATM/${config_UserChoices_TagName}/${RESOL_ATM}/AR5/HISTORIQUE/climoz_LMDZ_${year}.nc, climoz_LMDZ.nc, 1:12:) 50 54 51 55 [ParametersFiles] -
CMIP5/historicalGHG/historicalGHG2/COMP/lmdz.driver
r1012 r1127 112 112 RAZ_DATE=0 113 113 fi 114 115 114 ## To have more variables in output files for aerosols. Parameters are set in lmdz.card 116 115 if [ ${CumulPeriod}%${LMDZ_Freq_aero} -le ${LMDZ_Length_aero} ]; then … … 145 144 146 145 [ ${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 ) 146 147 ##-- GHG forcing for the current year 148 IPCC_CO2=`grep Annee_${year} CO2_1765_2005.txt | awk -F= '{print $2}'` 149 IPCC_CH4=`grep Annee_${year} CH4_1765_2005.txt | awk -F= '{print $2}'` 150 IPCC_N2O=`grep Annee_${year} N2O_1765_2005.txt | awk -F= '{print $2}'` 151 IPCC_CFC11=`grep Annee_${year} CFC11_1765_2005.txt | awk -F= '{print $2}'` 152 IPCC_CFC12=`grep Annee_${year} CFC12_1765_2005.txt | awk -F= '{print $2}'` 147 153 148 154 ## physiq.def parameters modified from initial physiq_L${RESOL_ATM_Z} … … 159 165 LMDZ_sed physiq.def ok_hfCOSP ${LMDZ_COSP_hf} 160 166 LMDZ_sed physiq.def ok_histNMC "${LMDZ_NMC_monthly}, ${LMDZ_NMC_daily}, ${LMDZ_NMC_hf}" 167 LMDZ_sed physiq.def co2_ppm ${IPCC_CO2} 168 LMDZ_sed physiq.def CH4_ppb ${IPCC_CH4} 169 LMDZ_sed physiq.def N2O_ppb ${IPCC_N2O} 170 LMDZ_sed physiq.def CFC11_ppt ${IPCC_CFC11} 171 LMDZ_sed physiq.def CFC12_ppt ${IPCC_CFC12} 172 161 173 162 174 ## gcm.def parameters : no change since gcm.def_${RESOL_ATM_3D} is used and already modified -
CMIP5/historicalGHG/historicalGHG2/COMP/orchidee.card
r1086 r1127 8 8 [InitialStateFiles] 9 9 List= (${R_INIT}/SRF/${config_UserChoices_TagName}/soils_param.nc, . ), \ 10 (${R_INIT}/SRF/${config_UserChoices_TagName}/routing.nc, . ), \ 11 (${R_INIT}/SRF/${config_UserChoices_TagName}/PFTmap_IPCC_1850.nc, PFTmap.nc) 10 (${R_INIT}/SRF/${config_UserChoices_TagName}/routing.nc, . ) 12 11 13 12 [BoundaryFiles] 14 List= 15 ListNonDel= ( )13 List= () 14 ListNonDel= (${R_BC}/SRF/${config_UserChoices_TagName}/PFTmap_1850to2005_AR5_LUHa.rc2.nc, PFTmap.nc) 16 15 17 16 [SmoothFiles] -
CMIP5/historicalGHG/historicalGHG2/COMP/pisces.driver
r972 r1127 23 23 PAT_TOP_LRSTTR=$( supergrep ln_rsttr ${SUBMIT_DIR}/PARAM/namelist_top_${RESOL_OCE} ) 24 24 PAT_TOP_NRSTTR=$( supergrep nrsttr ${SUBMIT_DIR}/PARAM/namelist_top_${RESOL_OCE} ) 25 PAT_PIS_ATCCO2=$( supergrep atcco2 ${SUBMIT_DIR}/PARAM/namelist_pisces_${RESOL_OCE} ) 25 26 PAT_PIS_LRIVER=$( supergrep ln_river ${SUBMIT_DIR}/PARAM/namelist_pisces_${RESOL_OCE} ) 26 27 … … 60 61 fi 61 62 63 ##-- GHG forcing for the current year 64 IPCC_PIS_CO2=`grep Annee_${year} CO2_1765_2005.txt | awk -F= '{print $2}'` 65 62 66 ##-- Update namelist_top and namelist_pisces 63 67 -
CMIP5/historicalGHG/historicalGHG2/PARAM/orchidee.def
r1013 r1127 728 728 # Year of the land_use vegetation map readed 729 729 # year off the pft map 730 # If LAND_USE (11 = 1860 - 1850 +1 for PFTmap.20C3M.nc, 1 for PFTmap_IPCC_2000.nc) 730 # If LAND_USE (11 = 1860 - 1850 +1 for PFTmap.20C3M.nc, 1 for PFTmap_IPCC_2000.nc) 731 731 VEGET_YEAR = 1 732 732 # default = 282 733 733 734 734 # booleen to indicate that a new LAND USE file will be used (since 1.9.5 version). 735 # The parameter is used to bypass veget_year count 735 # The parameter is used to bypass veget_year count 736 736 # and reinitialize it with VEGET_YEAR parameter. 737 737 # Then it is possible to change LAND USE file. … … 743 743 # The veget datas will be update each this time step. 744 744 # If LAND_USE 745 VEGET_UPDATE = 0Y745 VEGET_UPDATE = 1Y 746 746 # default = 1Y 747 747 748 748 # treat land use modifications 749 749 # With this variable, you can use a Land Use map 750 # to simulate anthropic modifications such as 751 # deforestation. 750 # to simulate anthropic modifications such as 751 # deforestation. 752 752 # If LAND_USE 753 LAND_COVER_CHANGE = n753 LAND_COVER_CHANGE = y 754 754 # default = y 755 755 -
CMIP5/historicalGHG/historicalGHG2/README
r1108 r1127 1 1 IPSLCM5A 2 2 3 19/07/20103 27/08/2010 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 : /dmnfs09/cont003/p86caub/IGCM_OUT/IPSLCM5A/PROD/piControl/piControl2 directory 7 8 6 Output files are stored into : /dmnfs09/cont003/p86caub/IGCM_OUT/IPSLCM5A/PROD/historicalGHG/historicalGHG2 directory -
CMIP5/historicalGHG/historicalGHG2/config.card
r1108 r1127 9 9 [UserChoices] 10 10 #============================ 11 JobName= piControl211 JobName=historicalGHG2 12 12 #----- Short Name of Experiment 13 ExperimentName= piControl13 ExperimentName=historicalGHG 14 14 #----- DEVT TEST PROD 15 15 SpaceName=PROD 16 LongName="IPSLCM5A CMIP5 PROD phase piControl2nd experiment"16 LongName="IPSLCM5A CMIP5 PROD phase historicalGHG 2nd experiment" 17 17 TagName=IPSLCM5A 18 18 #============================ … … 21 21 #-- Experiment dates : Beginning and ending 22 22 #-- "YYYY-MM-DD" 23 DateBegin=18 00-01-0124 DateEnd=20 49-12-3123 DateBegin=1850-01-01 24 DateEnd=2005-12-31 25 25 #============================ 26 26 #-- 1Y, 1M, 5D, 1D Period Length of one trunk of simulation … … 33 33 #-- Total Number of Processors (minimum is 2 for a coupled configuration) 34 34 #JobNumProcTot=2 35 JobNumProcTot= 835 JobNumProcTot=4 36 36 #============================ 37 37 #-- Run Options : here for oasis coupling … … 56 56 OverRule=y 57 57 #D- Last day of the experience used as restart for all components 58 RestartDate= 2049-12-3158 RestartDate=1849-12-31 59 59 #D- Define restart simulation name for all components 60 RestartJobName=piControl 160 RestartJobName=piControl2 61 61 #D- Path Server Group Login 62 RestartPath=/dmnfs/cont003/p86 maf/IGCM_OUT/IPSLCM5A/PROD/piControl62 RestartPath=/dmnfs/cont003/p86caub/IGCM_OUT/IPSLCM5A/PROD/piControl 63 63 64 64 #========================================================================
Note: See TracChangeset
for help on using the changeset viewer.