Changeset 3107
- Timestamp:
- 01/31/17 18:50:16 (8 years ago)
- Location:
- CONFIG/UNIFORM/v6/LMDZORSTRATAER_v6
- Files:
-
- 4 edited
- 3 moved
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/UNIFORM/v6/LMDZORSTRATAER_v6/AA_make
r3038 r3107 8 8 9 9 all : 10 if [ -s ./.resol ] ; then $(M_K) `head -1 .resol |cut -c 8-` ; else $(M_K) LMD 144142-L79 ; fi10 if [ -s ./.resol ] ; then $(M_K) `head -1 .resol |cut -c 8-` ; else $(M_K) LMD9695-L79 ; fi 11 11 12 12 LMD4443 : libioipsl xios liborchidee lmdz44x43x19 verif … … 101 101 lmdz: ../../modeles/LMDZ 102 102 (cd ../../modeles/LMDZ; ./makelmdz_fcm -d $(RESOL_LMDZ) -prod -arch $(FCM_ARCH) -j 8 ce0l ; mv bin/ce0l_$(RESOL_LMDZ)_phylmd_seq.e ../../bin/create_etat0_limit.e ; ) 103 (cd ../../modeles/LMDZ; ./makelmdz_fcm -d $(RESOL_LMDZ) -prod -mem -cosp true -v true -parallel mpi_omp -arch $(FCM_ARCH) -j 8 -io xios -rrtmtrue gcm ; mv bin/gcm_$(RESOL_LMDZ)_phylmd_para_mem_orch.e ../../bin/gcm.e ; )103 (cd ../../modeles/LMDZ; ./makelmdz_fcm -d $(RESOL_LMDZ) -prod -mem -cosp false -v true -parallel mpi_omp -arch $(FCM_ARCH) -j 8 -io xios -rrtm true -strataer true gcm ; mv bin/gcm_$(RESOL_LMDZ)_phylmd_para_mem_orch.e ../../bin/gcm.e ; ) 104 104 105 105 -
CONFIG/UNIFORM/v6/LMDZORSTRATAER_v6/EXPERIMENTS/LMDZOR/clim_strataer_360d/COMP/lmdz.card
r3084 r3107 4 4 [UserChoices] 5 5 # Physics package to use : 6 # LMDZ_Physics=AP for standard/old physics(defalut), can be used with LMDZ4_AR5 or LMDZ5/trunk sources6 # LMDZ_Physics=APrrtm for standard/old physics(defalut) with RRTM activated 7 7 # LMDZ_Physics=NPv3.2 for an early version of the new physics, to be used with LMDZ5/trunk revision 1554 or later 8 8 # LMDZ_Physics=NPv5.4 for new physics to be used with LMDZ5/trunk revision 2449 or later … … 10 10 # LMDZ_Physics=NPv5.70 for new physics to be used with LMDZ5/testing revision 2595 or later 11 11 # LMDZ_Physics=NPv5.80bz0 for new physics to be used with LMDZ5/trunk revision 2699 or later 12 LMDZ_Physics=NPv6.0.7 12 LMDZ_Physics=APrrtm 13 14 # Set strataer configuration: type_trac=coeg 15 LMDZ_strataer=y 13 16 14 17 # Set ConfType to choose parameters for aerosols, solar and green house gazes. … … 61 64 (${R_IN}/ATM/${RESOL_ATM}/AR5/HISTORIQUE/aerosols_11YearsClim_1860_v5.nc, aerosols.nat.nc),\ 62 65 (${R_IN}/ATM/SOLAR/CMIP6/v3.1/Control/solarforcing_pdControl_6bands_ave_1980-2000_360days.nc, solarforcing.nc),\ 63 (${R_IN}/ATM/STRATAERO/CMIP6/v1/${RESOL_ATM_XY}/L${RESOL_ATM_Z}/taulwstrat.2D.ave.nc, taulwstrat.2D.nc),\ 64 (${R_IN}/ATM/STRATAERO/CMIP6/v1/${RESOL_ATM_XY}/L${RESOL_ATM_Z}/tauswstrat.2D.ave.nc, tauswstrat.2D.nc) 66 (${R_IN}/ATM/STRATAERO/Climato_OCS_SO2/${RESOL_ATM_XY}/v1/ocs_so2_annual_lmdz.nc, .) 65 67 66 68 [SmoothFiles] … … 91 93 (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histstn_lmdz.xml, . ), \ 92 94 (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histins_lmdz.xml, . ), \ 95 (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histstrataer_lmdz.xml,. ),\ 93 96 (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histLES_lmdz.xml, . ) 94 97 … … 102 105 [OutputFiles] 103 106 List= (histmth.nc, ${R_OUT_ATM_O_M}/${PREFIX}_1M_histmth.nc, Post_1M_histmth), \ 107 (histstrataer.nc, ${R_OUT_ATM_O_M}/${PREFIX}_1M_histstrataer.nc, Post_1M_histstrataer), \ 104 108 (histmthCOSP.nc, ${R_OUT_ATM_O_M}/${PREFIX}_1M_histmthCOSP.nc, NONE), \ 105 109 (histmthNMC.nc, ${R_OUT_ATM_O_M}/${PREFIX}_1M_histmthNMC.nc, Post_1M_histmthNMC), \ … … 122 126 Seasonal=ON 123 127 128 [Post_1M_histstrataer] 129 Patches= () 130 GatherWithInternal = (lon, lat, presnivs, time_counter, time_centered, time_centered_bounds, aire) 131 TimeSeriesVars2D = (budg_emi_ocs) 132 ChunckJob2D = 100Y 133 TimeSeriesVars3D = (budg_3D_backgr_ocs) 134 ChunckJob3D = 100Y 135 Seasonal=OFF 136 124 137 [Post_1M_histmthCOSP] 125 138 Patches = () -
CONFIG/UNIFORM/v6/LMDZORSTRATAER_v6/EXPERIMENTS/LMDZOR/clim_strataer_360d/config.card
r3074 r3107 15 15 TagName=LMDZOR 16 16 #D- Choice of experiment in EXPERIEMENTS directory 17 ExpType=LMDZOR/clim_ 360d17 ExpType=LMDZOR/clim_strataer_360d 18 18 #============================ 19 19 #-- leap, noleap, 360d … … 67 67 WriteFrequency="1M" 68 68 # If config_Restarts_OverRule == 'n' next 4 params are read 69 Restart= y69 Restart= n 70 70 # Last day of the experience used as restart for this component if Restart=y 71 71 RestartDate=2029-12-31 -
CONFIG/UNIFORM/v6/LMDZORSTRATAER_v6/GENERAL/DRIVER/lmdz.driver
r3106 r3107 277 277 278 278 # Activate the histstrataer output file only for configuration with interactive stratospheric aersols 279 # done by setting the key word LMDZ_strataer o=y in lmdz.card280 if [ X${lmdz_UserChoices_LMDZ_strataer o} = Xy ] ; then279 # done by setting the key word LMDZ_strataer=y in lmdz.card 280 if [ X${lmdz_UserChoices_LMDZ_strataer} = Xy ] ; then 281 281 IGCM_comp_modifyXmlFile nonblocker file_def_histstrataer_lmdz.xml histstrataer enabled .TRUE. 282 282 else … … 352 352 IGCM_comp_modifyDefFile blocker run.def config_inca none 353 353 else 354 echo "No coupling to chemistry model, set type_trac=lmdz in run.def" 355 IGCM_comp_modifyDefFile blocker run.def type_trac lmdz 356 IGCM_comp_modifyDefFile blocker run.def config_inca none 354 if [ X${lmdz_UserChoices_LMDZ_strataer} = Xy ] ; then 355 echo "No coupling to chemistry model but it is a LMDZ STRATAER configuration, set type_trac=coeg in run.def" 356 IGCM_comp_modifyDefFile blocker run.def type_trac coeg 357 IGCM_comp_modifyDefFile blocker run.def config_inca none 358 else 359 echo "No coupling to chemistry model, set type_trac=lmdz in run.def" 360 IGCM_comp_modifyDefFile blocker run.def type_trac lmdz 361 IGCM_comp_modifyDefFile blocker run.def config_inca none 362 fi 357 363 fi 358 364 -
CONFIG/UNIFORM/v6/LMDZORSTRATAER_v6/GENERAL/PARAM/physiq.def_APrrtm
r3090 r3107 94 94 ### nsplit_phys (D=1) 95 95 nsplit_phys=1 96 97 ### rrtm 98 iflag_rrtm=1 99 NSW=6 100 -
CONFIG/UNIFORM/v6/LMDZORSTRATAER_v6/GENERAL/PARAM/traceur.def_strataer
r3090 r3107 1 4 1 41 2 2 14 14 H2Ov 3 3 10 10 H2Ol 4 10 10 H2Oi 5 10 10 Aga 4 10 10 GASOCS 5 10 10 GASSO2 6 10 10 GASH2SO4 7 10 10 BIN01 8 10 10 BIN02 9 10 10 BIN03 10 10 10 BIN04 11 10 10 BIN05 12 10 10 BIN06 13 10 10 BIN07 14 10 10 BIN08 15 10 10 BIN09 16 10 10 BIN10 17 10 10 BIN11 18 10 10 BIN12 19 10 10 BIN13 20 10 10 BIN14 21 10 10 BIN15 22 10 10 BIN16 23 10 10 BIN17 24 10 10 BIN18 25 10 10 BIN19 26 10 10 BIN20 27 10 10 BIN21 28 10 10 BIN22 29 10 10 BIN23 30 10 10 BIN24 31 10 10 BIN25 32 10 10 BIN26 33 10 10 BIN27 34 10 10 BIN28 35 10 10 BIN29 36 10 10 BIN30 37 10 10 BIN31 38 10 10 BIN32 39 10 10 BIN33 40 10 10 BIN34 41 10 10 BIN35 42 10 10 BIN36
Note: See TracChangeset
for help on using the changeset viewer.