Ignore:
Timestamp:
Oct 2, 2016, 6:28:02 PM (8 years ago)
Author:
Ehouarn Millour
Message:
  • move iophys.F90 to phylmd since it depends on files there (with some modifications, iophys.F90 could be made generic enough to be in phy_common).
  • some adaptations to make phydev XIOS2 compliant.

EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/DefLists/iodef_dev.xml

    r2002 r2643  
    11<?xml version="1.0"?>
    22<simulation>
    3     <context id="LMDZ" calendar_type="D360" start_date="1980-01-01 00:00:00">
     3    <context id="LMDZ">
     4       
     5        <!-- <calendar type="D360" start_date="1980-01-01 00:00:00" /> -->
     6       
    47        <!-- Definition of model variables -->
    58        <field_definition prec="4"
     
    1619            <!-- 3D variables -->
    1720            <field_group id="fields_3D"
    18                          domain_ref="dom_glo">
     21                         domain_ref="dom_glo" axis_ref="presnivs">
    1922                <field id="temperature"
    2023                       long_name="Atmospheric temperature"
     
    3942                      name="Xhistins"
    4043                      output_freq="12ts"
     44                      type="one_file"
    4145                      enabled=".TRUE."> <!-- NB: output_freq in physics ts-->
    4246                   
     
    4650                        <field field_ref="ps" />
    4751                    </field_group>
    48                     <!-- <field_group field_group_ref="fields_2D"
    49                                  operation="instant" /> doesn't work ?!? -->
    5052
    5153                    <!-- VARS 3D -->
     
    5860                        <field field_ref="v" />
    5961                    </field_group>
    60                     <!-- <field_group field_group_ref="fields_3D"
    61                                  operation="instant" /> doesn't work ?!? -->
    6262                </file>
    6363
     
    6565                      name="Xdiurnalave"
    6666                      output_freq="1d"
     67                      type="one_file"
    6768                      enabled=".true.">
    6869                    <!-- VARS 2D -->
     
    9394             wxios_add_vaxis -->
    9495        <axis_definition>
    95             <!--
    96             <axis_group id="presnivs"
    97                         standard_name="Pseudo-pressure of model vertical levels"
    98                         unit="Pa">
    99             </axis_group>
    100             -->
    10196            <axis id="presnivs"
    10297                        standard_name="Pseudo-pressure of model vertical levels"
     
    114109
    115110            <variable_group id="parameters" >
    116                 <variable id="using_server" type="boolean">true</variable>
     111                <variable id="using_server" type="bool">false</variable>
    117112                <variable id="info_level" type="int">10</variable>
    118113            </variable_group>
Note: See TracChangeset for help on using the changeset viewer.