Changeset 5891


Ignore:
Timestamp:
2019-04-12T11:40:49+02:00 (5 years ago)
Author:
josefine.ghattas
Message:

As done in the trunk rev [5889]: Small change on the interpolated output grid to have same longitudes as the grid IPSLCM6-LR when output in workflow CMIP6. The latitudes are already the same. Note that this interpolation is only used when activating XIOS_REMAP_OUTPUT=y (default for unstructured grid).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ORCHIDEE_2_2/ORCHIDEE/src_xml/context_orchidee.xml

    r5853 r5891  
    4343    <!-- the ORCHIDEE fortran code will switch so that domain_landpoints_out make reference to this domain.       --> 
    4444    <domain id="domain_landpoints_regular" ni_glo="144" nj_glo="143" type="rectilinear"  > 
    45       <generate_rectilinear_domain lat_start="-90" lat_end="90"/> 
     45      <generate_rectilinear_domain lat_start="-90" lat_end="90" lon_start="0"/> 
    4646      <interpolate_domain order="1" renormalize="true" detect_missing_value="true"/> 
    4747    </domain> 
Note: See TracChangeset for help on using the changeset viewer.