Changeset 3656


Ignore:
Timestamp:
Apr 1, 2020, 1:42:25 PM (4 years ago)
Author:
oboucher
Message:

Adding 3 diagnostics to field_def_LMDZ.xml to estimate probabilities of t2m over some threshold
without having to record t2m at all timesteps. This is for energy meteorology applications.
I do not add the diags to the file_def_* This can be tailored by expert users at runtime.

File:
1 edited

Legend:

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

    r3653 r3656  
    5757        <field id="t2m_oce"    long_name="Temp 2m oce"    unit="K" />
    5858        <field id="t2m_sic"    long_name="Temp 2m sic"    unit="K" />
     59        <field id="t2m_probsup25"   field_ref="t2m" long_name="Prob. t2m exceeds 25 degC" unit="-"> t2m &gt; 298.15 </field>
     60        <field id="t2m_probsup28"   field_ref="t2m" long_name="Prob. t2m exceeds 28 degC" unit="-"> t2m &gt; 301.15 </field>
     61        <field id="t2m_probsup30"   field_ref="t2m" long_name="Prob. t2m exceeds 30 degC" unit="-"> t2m &gt; 303.15 </field>
    5962        <field id="gusts"    long_name="surface gustiness"    unit="m2/s2" />
    6063        <field id="wind10m"    long_name="10-m wind speed"      unit="m/s" />
Note: See TracChangeset for help on using the changeset viewer.