- Timestamp:
- 07/29/10 15:56:30 (14 years ago)
- Location:
- CMIP5/abrupt4xCO2/abrupt4xCO22
- Files:
-
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
CMIP5/abrupt4xCO2/abrupt4xCO22/COMP/lmdz.card
r1080 r1103 18 18 19 19 # Set COSP activation and Outputs frequency (monthly, daily, HF) = y/n 20 LMDZ_COSP_OK= n20 LMDZ_COSP_OK=y 21 21 LMDZ_COSP_monthly=y 22 LMDZ_COSP_daily= y22 LMDZ_COSP_daily=n 23 23 LMDZ_COSP_hf=n 24 24 … … 40 40 41 41 [BoundaryFiles] 42 List= () 43 # With AR5 aerosols (including ASSO4M(=SO4), CSSO4M, AIBCM, ASBCM, AIPOMM, ASPOMM, ASSSM, CSSSM, SSSSM, CIDUSTM) 44 # With AR5 ozone(tropo + strato from LMDZOR-INCA-REPROBUS simulations) 42 List= () 45 43 ListNonDel= (${R_BC}/ATM/${config_UserChoices_TagName}/${RESOL_ATM}/AR5/HISTORIQUE/aerosols_11YearsClim_1855.nc, aerosols.nat.nc),\ 46 44 (${R_BC}/ATM/${config_UserChoices_TagName}/${RESOL_ATM}/AR5/HISTORIQUE/climoz_LMDZ_1855.nc, climoz_LMDZ.nc) 47 45 48 46 [SmoothFiles] 49 List= 47 List= () 50 48 51 49 [ParametersFiles] … … 62 60 63 61 [OutputText] 64 List= ( lmdz.x.prt)62 List= () 65 63 66 64 [OutputFiles] … … 76 74 (histhfNMC.nc, ${R_OUT_ATM_O_H}/${PREFIX}_HF_histhfNMC.nc, Post_HF_histhfNMC), \ 77 75 (histhf3h.nc, ${R_OUT_ATM_O_H}/${PREFIX}_3H_histhf3h.nc, Post_3H_histhf3h), \ 78 76 (histhf3hm.nc, ${R_OUT_ATM_O_H}/${PREFIX}_3H_histhf3hm.nc, Post_3H_histhf3hm) 79 77 80 78 [Post_1M_histmth] … … 120 118 ChunckJob2D = 200Y 121 119 TimeSeriesVars3D = (rhum, temp, theta, ovap, ovapinit, geop, vitu, vitv, vitw, pres) 122 ChunckJob3D = OFF120 ChunckJob3D = 10Y 123 121 Seasonal=OFF 124 122 … … 147 145 ChunckJob2D = 50Y 148 146 TimeSeriesVars3D = (temp, theta, ovap, vitu, vitv) 149 ChunckJob3D = OFF147 ChunckJob3D = 10Y 150 148 Seasonal=OFF 151 149 … … 154 152 GatherWithInternal = (lon, lat, presnivs, time_counter, time_counter_bnds, aire) 155 153 TimeSeriesVars2D = () 156 ChunckJob2D = NONE 154 ChunckJob2D = NONE 157 155 TimeSeriesVars3D = () 158 156 ChunckJob3D = NONE -
CMIP5/abrupt4xCO2/abrupt4xCO22/COMP/lmdz.driver
r1012 r1103 53 53 esac 54 54 case ${frequency} in 55 HF|hf) ok_hf=y ;; 55 HF|hf) 56 ok_hf=y 57 OK_instan=y 58 ;; 56 59 esac 57 60 done … … 114 117 115 118 ## To have more variables in output files for aerosols. Parameters are set in lmdz.card 116 if [ ${CumulPeriod}%${LMDZ_Freq_aero} -le ${LMDZ_Length_aero} ]; then117 if [ ${CumulPeriod}%${LMDZ_Freq_aero} -ne 0 ]; then118 lev_histmth=4119 else120 lev_histmth=2121 fi122 else123 lev_histmth=2124 fi119 #if [ ${CumulPeriod}%${LMDZ_Freq_aero} -le ${LMDZ_Length_aero} ]; then 120 # if [ ${CumulPeriod}%${LMDZ_Freq_aero} -ne 0 ]; then 121 # lev_histmth=4 122 # else 123 # lev_histmth=2 124 # fi 125 #else 126 # lev_histmth=2 127 #fi 125 128 126 129 ## algo : For CumulPeriod=1 ; … … 150 153 LMDZ_sed physiq.def OK_journe ${OK_journe} 151 154 LMDZ_sed physiq.def OK_mensuel ${OK_mensuel} 152 LMDZ_sed physiq.def lev_histmth ${lev_histmth}155 #LMDZ_sed physiq.def lev_histmth ${lev_histmth} 153 156 LMDZ_sed physiq.def ok_hf ${ok_hf} 154 157 LMDZ_sed physiq.def ecrit_mth ${LMDZ_ecrit_mth} … … 159 162 LMDZ_sed physiq.def ok_hfCOSP ${LMDZ_COSP_hf} 160 163 LMDZ_sed physiq.def ok_histNMC "${LMDZ_NMC_monthly}, ${LMDZ_NMC_daily}, ${LMDZ_NMC_hf}" 164 161 165 162 166 ## gcm.def parameters : no change since gcm.def_${RESOL_ATM_3D} is used and already modified -
CMIP5/abrupt4xCO2/abrupt4xCO22/COMP/oasis.card
r992 r1103 31 31 32 32 [OutputText] 33 List= (cplout , Oasis.prt)33 List= (cplout) 34 34 35 35 [OutputFiles] -
CMIP5/abrupt4xCO2/abrupt4xCO22/COMP/opa9.card
r1040 r1103 10 10 # OUTPUT_LEVEL=2 for standard daily outputs 11 11 # OUTPUT_LEVEL=3 for more daily outputs 12 OUTPUT_LEVEL= 212 OUTPUT_LEVEL=3 13 13 14 14 [InitialStateFiles] … … 45 45 46 46 [OutputText] 47 List= (ocean.output, oceanx.prt,solver.stat)47 List= (ocean.output, solver.stat) 48 48 49 49 [OutputFiles] … … 122 122 ChunckJob2D = 200Y 123 123 TimeSeriesVars3D = (vosaline,votemper) 124 ChunckJob3D = OFF124 ChunckJob3D = 10Y 125 125 Seasonal=OFF 126 126 … … 131 131 ChunckJob2D = 200Y 132 132 TimeSeriesVars3D = (vozocrtx) 133 ChunckJob3D = OFF133 ChunckJob3D = 10Y 134 134 Seasonal=OFF 135 135 … … 140 140 ChunckJob2D = 200Y 141 141 TimeSeriesVars3D = (vomecrty) 142 ChunckJob3D = OFF142 ChunckJob3D = 10Y 143 143 Seasonal=OFF 144 144 -
CMIP5/abrupt4xCO2/abrupt4xCO22/COMP/orchidee.card
r1086 r1103 34 34 35 35 [Post_1M_sechiba_history] 36 Patches 37 GatherWithInternal 38 TimeSeriesVars2D 39 ChunckJob2D 40 TimeSeriesVars3D 41 ChunckJob3D 42 Seasonal= ON36 Patches= () 37 GatherWithInternal= (lon, lat, veget, time_counter, time_counter_bnds, Areas, Contfrac) 38 TimeSeriesVars2D= (nobiofrac, alb_nir, alb_vis, bqsb, evap, fluxlat, fluxsens, gqsb, netrad, qair, rain, runoff, snow, snownobio, snowf, subli, tair, temp_sol, tsol_max, tsol_min, drainage,mrsos, mrso, mrros, mrro, prveg, evspsblveg, evspsblsoi, tran, treeFrac, grassFrac, cropFrac, baresoilFrac, residualFrac) 39 ChunckJob2D= NONE 40 TimeSeriesVars3D= (lai, maxvegetfrac, vegetfrac, CO2FLUX, ptn, nee) 41 ChunckJob3D= NONE 42 Seasonal= ON 43 43 44 44 [Post_HF_sechiba_out_2] -
CMIP5/abrupt4xCO2/abrupt4xCO22/COMP/orchidee.driver
r1050 r1103 94 94 # Outputs HF in HISTFILE2 if required 95 95 [ X${SRF_ok_hf} = Xy ] && ORCHIDEE_sed SECHIBA_HISTFILE2 y 96 97 96 ORCHIDEE_sed SECHIBA_HISTLEVEL2 1 98 97 ORCHIDEE_sed WRITE_STEP2 10800.0 -
CMIP5/abrupt4xCO2/abrupt4xCO22/COMP/pisces.card
r1032 r1103 44 44 GatherWithInternal = (nav_lon, nav_lat, deptht, time_counter, time_counter_bnds) 45 45 TimeSeriesVars2D = () 46 ChunckJob2D = OFF46 ChunckJob2D = NONE 47 47 TimeSeriesVars3D = (Alkalini, BFe, BSi, CaCO3, DCHL, DFe, DIC, DOC, DSi, Fer, GOC, NCHL, NFe, NH4, NO3, O2, PHY, PHY2, PO4, POC, SFe, Si, ZOO, ZOO2) 48 ChunckJob3D = OFF48 ChunckJob3D = 100Y 49 49 Seasonal=ON 50 50 … … 55 55 ChunckJob2D = NONE 56 56 TimeSeriesVars3D = (CO3, CO3sat, DCAL, GRAZ, PAR, PBSi, PCAL, PFeD, PFeN, PH, PPNEWD, PPNEWN, PPPHY, PPPHY2) 57 ChunckJob3D = OFF57 ChunckJob3D = 100Y 58 58 Seasonal=ON 59 59 … … 64 64 ChunckJob2D = NONE 65 65 TimeSeriesVars3D = (CHLT, EXPC, EXPCAL, EXPFE, EXPSI, PFET, PHYT, POCT, TPBFE, TPNEW, TPP, ZOOT) 66 ChunckJob3D = OFF66 ChunckJob3D = 100Y 67 67 Seasonal=ON -
CMIP5/abrupt4xCO2/abrupt4xCO22/COMP/pisces.driver
r972 r1103 10 10 grep "^ *$1 *=" $2 | sed -e "s% *\!.*%%" 11 11 } 12 13 ##--Variables used by OPA --14 15 12 16 13 ##--Variables used by MBG -- -
CMIP5/abrupt4xCO2/abrupt4xCO22/PARAM/namelist_pisces_ORCA2
r1040 r1103 15 15 &nampisext ! air-sea exchange 16 16 !,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 17 atcco2 = 0.28472500E+03 ! atmospheric pCO2 17 18 atcco2 = 1.1389E+03 ! atmospheric pCO2 18 19 / 19 20 !''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -
CMIP5/abrupt4xCO2/abrupt4xCO22/PARAM/physiq.def_L39
r1097 r1103 41 41 ### OK_hf=y, ecrire sorties hautes frequence histhf.nc, =n pas de fichier histhf.nc 42 42 ok_hf=n 43 # 43 # Noms des fichiers 44 phys_out_filenames= histmth histday histhf histhf3h histhf3hm 45 # Sortir ou non les fichiers 46 phys_out_filekeys= y y y y y 47 # Niveaux de sorties 48 phys_out_filelevels= 5 5 5 5 5 44 49 # more variables for level 5 : vitw and pres 45 50 # Vertical wind … … 49 54 flag_pres = 2, 3, 7, 6, 6 50 55 name_pres = pres 51 # Parametres niveau de sorties differents fichiers 56 # 57 # Parametres niveau de sorties differents fichiers 52 58 # 53 59 ### lev_histhf=0-4, niveau de sortie fichier "histhf.nc" … … 55 61 # - lev_histhf=2 => defaut 56 62 # - lev_histhf=3 => variables sur niveaux standards 57 # - lev_histhf=4 => histhf3d.nc champs 3d niveaux modele => fichier. histhf3d.nc58 lev_histhf= 263 # - lev_histhf=4 => champs 3d niveaux modele dans le fichier histhf.nc 64 lev_histhf=5 59 65 ### lev_histday=0-5, niveau de sortie fichier "histday.nc" 60 66 # - lev_histday=0 => pas de sorties lev_histday.nc … … 63 69 # - lev_histday=4 => + champs sous-surfaces 64 70 # - lev_histday=5 => + champs F. Aires 65 lev_histday= 271 lev_histday=5 66 72 ### lev_histmth=0-4, niveau de sortie fichier "histmth.nc" 67 73 # - lev_histmth=0 => pas de sorties lev_histmth.nc … … 69 75 # - lev_histmth=3 => albedo, rugosite sous-surfaces 70 76 # - lev_histmth=4 => champs tendances 3d 71 lev_histmth= 277 lev_histmth=5 72 78 ### Aga sortie avec niveau 2 73 79 flag_Aga = 2, 10, 10, 10, 10 … … 78 84 ### - ok_histNMC = y/n, y/n, y/n pour avoir les sorties NMC mensuelles, journalieres et haute frequence 79 85 ok_histNMC = y, n, n 86 ### ecrit_LES = frequence ecriture fichier histhf3hm.nc en jours 87 ecrit_LES=0.125 80 88 ### ecrit_ins = frequence ecriture fichier histhf3h.nc en jours 81 89 ecrit_ins=0.125 … … 180 188 # 181 189 ### co2_ppm = taux CO2 en ppm 182 co2_ppm = 0.28472500E+03190 co2_ppm = 1.1389E+03 183 191 ### CH4_ppb = taux CH4 en ppb 184 192 CH4_ppb = 0.79097924E+03 -
CMIP5/abrupt4xCO2/abrupt4xCO22/README
r1055 r1103 1 1 IPSLCM5A 2 2 3 09/06/20103 29/07/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 : login/IGCM_OUT/IPSLCM5A/ DEVT/pdControl/EXP00directory6 Output files are stored into : login/IGCM_OUT/IPSLCM5A/PROD/abrupt4xCO2/abrupt4xCO22 directory 7 7 8 8 -
CMIP5/abrupt4xCO2/abrupt4xCO22/config.card
r1049 r1103 9 9 [UserChoices] 10 10 #============================ 11 JobName= EXP0011 JobName=abrupt4xCO22 12 12 #----- Short Name of Experiment 13 ExperimentName= piControl13 ExperimentName=abrupt4xCO2 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 abrupt 4xCO2 since 1850 2nd experiment" 17 17 TagName=IPSLCM5A 18 18 #============================ … … 22 22 #-- "YYYY-MM-DD" 23 23 DateBegin=1850-01-01 24 DateEnd= 1850-12-3124 DateEnd=2009-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=1849-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.