Changeset 4368 for CONFIG


Ignore:
Timestamp:
03/27/19 15:34:42 (5 years ago)
Author:
jgipsl
Message:

Modifed according to changeset 3471 on LMDZ6/trunk. There is now a section in comments for HadISST2 files. This section can be used to interpolation HadISST2 files instead of AMIP.

  1. Meurdesoif
File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v7/ICOLMDZOR_v7/GENERAL/PARAM/XMLlmdz/context_input_lmdz.xml

    r4356 r4368  
    5050        <field id="mask_reg" name="RELIEF" domain_ref="domain_relief" operation="instant" freq_offset="1ts"> this &gt; 1e-5 </field> 
    5151      </file> 
    52   
     52 
     53 
     54<!-- Case with amip files -->  
    5355      <file id="amipbc_sic_1x1" name="amipbc_sic_1x1" > 
    54         <field id="sic_reg" name="sicbcs" domain_ref="domain_limit_amip" axis_ref="time_month" operation="instant" freq_offset="1ts"/> 
     56        <field id="sic_reg" name="sicbcs" domain_ref="domain_limit_amip" axis_ref="time_sic" operation="instant" freq_offset="1ts"/> 
    5557      </file> 
    5658  
    5759      <file id="amipbc_sst_1x1" name="amipbc_sst_1x1" > 
    58          <field id="sst_reg" name="tosbcs" domain_ref="domain_limit_amip" axis_ref="time_month" operation="instant" freq_offset="1ts"/>  
    59       </file> 
     60         <field id="sst_reg" name="tosbcs" domain_ref="domain_limit_amip" axis_ref="time_sst" operation="instant" freq_offset="1ts"/>  
     61      </file> 
     62 
     63<!-- Case with HadISST files -->  
     64<!--   
     65      <file id="siconc" name="hadisst_siconc" > 
     66        <field id="sic_reg" name="sicbcs" domain_ref="domain_limit_amip" axis_ref="time_sic" operation="instant" freq_offset="1ts"/> 
     67      </file> 
     68  
     69      <file id="tos" name="hadisst_tos" > 
     70         <field id="sst_reg" name="tosbcs" domain_ref="domain_limit_amip" axis_ref="time_sst" operation="instant" freq_offset="1ts">this+273.15</field>  
     71      </file> 
     72--> 
     73 
    6074 
    6175      <file id="rugos" name="Rugos" > 
     
    124138  </file_definition>  
    125139 
     140  <axis_definition> 
     141    <axis id="time_sic"/> 
     142    <axis id="time_sst"/> 
     143  </axis_definition> 
     144 
    126145  <!-- Define domains and groups of domains --> 
    127146  <domain_definition> 
     
    136155 
    137156      <domain id="from_relief" domain_ref="dom_glo"> 
    138        <interpolate_domain write_weight="true" mode="read_or_compute" /> 
     157       <interpolate_domain order="1" write_weight="true" mode="read_or_compute" /> 
    139158      </domain> 
    140159 
Note: See TracChangeset for help on using the changeset viewer.