Changeset 4922 for CONFIG


Ignore:
Timestamp:
02/11/20 10:16:45 (4 years ago)
Author:
aclsce
Message:
  • Modifications to run workflow CMIP6 with IPSLCMCHT experiements
    • Added S_piControl_CMIP6 experiment
    • Added ping files
Location:
CONFIG/UNIFORM/v6/IPSLCM5A2CHT
Files:
16 added
6 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/IPSLCM5A2CHT/GENERAL/DRIVER/inca.driver

    r4889 r4922  
    306306    fi 
    307307         
    308  
    309  
    310308    if [ X${inca_UserChoices_XIOS}  = Xy ] ; then 
    311309    # Add include of INCA context in iodef.xml 
     
    313311    #  <context id="inca" src="./context_inca.xml"/> 
    314312        echo '<context id="inca" src="./context_inca.xml"/>' > add.tmp 
     313    # Include xml files for output configuration if running with workflow CMIP6 
     314    if [ X"$( echo ${config_UserChoices_ExpType} | grep CMIP6 )" != "X" ] ; then 
     315        echo '<context id="inca" src="./ping_inca.xml"/>' >> add.tmp 
     316        echo '<context id="inca" src="./dr2xml_inca.xml"/>' >> add.tmp 
     317    fi 
    315318        cp iodef.xml iodef.xml.tmp 
    316319        sed -e "/COMPONENT CONTEXT/r add.tmp" \ 
  • CONFIG/UNIFORM/v6/IPSLCM5A2CHT/GENERAL/DRIVER/lmdz.driver

    r3895 r4922  
    491491 
    492492    # Add include of LMDZ context in iodef.xml 
    493     # In iodef.xml add on next line after "COMPONENT CONTEXT" 
    494     #  <context id="LMDZ" src="./context_lmdz.xml"/> 
     493    # In iodef.xml add on the next line after "COMPONENT CONTEXT" 
    495494    echo '<context id="LMDZ" src="./context_lmdz.xml"/>' > add.tmp 
     495    # Include xml files for output configuration if running with workflow CMIP6 
     496    if [ X"$( echo ${config_UserChoices_ExpType} | grep CMIP6 )" != "X" ] ; then 
     497        echo '<context id="LMDZ" src="./ping_lmdz.xml"/>' >> add.tmp 
     498        echo '<context id="LMDZ" src="./dr2xml_lmdz.xml"/>' >> add.tmp 
     499    fi 
    496500    cp iodef.xml iodef.xml.tmp 
    497501    sed -e "/COMPONENT CONTEXT/r add.tmp" iodef.xml.tmp > iodef.xml 
  • CONFIG/UNIFORM/v6/IPSLCM5A2CHT/GENERAL/DRIVER/opa9.driver

    r4873 r4922  
    233233    #  <context id="nemo" src="./context_nemo.xml"/> 
    234234    echo '<context id="nemo" src="./context_nemo.xml"/>' > add.tmp 
     235    if [ X"$( echo ${config_UserChoices_ExpType} | grep CMIP6 )" != "X" ] ; then 
     236        echo '<context id="nemo" src="./ping_nemo.xml"/>' >> add.tmp 
     237        echo '<context id="nemo" src="./dr2xml_opa9.xml"/>' >> add.tmp 
     238    fi 
    235239    cp iodef.xml iodef.xml.tmp 
    236240    sed -e "/COMPONENT CONTEXT/r add.tmp" \ 
  • CONFIG/UNIFORM/v6/IPSLCM5A2CHT/GENERAL/DRIVER/orchidee.driver

    r4293 r4922  
    109109 
    110110    # Add include of orchidee context in iodef.xml 
    111     # In iodef.xml add on next line after "COMPONENT CONTEXT" 
    112     #  <context id="orchidee" src="./context_orchidee.xml"/> 
     111    # In iodef.xml add on the next line after "COMPONENT CONTEXT" 
    113112    echo '<context id="orchidee" src="./context_orchidee.xml"/>' > add.tmp 
     113    # Add inclusion of file context_input_orchidee.xml if this file exists 
     114    if [ -f context_input_orchidee.xml ] ; then 
     115        echo '<context id="orchidee" src="./context_input_orchidee.xml"/>' >> add.tmp 
     116    fi 
     117    # Include xml files for output configuration if running with workflow CMIP6 
     118    if [ X"$( echo ${config_UserChoices_ExpType} | grep CMIP6 )" != "X" ] ; then 
     119        echo '<context id="orchidee" src="./ping_orchidee.xml"/>' >> add.tmp 
     120        echo '<context id="orchidee" src="./dr2xml_orchidee.xml"/>' >> add.tmp 
     121    fi 
    114122    cp iodef.xml iodef.xml.tmp 
    115123    sed -e "/COMPONENT CONTEXT/r add.tmp" iodef.xml.tmp > iodef.xml 
  • CONFIG/UNIFORM/v6/IPSLCM5A2CHT/GENERAL/PARAM/context_nemo.xml

    r4875 r4922  
    66<context id="nemo"> 
    77<!-- $id$ --> 
     8    <variable_definition> 
     9       <!-- Year/Month/Day of time origin for NetCDF files; defaults to 1800-01-01 --> 
     10       <variable id="ref_year"  type="int"> 1800 </variable> 
     11       <variable id="ref_month" type="int"> 01 </variable> 
     12       <variable id="ref_day"   type="int"> 01 </variable> 
     13       <variable id="rau0"      type="float" > 1026.0 </variable> 
     14       <variable id="cpocean"   type="float" > 3991.86795711963 </variable> 
     15       <variable id="convSpsu"  type="float" > 0.99530670233846  </variable> 
     16       <variable id="rhoic"     type="float" > 917.0 </variable> 
     17       <variable id="rhosn"     type="float" > 330.0 </variable> 
     18    </variable_definition> 
     19 
    820<!-- Fields definition --> 
    921    <field_definition src="./field_def_nemo-opa.xml"/>   <!--  NEMO ocean dynamics                     --> 
     
    4860 
    4961       <grid id="grid_iax_20C" > 
    50          <domain domain_ref="grid_T_2D" /> 
     62         <domain domain_ref="grid_T" /> 
    5163         <axis axis_ref="iax_20C" /> 
    5264       </grid> 
    5365 
    5466       <grid id="grid_iax_28C" > 
    55          <domain domain_ref="grid_T_2D" /> 
     67         <domain domain_ref="grid_T" /> 
    5668         <axis axis_ref="iax_28C" /> 
    5769       </grid> 
     
    7385        <!--  --> 
    7486       <grid id="grid_U_2D" > 
    75          <domain id="grid_U" /> 
     87         <domain domain_ref="grid_U" /> 
    7688       </grid> 
    7789        <!--  --> 
    7890       <grid id="grid_U_3D" > 
    79          <domain id="grid_U" /> 
     91         <domain domain_ref="grid_U" /> 
    8092         <axis axis_ref="depthu" /> 
    8193       </grid> 
    8294        <!--  --> 
    8395       <grid id="grid_V_2D" > 
    84          <domain id="grid_V" /> 
     96         <domain domain_ref="grid_V" /> 
    8597       </grid> 
    8698        <!--  --> 
    8799       <grid id="grid_V_3D" > 
    88          <domain id="grid_V" /> 
     100         <domain domain_ref="grid_V" /> 
    89101         <axis axis_ref="depthv" /> 
    90102       </grid> 
    91103        <!--  --> 
    92104       <grid id="grid_W_2D" > 
    93          <domain id="grid_W" /> 
     105         <domain domain_ref="grid_W" /> 
    94106       </grid> 
    95107        <!--  --> 
     
    104116        <!--  --> 
    105117       <grid id="grid_T_nfloat" > 
    106          <domain id="grid_T" /> 
     118         <domain domain_ref="grid_T" /> 
    107119         <axis axis_ref="nfloat" /> 
    108120       </grid> 
     
    113125        <!--  --> 
    114126       <grid id="grid_znl_T_2D"> 
    115          <domain id="gznl" /> 
     127         <domain domain_ref="gznl" /> 
    116128       </grid> 
    117129        <!--  --> 
    118130       <grid id="grid_znl_T_3D"> 
    119          <domain id="gznl" /> 
     131         <domain domain_ref="gznl" /> 
    120132         <axis axis_ref="deptht" /> 
    121133       </grid> 
    122134        <!--  --> 
    123135       <grid id="grid_znl_W_3D"> 
    124          <domain id="gznl" /> 
     136         <domain domain_ref="gznl" /> 
    125137         <axis axis_ref="depthw" /> 
    126138       </grid> 
    127139 
    128140      <grid id="grid_ptr_T_2D"> 
    129        <domain id="ptr" /> 
     141       <domain domain_ref="ptr" /> 
    130142      </grid> 
    131143 
    132144      <grid id="grid_ptr_T_3D"> 
    133        <domain id="ptr" /> 
     145       <domain domain_ref="ptr" /> 
    134146         <axis axis_ref="deptht" /> 
    135147       </grid> 
    136148 
    137149      <grid id="grid_ptr_W_3D"> 
    138        <domain id="ptr" /> 
     150       <domain domain_ref="ptr" /> 
    139151         <axis axis_ref="depthw" /> 
    140152      </grid> 
  • CONFIG/UNIFORM/v6/IPSLCM5A2CHT/GENERAL/PARAM/iodef.xml

    r3283 r4922  
    1212  <!-- =========================================================================================================== --> 
    1313  <context id="xios"> 
    14  
    15     <variable_definition>        
    16       <variable id="optimal_buffer_size" type="string">performance</variable> 
    17       <variable id="buffer_size_factor" type="double">2.0</variable> 
    18       <variable id="min_buffer_size" type="int">10000000</variable> 
    19       <variable id="info_level"            type="int">1</variable> 
    20       <variable id="using_server"          type="bool">false</variable> 
    21       <variable id="using_oasis"           type="bool">false</variable> 
    22       <variable id="oasis_codes_id"        type="string" >LMDZ,oceanx</variable>         
     14    <variable_definition> 
     15         <variable_group id="server"> 
     16            <variable id="using_server2" type="bool">true</variable> 
     17            <variable id="ratio_server2" type="int">50</variable> 
     18         </variable_group> 
     19        <variable_group id="buffer"> 
     20            <variable id="optimal_buffer_size" type="string">performance</variable> 
     21            <variable id="buffer_size_factor" type="double">1.0</variable> 
     22            <variable id="min_buffer_size" type="int">10000000</variable> 
     23         </variable_group> 
     24        <variable_group id="parameters" > 
     25          <variable id="using_server" type="bool">false</variable> 
     26          <variable id="info_level" type="int">1</variable> 
     27          <variable id="print_file" type="bool">false</variable> 
     28          <variable id="using_oasis" type="bool">false</variable> 
     29          <variable id="oasis_codes_id" type="string" >LMDZ,oceanx</variable> 
     30        </variable_group> 
     31      <variable id="activate_non_distributed_transformation" type="bool">true</variable> 
     32      <variable id="recv_field_timeout" type="double">3000.0</variable> 
    2333    </variable_definition> 
    24      
    2534  </context> 
    2635 
Note: See TracChangeset for help on using the changeset viewer.