Changeset 5702 for CONFIG


Ignore:
Timestamp:
05/04/21 09:46:43 (3 years ago)
Author:
acosce
Message:

merge LMDZORINCA_v6.2 with IPSLCM6.2 for DRIVER and COMP card on LMDZ and ORCHIDEE componants.
merge IPSLCM6 with LMDZORINCA_v6.2 for inca.def parameter file

Location:
CONFIG/UNIFORM/v6
Files:
22 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/IPSLCM6.2/GENERAL/PARAM/inca.def

    r4636 r5702  
    44#LMDZ_10m_winds=y --> use 10m wind from LMDZ, =n --> use 10m wind from output file 
    55LMDZ_10m_winds=_AUTO_ 
    6 10m_winds_method=_AUTO_ 
    76#choose if there is a feedback with the areosol effect 
    87feedb=_AUTO_ 
    9 #indicate if we are running with xios and/or ioipsl 
    10 XIOS_INCA_OK=_AUTO_ 
    11 IOIPSL_INCA_OK=_AUTO_ 
    12 #weibull 10m wind parameter / def 4 
    13 kref=_AUTO_: DEFAULT =4 
    148#threshold 10m wind parameter / def 0.78 
    159tref=_AUTO_: DEFAULT =0.78 
    1610#seasalt_correctif / def = 1  
    1711ss_corr=_AUTO_: DEFAULT =1  
    18 #sedimentation  
    19 multilayer_sediment=_AUTO_ 
    2012#coupled model with orchidee 
    2113CoupOrchInca=_AUTO_ 
     
    3426#choose which time interpolation you want to interpolate sflx file. ( 0 - 1 - 2) (no interpolation / point to point interpolation / Sheng & Zwiers interpolation)  
    3527emi_interp_time=_AUTO_ 
    36  
     28#activate the flag cmip_xml if you are running a CMIP experiment 
     29cmip_xml=_AUTO_: DEFAULT =n 
  • CONFIG/UNIFORM/v6/LMDZORINCA_v6.2/EXPERIMENTS/LMDZ/CREATE_amip/COMP/lmdz.card

    r4691 r5702  
    66[UserChoices] 
    77# Physics package to use 
    8 LMDZ_Physics=NPv6.1 
     8LMDZ_Physics=NPv6.2 
    99 
    1010# Manage radiative aerosol effect and ozone  
  • CONFIG/UNIFORM/v6/LMDZORINCA_v6.2/EXPERIMENTS/LMDZ/CREATE_clim_360d/COMP/lmdz.card

    r4691 r5702  
    66[UserChoices] 
    77# Physics package to use 
    8 LMDZ_Physics=NPv6.1 
     8LMDZ_Physics=NPv6.2 
    99 
    1010# Manage radiative aerosol effect and ozone  
  • CONFIG/UNIFORM/v6/LMDZORINCA_v6.2/EXPERIMENTS/LMDZOR/amip/COMP/lmdz.card

    r4934 r5702  
    1313# LMDZ_Physics=NPv6.1 to be used with LMDZ6/branches/IPSLCM6.0.15 rev 3301 
    1414# 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 
     16LMDZ_Physics=NPv6.2 
    1617 
    1718# Set ConfType to choose parameters for aerosols, solar and green house gazes. 
     
    100101        (${MODIPSL}/modeles/LMDZ/DefLists/context_lmdz.xml, . ),            \ 
    101102        (${MODIPSL}/modeles/LMDZ/DefLists/field_def_lmdz.xml, . ),          \ 
     103        (${MODIPSL}/modeles/LMDZ/DefLists/field_def_cosp1.xml, . ),         \ 
    102104        (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histmth_lmdz.xml, . ),   \ 
    103105        (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histmthCOSP_lmdz.xml, .),\ 
  • CONFIG/UNIFORM/v6/LMDZORINCA_v6.2/EXPERIMENTS/LMDZOR/amip/COMP/orchidee.card

    r4789 r5702  
    2727 
    2828[InitialStateFiles] 
    29 List=   (${R_IN}/SRF/soils_param.nc, . ), \ 
     29List=   (${R_IN}/SRF/SOIL/soils_param.nc, .), \ 
    3030        (${R_IN}/SRF/reftemp.nc, . ), \ 
    31         (${R_IN}/SRF/routing.nc, . ), \ 
     31        (${R_IN}/SRF/ROUTING/routing.nc, . ), \ 
    3232        (${R_IN}/SRF/albedo/alb_bg_modisopt_2D_ESA_v2.nc, alb_bg.nc ), \ 
    3333        (${R_IN}/SRF/cartepente2d_15min.nc, .) 
  • CONFIG/UNIFORM/v6/LMDZORINCA_v6.2/EXPERIMENTS/LMDZOR/clim_pdControl/COMP/lmdz.card

    r4934 r5702  
    1313# LMDZ_Physics=NPv6.1 to be used with LMDZ6/branches/IPSLCM6.0.15 rev 3301 
    1414# 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 
     16LMDZ_Physics=NPv6.2 
    1617 
    1718# Set ConfType to choose parameters for aerosols, solar and green house gazes. 
     
    9596        (${MODIPSL}/modeles/LMDZ/DefLists/context_lmdz.xml, . ),            \ 
    9697        (${MODIPSL}/modeles/LMDZ/DefLists/field_def_lmdz.xml, . ),          \ 
     98        (${MODIPSL}/modeles/LMDZ/DefLists/field_def_cosp1.xml, . ),         \ 
    9799        (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histmth_lmdz.xml, . ),   \ 
    98100        (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histmthCOSP_lmdz.xml, .),\ 
  • CONFIG/UNIFORM/v6/LMDZORINCA_v6.2/GENERAL/DRIVER/lmdz.driver

    r4934 r5702  
    367367    fi 
    368368 
    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 
    370374        echo "Activate coupling to INCA, set type_trac=inca in run.def" 
    371375        IGCM_comp_modifyDefFile blocker run.def type_trac inca 
     
    380384        IGCM_comp_modifyDefFile blocker run.def type_trac co2i 
    381385        IGCM_comp_modifyDefFile blocker run.def config_inca none 
    382         IGCM_comp_modifyDefFile blocker run.def iflag_phytrac 1  
     386    IGCM_comp_modifyDefFile blocker run.def iflag_phytrac 1  
    383387    elif [ X${lmdz_UserChoices_LMDZ_strataero} = Xy ] ; then 
    384388        echo "No coupling to chemistry model but it is a LMDZ STRATAER configuration, set type_trac=coag in run.def" 
     
    480484    fi  
    481485 
    482     if [ X${config_UserChoices_ConfigType} = XESMCO2 ] ; then 
     486    if ( [ X${config_UserChoices_ConfigType} = XESMCO2 ] || [ X${config_UserChoices_ConfigType} = XESMCO2AER ] ) ; then 
    483487        # Set carbon cycle parameters according to parmeters in lmdz.card  
    484488        IGCM_comp_modifyDefFile blocker config.def level_coupling_esm 2  
     
    554558    fi 
    555559    # Include xml files for output configuration if running with workflow CMIP6 
    556     if [ X"$( echo ${config_UserChoices_ExpType} | grep CMIP6 )" != "X" ] ; then 
     560    if ( [ X"$( echo ${config_UserChoices_ExpType} | grep CMIP6 )" != "X" ] || [ X${config_Post_dr2xmlIPSL} = XTRUE ] ) ; then 
    557561        echo '<context id="LMDZ" src="./ping_lmdz.xml"/>' >> add.tmp 
    558         echo '<context id="LMDZ" src="./dr2xml_lmdz.xml"/>' >> add.tmp 
     562    echo '<context id="LMDZ" src="./dr2xml_lmdz.xml"/>' >> add.tmp 
    559563    fi 
    560564    cp iodef.xml iodef.xml.tmp 
  • CONFIG/UNIFORM/v6/LMDZORINCA_v6.2/GENERAL/DRIVER/orchidee.driver

    r4934 r5702  
    147147    fi 
    148148    # Include xml files for output configuration if running with workflow CMIP6 
    149     if [ X"$( echo ${config_UserChoices_ExpType} | grep CMIP6 )" != "X" ] ; then 
    150         echo '<context id="orchidee" src="./ping_orchidee.xml"/>' >> add.tmp 
    151         echo '<context id="orchidee" src="./dr2xml_orchidee.xml"/>' >> add.tmp 
     149    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 
    152152    fi 
    153153    cp iodef.xml iodef.xml.tmp 
  • CONFIG/UNIFORM/v6/LMDZORINCA_v6.2/GENERAL/DRIVER/xios.driver

    r4789 r5702  
    2020 
    2121# 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 
    2324       IGCM_comp_modifyXmlFile force iodef.xml using_server2 NONE true 
    2425    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 3590 2018-02-19 09:50:04Z jgipsl $ 
     1## $Id: gcm.def_144x142_NPv6.0.15_S 3583 2018-02-14 14:45:14Z lfairhead $ 
    22## nombre de pas par jour (multiple de iperiod)  
    33## ( 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 3590 2018-02-19 09:50:04Z jgipsl $ 
     1## $Id: gcm.def_144x142_NPv6.0.15_T 3583 2018-02-14 14:45:14Z lfairhead $ 
    22## nombre de pas par jour (multiple de iperiod)  
    33## ( 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 3133 2017-02-15 14:13:49Z jgipsl $ 
     1## $Id: gcm.def_144x142_NPv6.0.8 3123 2017-02-13 16:08:00Z lfairhead $ 
    22## nombre de pas par jour (multiple de iperiod) ( day_step=960 => dt=1.5min ) 
    33day_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 3155 2017-03-02 09:13:22Z jgipsl $ 
     1## $Id: gcm.def_144x142_NPv6.0.9 3154 2017-03-01 20:15:12Z aclsce $ 
    22## nombre de pas par jour (multiple de iperiod) ( day_step=960 => dt=1.5min ) 
    33day_step=672 
  • CONFIG/UNIFORM/v6/LMDZORINCA_v6.2/GENERAL/PARAM/gcm.def_144x142_NPv6.1

    r4625 r5702  
    1 ## $Id: gcm.def_144x142_NPv6.1 3675 2018-03-22 08:27:36Z jgipsl $ 
     1## $Id: gcm.def_144x142_NPv6.1 3668 2018-03-20 14:55:33Z lfairhead $ 
    22## nombre de pas par jour (multiple de iperiod)  
    33## ( 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  
    11# 
    2 # $Id: physiq.def_NPv5.70 3034 2016-12-01 15:55:31Z jgipsl $ 
     2# $Id: physiq.def_NPv5.70 3033 2016-12-01 14:43:42Z jgipsl $ 
    33# 
    44############################################################################## 
  • CONFIG/UNIFORM/v6/LMDZORINCA_v6.2/GENERAL/PARAM/physiq.def_NPv6.0.11

    r4625 r5702  
    11# 
    2 # $Id: physiq.def_NPv6.0.11 3323 2017-07-24 13:28:06Z jgipsl $ 
     2# $Id: physiq.def_NPv6.0.11 3312 2017-07-12 09:43:27Z aclsce $ 
    33# 
    44 
  • CONFIG/UNIFORM/v6/LMDZORINCA_v6.2/GENERAL/PARAM/physiq.def_NPv6.0.15_S

    r4625 r5702  
    11# 
    2 # $Id: physiq.def_NPv6.0.15_S 3592 2018-02-19 16:44:48Z lfairhead $ 
     2# $Id: physiq.def_NPv6.0.15_S 3593 2018-02-20 10:07:02Z jgipsl $ 
    33# 
    44 
  • CONFIG/UNIFORM/v6/LMDZORINCA_v6.2/GENERAL/PARAM/physiq.def_NPv6.0.8

    r4625 r5702  
    11# 
    2 # $Id: physiq.def_NPv6.0.8 3131 2017-02-14 15:11:12Z jgipsl $ 
     2# $Id: physiq.def_NPv6.0.8 3123 2017-02-13 16:08:00Z lfairhead $ 
    33# 
    44############################################################################## 
  • CONFIG/UNIFORM/v6/LMDZORINCA_v6.2/GENERAL/PARAM/physiq.def_NPv6.0.9

    r4625 r5702  
    11# 
    2 # $Id: physiq.def_NPv6.0.9 3155 2017-03-02 09:13:22Z jgipsl $ 
     2# $Id: physiq.def_NPv6.0.9 3154 2017-03-01 20:15:12Z aclsce $ 
    33# 
    44############################################################################## 
  • CONFIG/UNIFORM/v6/LMDZORINCA_v6.2/GENERAL/PARAM/physiq.def_NPv6.1

    r4625 r5702  
    11# 
    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 $ 
    33# 
    44 
  • CONFIG/UNIFORM/v6/LMDZORINCA_v6.2/GENERAL/PARAM/ping_LMDZ.xml

    r4625 r5702  
    174174   <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) -->  
    175175   <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 --> 
    176177   <field id="CMIP6_parasolRefl" field_ref="parasol_refl"                /> <!-- P1 (1) toa_bidirectional_reflectance : PARASOL Reflectance --> 
    177178   <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  
    1717ConfigList=`ls |grep ${ConfigFamily} |grep -v out` 
    1818ConfigList=$ConfigList" IPSLCM6 IPSLCM6CHT" 
    19 ConfigList="IPSLCM5A2CHT IPSLCM5A2" 
     19ConfigList="IPSLCM6.2 LMDZORINCA_v6.2" 
    2020verbose=no 
    2121echo All configurations to tests : $ConfigList 
Note: See TracChangeset for help on using the changeset viewer.