Ignore:
Timestamp:
Apr 3, 2014, 3:52:45 PM (11 years ago)
Author:
Ehouarn Millour
Message:

Updates for XIOS outputs. NMC outputs now OK, as long as these are in output files number 6 and more (phys_out_filenames ordering in config.def).
Among things that need be worked on further with XIOS:

  • Station outputs form and format.
  • Extra axes can only be included in XIOS files if linked to given variables.
  • Further splitting of the XML files as iodef.xml, context_lmdz.xml, field_def_lmdz.xml and file_def_hist*_lmdz.xml.

EM

File:
1 edited

Legend:

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

    r1907 r2001  
    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" calendar_type="D360" start_date="1980-01-01 00:00:00">
     20
     21        <!-- Define available variables -->
     22        <field_definition src="./field_def_lmdz.xml"/>
     23               
     24        <!-- Define output files
     25             Each file contains the list of variables and their output levels -->
     26 
     27        <file_definition src="./file_def_histday_lmdz.xml"/>
     28        <file_definition src="./file_def_histhf_lmdz.xml"/>
     29        <file_definition src="./file_def_histins_lmdz.xml"/>
     30        <file_definition src="./file_def_histLES_lmdz.xml"/>
     31        <file_definition src="./file_def_histmth_lmdz.xml"/>
     32        <file_definition src="./file_def_histstn_lmdz.xml"/>
     33        <file_definition src="./file_def_histmthNMC_lmdz.xml"/>
     34        <file_definition src="./file_def_histdayNMC_lmdz.xml"/>
     35        <file_definition src="./file_def_histhfNMC_lmdz.xml"/>
     36
     37        <!-- Define domains and groups of domains -->
     38         <domain_definition>
     39                <domain id="dom_glo" data_dim="2" />
     40        </domain_definition>
     41               
     42        <!-- Need to define a grid? Do it here
     43        <grid_definition>
     44          <grid_group id="vertical" axis_ref="presnivs" />
     45        </grid_definition>
     46        -->
     47               
     48        <!-- Define groups of vertical axes -->
     49        <axis_definition>
     50                <axis_group id="presnivs" standard_name="Vertical levels" unit="Pa">
     51                </axis_group>
     52                <axis_group id="Ahyb" standard_name="Ahyb comp of Hyb Cord" unit="Pa">
     53                </axis_group>
     54                <axis_group id="Bhyb" standard_name="Bhyb comp of Hyb Cord" unit="">
     55                </axis_group>
     56                <axis_group id="Alt" standard_name="Height approx for scale heigh of 8km at levels" unit="km">
     57                </axis_group>
     58                <axis_group id="plev" standard_name="model_level_number" unit="Pa">
     59                </axis_group>
     60        </axis_definition>
     61        </context>
     62
     63
    5264</simulation>
Note: See TracChangeset for help on using the changeset viewer.