Ignore:
Timestamp:
Apr 3, 2014, 3:52:45 PM (10 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 moved

Legend:

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

    r1997 r2001  
    11<field_definition level="1" prec="4" operation="average" freq_op="1ts" enabled=".FALSE.">
     2   
     3    <field_group id="fields_1D" grid_ref="vertical">
     4        <field id="Ap"   long_name="Hybrid coordinate: pressure part"    unit="Pa" />
     5        <field id="Bp"   long_name="Hybrid coordinate: sigma part"    unit="-" />
     6        <field id="Alt"  long_name="Pseudo-altitude (for an 8km scale height)"    unit="km" />
     7    </field_group>
     8   
    29    <field_group id="fields_2D" domain_ref="dom_glo">
    3         <field id="Ap"      long_name="-"    unit="-" />
    4         <field id="Bp"      long_name="-"    unit="-" />
    5         <field id="Alt"     long_name="-"    unit="-" />
    610        <field id="phis"    long_name="Surface geop.height"     unit="m2/s2" />
    711        <field id="aire"    long_name="Grid area"               unit="-"    />
     
    324328        <field id="lcc"    long_name="Cloud liquid fraction at top of cloud"    unit="1" />
    325329        <field id="wvapp"    long_name="-"    unit="-" />
     330        <field id="ozone_daylight"    long_name="Daylight ozone mole fraction"    unit="-" />
    326331        <field id="albe_ter"    long_name="Albedo VIS surf. ter"    unit="-" />
    327332        <field id="albe_lic"    long_name="Albedo VIS surf. lic"    unit="-" />
     
    386391        <field id="rhum"    long_name="Relative humidity"    unit="-" />
    387392        <field id="ozone"    long_name="Ozone mole fraction"    unit="-" />
    388         <field id="ozone_daylight"    long_name="Daylight ozone mole fraction"    unit="-" />
    389393        <field id="upwd"    long_name="saturated updraft"    unit="kg/m2/s" />
    390394        <field id="dtphy"    long_name="Physics dT"    unit="K/s" />
     
    498502        <field id="rldcs4co2"    long_name="Downwelling CS LW 4xCO2 atmosphere"    unit="W/m2" />
    499503    </field_group>
     504   
     505    <field_group  id="fields_NMC" domain_ref="dom_glo" axis_ref="plev">
     506      <field id="tnondef" long_name="Undefined value of T" unit="K" />
     507      <field id="ta" long_name="Air temperature" unit="K" />
     508      <field id="zg" long_name="Geopotential height" unit="m" />
     509      <field id="hus" long_name="Specific humidity" unit="1" />
     510      <field id="hur" long_name="Relative humidity" unit="%" />
     511      <field id="ua" long_name="Eastward wind" unit="m s-1" />
     512      <field id="va" long_name="Northward wind" unit="m s-1" />
     513      <field id="wap" long_name="Lagrangian tendency of air pressure" unit="Pa s-1" />
     514      <field id="psbg" long_name="Pressure sfce below ground" unit="%" />
     515      <field id="tro3" long_name="Ozone mole fraction" unit="1e-9" />
     516      <field id="tro3_daylight" long_name="Daylight ozone mole fraction" unit="1e-9" />
     517      <field id="uv" long_name="uv" unit="m2/s2" />
     518      <!-- a field called "vq" is already defined...
     519      <field id="vq" long_name="vq" unit="m/s * (kg/kg)" /> -->
     520      <field id="vT" long_name="vT" unit="mK/s" />
     521      <field id="wq" long_name="wq" unit="(Pa/s)*(kg/kg)" />
     522      <field id="vphi" long_name="vphi" unit="m2/s" />
     523      <field id="wT" long_name="wT" unit="K*Pa/s" />
     524      <field id="uxu" long_name="u2" unit="m2/s2" />
     525      <field id="vxv" long_name="v2" unit="m2/s2" />
     526      <field id="TxT" long_name="T2" unit="K2" />
     527    </field_group>
     528   
    500529</field_definition>
Note: See TracChangeset for help on using the changeset viewer.