Ignore:
Timestamp:
Jun 11, 2014, 3:46:46 PM (10 years ago)
Author:
Laurent Fairhead
Message:

Merged trunk changes r1997:2055 into testing branch

Location:
LMDZ5/branches/testing
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/branches/testing

  • LMDZ5/branches/testing/DefLists/iodef.xml

    r1910 r2056  
    11<?xml version="1.0"?>
    22<simulation>
    3         <context id="LMDZ" calendar_type="D360" start_date="1980-01-01 00:00:00">
    4 
    5                 <!-- Définition des variables -->
    6                 <field_definition src="./iodef_fields.xml"/>
    7                
    8                 <!-- Définition des fichiers de sortie
    9                 Chaque fichier contient la liste de toutes les variables
    10                 et leur niveau de sortie pour ce fichier, afin de coller
    11                 à l'utilisation des niveaux de sortie que fait LMDZ. -->
    12  
    13                 <file_definition src="./iodef_file_histday.xml"/>
    14                 <file_definition src="./iodef_file_histhf.xml"/>
    15                 <file_definition src="./iodef_file_histins.xml"/>
    16                 <file_definition src="./iodef_file_histLES.xml"/>
    17                 <file_definition src="./iodef_file_histmth.xml"/>
    18                 <file_definition src="./iodef_file_histstn.xml"/>
    19 
    20                 <!-- Définition des domaines et groupes de domaines -->
    21                 <domain_definition>
    22                         <domain id="dom_glo" data_dim="2" />
    23                 </domain_definition>
    24                
    25                 <!-- Définition des groupes d'axes verticaux
    26                 (LMDZ va ensuite déclarer dans chaque groupe un axe différent par fichier) -->
    27                 <axis_definition>
    28                         <axis_group id="presnivs" standard_name="Vertical levels" unit="Pa">
    29                         </axis_group>
    30                         <axis_group id="Ahyb" standard_name="Ahyb comp of Hyb Cord" unit="Pa">
    31                         </axis_group>
    32                         <axis_group id="Bhyb" standard_name="Bhyb comp of Hyb Cord" unit="">
    33                         </axis_group>
    34                         <axis_group id="Alt" standard_name="Height approx for scale heigh of 8km at levels" unit="Km">
    35                         </axis_group>
    36                 </axis_definition>
    37         </context>
    383       
    394        <context  id="xios">
     
    5015                </variable_definition>
    5116        </context>
     17       
     18
     19        <context id="LMDZ" src="./context_lmdz.xml"/>
     20
     21
    5222</simulation>
Note: See TracChangeset for help on using the changeset viewer.