Ignore:
Timestamp:
Oct 10, 2017, 9:18:23 AM (7 years ago)
Author:
idelkadi
Message:

Passage aux nouvelles definitions XIOS de grilles pour les diagnostiques Cosp.
(Definition de grille pour chaque champs, axis_ref n'est plus utilise)

File:
1 edited

Legend:

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

    r3003 r3013  
    22<context id="LMDZ">
    33<!--  <calendar type="D360" start_date="1980-01-01 00:00:00" /> -->
    4  
     4
    55  <!-- Define available variables -->
    66  <field_definition src="./field_def_lmdz.xml"/>
    7  
     7
    88  <!-- Define output files
    9        Each file contains the list of variables and their output levels -->
    10  
     9              Each file contains the list of variables and their output levels -->
     10
    1111  <file_definition src="./file_def_histday_lmdz.xml"/>
    1212  <file_definition src="./file_def_histhf_lmdz.xml"/>
    1313  <file_definition src="./file_def_histins_lmdz.xml"/>
    1414<!--  <file_definition src="./file_def_histLES_lmdz.xml"/> -->
    15   <file_definition src="./file_def_histmth_lmdz.xml"/> 
     15  <file_definition src="./file_def_histmth_lmdz.xml"/>
    1616<!--  <file_definition src="./file_def_histstn_lmdz.xml"/> -->
    1717  <file_definition src="./file_def_histmthNMC_lmdz.xml"/>
     
    2222<!--  <file_definition src="./file_def_histhfCOSP_lmdz.xml"/> -->
    2323  <file_definition src="./file_def_histstrataer_lmdz.xml"/>
    24   
     24 
    2525  <!-- Define domains and groups of domains -->
    2626  <domain_definition>
     
    4848    <axis id="Bhyb" standard_name="Bhyb comp of Hyb Cord" unit="">
    4949    </axis>
    50     <axis id="Ahyb_inter" standard_name="A comp of Hyb Cord at interface" unit="Pa">
    51     </axis>
    52     <axis id="Bhyb_inter" standard_name="B comp of Hyb Cord at interface" unit="">
    53     </axis>
    5450    <axis id="Alt" standard_name="Height approx for scale heigh of 8km at levels" unit="km">
    5551    </axis>
    5652    <axis id="plev" standard_name="model_level_number" unit="Pa">
    57     </axis>
    58     <axis id="klev"  prec="8" long_name = "hybrid sigma pressure coordinate"
    59         standard_name ="atmosphere_hybrid_sigma_pressure_coordinate" unit="1">
    60     <!-- <variable name="formula" type="string"> p = ap + b*ps </variable> -->
    61     <!-- <variable name="formula_terms" type="string"> ap: ap b: b ps: ps </variable> -->
    62     </axis>
    63 
    64     <axis id="bnds" standard_name="bounds" unit="1" >
    6553    </axis>
    6654
     
    9785    </grid>
    9886
    99    <grid id="klev_bnds"> <axis axis_ref="klev" /> <axis axis_ref="bnds" /> </grid>
    100 
    10187     <grid id="grid_glo">
    10288        <domain id="dom_glo" />
     
    11298        <domain id="dom_glo" />
    11399        <axis id="plev" />
     100     </grid>
     101
     102     <grid id="grid_glo_height">
     103        <domain id="dom_glo" />
     104        <axis id="height" />
     105     </grid>
     106
     107     <grid id="grid_glo_heightmlev">
     108        <domain id="dom_glo" />
     109        <axis id="height_mlev" />
     110     </grid>
     111
     112     <grid id="grid_glo_temp">
     113        <domain id="dom_glo" />
     114        <axis id="temp" />
     115     </grid>
     116
     117     <grid id="grid_glo_sza">
     118        <domain id="dom_glo" />
     119        <axis id="sza" />
     120     </grid>
     121
     122     <grid id="grid_glo_column">
     123        <domain id="dom_glo" />
     124        <axis id="column" />
    114125     </grid>
    115126
Note: See TracChangeset for help on using the changeset viewer.