Changeset 5702
- Timestamp:
- 05/04/21 09:46:43 (4 years ago)
- Location:
- CONFIG/UNIFORM/v6
- Files:
-
- 22 edited
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/UNIFORM/v6/IPSLCM6.2/GENERAL/PARAM/inca.def
r4636 r5702 4 4 #LMDZ_10m_winds=y --> use 10m wind from LMDZ, =n --> use 10m wind from output file 5 5 LMDZ_10m_winds=_AUTO_ 6 10m_winds_method=_AUTO_7 6 #choose if there is a feedback with the areosol effect 8 7 feedb=_AUTO_ 9 #indicate if we are running with xios and/or ioipsl10 XIOS_INCA_OK=_AUTO_11 IOIPSL_INCA_OK=_AUTO_12 #weibull 10m wind parameter / def 413 kref=_AUTO_: DEFAULT =414 8 #threshold 10m wind parameter / def 0.78 15 9 tref=_AUTO_: DEFAULT =0.78 16 10 #seasalt_correctif / def = 1 17 11 ss_corr=_AUTO_: DEFAULT =1 18 #sedimentation19 multilayer_sediment=_AUTO_20 12 #coupled model with orchidee 21 13 CoupOrchInca=_AUTO_ … … 34 26 #choose which time interpolation you want to interpolate sflx file. ( 0 - 1 - 2) (no interpolation / point to point interpolation / Sheng & Zwiers interpolation) 35 27 emi_interp_time=_AUTO_ 36 28 #activate the flag cmip_xml if you are running a CMIP experiment 29 cmip_xml=_AUTO_: DEFAULT =n -
CONFIG/UNIFORM/v6/LMDZORINCA_v6.2/EXPERIMENTS/LMDZ/CREATE_amip/COMP/lmdz.card
r4691 r5702 6 6 [UserChoices] 7 7 # Physics package to use 8 LMDZ_Physics=NPv6. 18 LMDZ_Physics=NPv6.2 9 9 10 10 # Manage radiative aerosol effect and ozone -
CONFIG/UNIFORM/v6/LMDZORINCA_v6.2/EXPERIMENTS/LMDZ/CREATE_clim_360d/COMP/lmdz.card
r4691 r5702 6 6 [UserChoices] 7 7 # Physics package to use 8 LMDZ_Physics=NPv6. 18 LMDZ_Physics=NPv6.2 9 9 10 10 # Manage radiative aerosol effect and ozone -
CONFIG/UNIFORM/v6/LMDZORINCA_v6.2/EXPERIMENTS/LMDZOR/amip/COMP/lmdz.card
r4934 r5702 13 13 # LMDZ_Physics=NPv6.1 to be used with LMDZ6/branches/IPSLCM6.0.15 rev 3301 14 14 # LMDZ_Physics=NPv6.1.3 as NPv6.1 but allows tau_gl to be modified 15 LMDZ_Physics=NPv6.1.3 15 # LMDZ_Physics=NPv6.2 as used in QUEST CMIP6 simulations 16 LMDZ_Physics=NPv6.2 16 17 17 18 # Set ConfType to choose parameters for aerosols, solar and green house gazes. … … 100 101 (${MODIPSL}/modeles/LMDZ/DefLists/context_lmdz.xml, . ), \ 101 102 (${MODIPSL}/modeles/LMDZ/DefLists/field_def_lmdz.xml, . ), \ 103 (${MODIPSL}/modeles/LMDZ/DefLists/field_def_cosp1.xml, . ), \ 102 104 (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histmth_lmdz.xml, . ), \ 103 105 (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histmthCOSP_lmdz.xml, .),\ -
CONFIG/UNIFORM/v6/LMDZORINCA_v6.2/EXPERIMENTS/LMDZOR/amip/COMP/orchidee.card
r4789 r5702 27 27 28 28 [InitialStateFiles] 29 List= (${R_IN}/SRF/ soils_param.nc, .), \29 List= (${R_IN}/SRF/SOIL/soils_param.nc, .), \ 30 30 (${R_IN}/SRF/reftemp.nc, . ), \ 31 (${R_IN}/SRF/ routing.nc, . ), \31 (${R_IN}/SRF/ROUTING/routing.nc, . ), \ 32 32 (${R_IN}/SRF/albedo/alb_bg_modisopt_2D_ESA_v2.nc, alb_bg.nc ), \ 33 33 (${R_IN}/SRF/cartepente2d_15min.nc, .) -
CONFIG/UNIFORM/v6/LMDZORINCA_v6.2/EXPERIMENTS/LMDZOR/clim_pdControl/COMP/lmdz.card
r4934 r5702 13 13 # LMDZ_Physics=NPv6.1 to be used with LMDZ6/branches/IPSLCM6.0.15 rev 3301 14 14 # LMDZ_Physics=NPv6.1.3 as NPv6.1 but allows tau_gl to be modified 15 LMDZ_Physics=NPv6.1.3 15 # LMDZ_Physics=NPv6.2 as used in QUEST CMIP6 simulations 16 LMDZ_Physics=NPv6.2 16 17 17 18 # Set ConfType to choose parameters for aerosols, solar and green house gazes. … … 95 96 (${MODIPSL}/modeles/LMDZ/DefLists/context_lmdz.xml, . ), \ 96 97 (${MODIPSL}/modeles/LMDZ/DefLists/field_def_lmdz.xml, . ), \ 98 (${MODIPSL}/modeles/LMDZ/DefLists/field_def_cosp1.xml, . ), \ 97 99 (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histmth_lmdz.xml, . ), \ 98 100 (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histmthCOSP_lmdz.xml, .),\ -
CONFIG/UNIFORM/v6/LMDZORINCA_v6.2/GENERAL/DRIVER/lmdz.driver
r4934 r5702 367 367 fi 368 368 369 if [ X${config_ListOfComponents_CHM} = Xinca ] ; then 369 if [ X${config_UserChoices_ConfigType} = XESMCO2AER ] ; then 370 echo "ESM config, with INCA and CO2i, set type_trac=inco in run.def" 371 IGCM_comp_modifyDefFile blocker run.def type_trac inco 372 IGCM_comp_modifyDefFile blocker run.def iflag_phytrac 1 373 elif [ X${config_ListOfComponents_CHM} = Xinca ] ; then 370 374 echo "Activate coupling to INCA, set type_trac=inca in run.def" 371 375 IGCM_comp_modifyDefFile blocker run.def type_trac inca … … 380 384 IGCM_comp_modifyDefFile blocker run.def type_trac co2i 381 385 IGCM_comp_modifyDefFile blocker run.def config_inca none 382 IGCM_comp_modifyDefFile blocker run.def iflag_phytrac 1386 IGCM_comp_modifyDefFile blocker run.def iflag_phytrac 1 383 387 elif [ X${lmdz_UserChoices_LMDZ_strataero} = Xy ] ; then 384 388 echo "No coupling to chemistry model but it is a LMDZ STRATAER configuration, set type_trac=coag in run.def" … … 480 484 fi 481 485 482 if [ X${config_UserChoices_ConfigType} = XESMCO2 ]; then486 if ( [ X${config_UserChoices_ConfigType} = XESMCO2 ] || [ X${config_UserChoices_ConfigType} = XESMCO2AER ] ) ; then 483 487 # Set carbon cycle parameters according to parmeters in lmdz.card 484 488 IGCM_comp_modifyDefFile blocker config.def level_coupling_esm 2 … … 554 558 fi 555 559 # Include xml files for output configuration if running with workflow CMIP6 556 if [ X"$( echo ${config_UserChoices_ExpType} | grep CMIP6 )" != "X" ]; then560 if ( [ X"$( echo ${config_UserChoices_ExpType} | grep CMIP6 )" != "X" ] || [ X${config_Post_dr2xmlIPSL} = XTRUE ] ) ; then 557 561 echo '<context id="LMDZ" src="./ping_lmdz.xml"/>' >> add.tmp 558 562 echo '<context id="LMDZ" src="./dr2xml_lmdz.xml"/>' >> add.tmp 559 563 fi 560 564 cp iodef.xml iodef.xml.tmp -
CONFIG/UNIFORM/v6/LMDZORINCA_v6.2/GENERAL/DRIVER/orchidee.driver
r4934 r5702 147 147 fi 148 148 # Include xml files for output configuration if running with workflow CMIP6 149 if [ X"$( echo ${config_UserChoices_ExpType} | grep CMIP6 )" != "X" ]; then150 echo '<context id="orchidee" src="./ping_orchidee.xml"/>' >> add.tmp151 echo '<context id="orchidee" src="./dr2xml_orchidee.xml"/>' >> add.tmp149 if ( [ X"$( echo ${config_UserChoices_ExpType} | grep CMIP6 )" != "X" ] || [ X${config_Post_dr2xmlIPSL} = XTRUE ] ) ; then 150 echo '<context id="orchidee" src="./ping_orchidee.xml"/>' >> add.tmp 151 echo '<context id="orchidee" src="./dr2xml_orchidee.xml"/>' >> add.tmp 152 152 fi 153 153 cp iodef.xml iodef.xml.tmp -
CONFIG/UNIFORM/v6/LMDZORINCA_v6.2/GENERAL/DRIVER/xios.driver
r4789 r5702 20 20 21 21 # Activate 2nd server level for CMIP6 type experiments (CMIP6 workflow) 22 if [ X"$( echo ${config_UserChoices_ExpType} | grep CMIP6 )" != "X" ] || [ X"$( echo ${config_UserChoices_ExpType} | grep MR025 )" != "X" ] ; then 22 23 if ( [ X"$( echo ${config_UserChoices_ExpType} | grep CMIP6 )" != "X" ] || [ X"$( echo ${config_UserChoices_ExpType} | grep MR025 )" != "X" ] || [ X${config_Post_dr2xmlIPSL} = XTRUE ] ) ; then 23 24 IGCM_comp_modifyXmlFile force iodef.xml using_server2 NONE true 24 25 fi -
CONFIG/UNIFORM/v6/LMDZORINCA_v6.2/GENERAL/PARAM/gcm.def_144x142_NPv6.0.15_S
r4625 r5702 1 ## $Id: gcm.def_144x142_NPv6.0.15_S 35 90 2018-02-19 09:50:04Z jgipsl$1 ## $Id: gcm.def_144x142_NPv6.0.15_S 3583 2018-02-14 14:45:14Z lfairhead $ 2 2 ## nombre de pas par jour (multiple de iperiod) 3 3 ## ( day_step=672 => dt=2.15min or 15mn/7, physique toutes les 15 mn ) -
CONFIG/UNIFORM/v6/LMDZORINCA_v6.2/GENERAL/PARAM/gcm.def_144x142_NPv6.0.15_T
r4625 r5702 1 ## $Id: gcm.def_144x142_NPv6.0.15_T 35 90 2018-02-19 09:50:04Z jgipsl$1 ## $Id: gcm.def_144x142_NPv6.0.15_T 3583 2018-02-14 14:45:14Z lfairhead $ 2 2 ## nombre de pas par jour (multiple de iperiod) 3 3 ## ( day_step=672 => dt=2.15min or 15mn/7, physique toutes les 15 mn ) -
CONFIG/UNIFORM/v6/LMDZORINCA_v6.2/GENERAL/PARAM/gcm.def_144x142_NPv6.0.8
r4625 r5702 1 ## $Id: gcm.def_144x142_NPv6.0.8 31 33 2017-02-15 14:13:49Z jgipsl$1 ## $Id: gcm.def_144x142_NPv6.0.8 3123 2017-02-13 16:08:00Z lfairhead $ 2 2 ## nombre de pas par jour (multiple de iperiod) ( day_step=960 => dt=1.5min ) 3 3 day_step=960 -
CONFIG/UNIFORM/v6/LMDZORINCA_v6.2/GENERAL/PARAM/gcm.def_144x142_NPv6.0.9
r4625 r5702 1 ## $Id: gcm.def_144x142_NPv6.0.9 315 5 2017-03-02 09:13:22Z jgipsl$1 ## $Id: gcm.def_144x142_NPv6.0.9 3154 2017-03-01 20:15:12Z aclsce $ 2 2 ## nombre de pas par jour (multiple de iperiod) ( day_step=960 => dt=1.5min ) 3 3 day_step=672 -
CONFIG/UNIFORM/v6/LMDZORINCA_v6.2/GENERAL/PARAM/gcm.def_144x142_NPv6.1
r4625 r5702 1 ## $Id: gcm.def_144x142_NPv6.1 36 75 2018-03-22 08:27:36Z jgipsl$1 ## $Id: gcm.def_144x142_NPv6.1 3668 2018-03-20 14:55:33Z lfairhead $ 2 2 ## nombre de pas par jour (multiple de iperiod) 3 3 ## ( day_step=672 => dt=2.15min or 15mn/7, physique toutes les 15 mn ) -
CONFIG/UNIFORM/v6/LMDZORINCA_v6.2/GENERAL/PARAM/physiq.def_NPv5.70
r4625 r5702 1 1 # 2 # $Id: physiq.def_NPv5.70 303 4 2016-12-01 15:55:31Z jgipsl $2 # $Id: physiq.def_NPv5.70 3033 2016-12-01 14:43:42Z jgipsl $ 3 3 # 4 4 ############################################################################## -
CONFIG/UNIFORM/v6/LMDZORINCA_v6.2/GENERAL/PARAM/physiq.def_NPv6.0.11
r4625 r5702 1 1 # 2 # $Id: physiq.def_NPv6.0.11 33 23 2017-07-24 13:28:06Z jgipsl$2 # $Id: physiq.def_NPv6.0.11 3312 2017-07-12 09:43:27Z aclsce $ 3 3 # 4 4 -
CONFIG/UNIFORM/v6/LMDZORINCA_v6.2/GENERAL/PARAM/physiq.def_NPv6.0.15_S
r4625 r5702 1 1 # 2 # $Id: physiq.def_NPv6.0.15_S 359 2 2018-02-19 16:44:48Z lfairhead$2 # $Id: physiq.def_NPv6.0.15_S 3593 2018-02-20 10:07:02Z jgipsl $ 3 3 # 4 4 -
CONFIG/UNIFORM/v6/LMDZORINCA_v6.2/GENERAL/PARAM/physiq.def_NPv6.0.8
r4625 r5702 1 1 # 2 # $Id: physiq.def_NPv6.0.8 31 31 2017-02-14 15:11:12Z jgipsl$2 # $Id: physiq.def_NPv6.0.8 3123 2017-02-13 16:08:00Z lfairhead $ 3 3 # 4 4 ############################################################################## -
CONFIG/UNIFORM/v6/LMDZORINCA_v6.2/GENERAL/PARAM/physiq.def_NPv6.0.9
r4625 r5702 1 1 # 2 # $Id: physiq.def_NPv6.0.9 315 5 2017-03-02 09:13:22Z jgipsl$2 # $Id: physiq.def_NPv6.0.9 3154 2017-03-01 20:15:12Z aclsce $ 3 3 # 4 4 ############################################################################## -
CONFIG/UNIFORM/v6/LMDZORINCA_v6.2/GENERAL/PARAM/physiq.def_NPv6.1
r4625 r5702 1 1 # 2 # $Id: physiq.def_NPv6.1 4020 2018-09-05 17:28:38Z jgipsl$2 # $Id: physiq.def_NPv6.1 3964 2018-07-06 11:44:14Z acosce $ 3 3 # 4 4 -
CONFIG/UNIFORM/v6/LMDZORINCA_v6.2/GENERAL/PARAM/ping_LMDZ.xml
r4625 r5702 174 174 <field id="CMIP6_od550so4so" field_ref="dummy_not_provided" /> <!-- P1 (1) : Stratospheric Optical depth at 550 nm (sulphate only) 2D-field (here we limit the computation of OD to the stratosphere only) --> 175 175 <field id="CMIP6_od865dust" field_ref="dummy_not_provided" /> <!-- P1 (1) atmosphere_optical_thickness_due_to_dust_ambient_aerosol_particles : Optical thickness at 865 nm Dust --> 176 <field id="CMIP6_orog" field_ref="phis" > phis / 9.80665 </field> <!-- P1 (m) surface_altitude : Surface Altitude --> 176 177 <field id="CMIP6_parasolRefl" field_ref="parasol_refl" /> <!-- P1 (1) toa_bidirectional_reflectance : PARASOL Reflectance --> 177 178 <field id="CMIP6_pctisccp" field_ref="ctpisccp" /> <!-- P1 (Pa) air_pressure_at_cloud_top : time-means weighted by the ISCCP Total Cloud Fraction - see http://cfmip.metoffice.com/COSP.html --> -
CONFIG/UNIFORM/v6/diff_configurations.ksh
r4873 r5702 17 17 ConfigList=`ls |grep ${ConfigFamily} |grep -v out` 18 18 ConfigList=$ConfigList" IPSLCM6 IPSLCM6CHT" 19 ConfigList="IPSLCM 5A2CHT IPSLCM5A2"19 ConfigList="IPSLCM6.2 LMDZORINCA_v6.2" 20 20 verbose=no 21 21 echo All configurations to tests : $ConfigList
Note: See TracChangeset
for help on using the changeset viewer.