Changeset 4608 for LMDZ6/trunk/DefLists


Ignore:
Timestamp:
Jul 5, 2023, 12:03:42 PM (17 months ago)
Author:
acozic
Message:

Add of an output file containing mass flow when offline parameter is to "yes"
this file will be on horizontal grid with vertical level klev
When LMDZ is coupled to Inca, we don't call anymore the routine phystoken if offline=y

Anne Cozic

Location:
LMDZ6/trunk/DefLists
Files:
1 added
2 edited

Legend:

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

    r4477 r4608  
    2727  <file_definition src="./file_def_histstrataer_lmdz.xml"/>
    2828  <file_definition src="./file_def_histdaystrataer_lmdz.xml"/>
     29<!--  <file_definition src="./file_def_phystoke_lmdz.xml"/>-->
    2930
    3031  <!-- Define domains and groups of domains -->
  • LMDZ6/trunk/DefLists/field_def_lmdz.xml

    r4601 r4608  
    870870    </field_group>
    871871
     872
     873
     874    <field_group id="fields_phystokenc_3D" domain_ref="dom_glo" axis_ref="klev"   >
     875      <field id="t_stok"         long_name="Temperature" unit="K" />
     876      <field id="coefh_stok"     long_name="coeff de melange dans la couche limite" unit="-" />
     877      <field id="fm_th_stok"     long_name="Mass flux thermals" unit="kg m-2.s-1" />
     878      <field id="en_th_stok"     long_name="Thermal plume entrainment" unit="kg m-1.s-1" />
     879      <field id="da_stok"        long_name="adiabatic ascen" unit="kg m-2.s-1" />
     880      <field id="mp_stok"        long_name="precipitating downdraft mass flux under hydrostatic approximation" unit="kg m-2.s-1" />
     881      <field id="wght_stok"      long_name="weights of the layers feeding convection" unit="-" />
     882      <field id="upwd_stok"      long_name="saturated updraft mass flux" unit="kg m-2.s-1" />
     883      <field id="dnwd_stok"      long_name="saturated downdraft mass flux" unit="kg m-2.s-1" />
     884    </field_group>
     885   
     886    <field_group id="philev_grp" long_name="mass flow environmental mixing" unit="kg m-2 s-1" domain_ref="dom_glo" axis_ref="klev" operation="average"/>
     887
     888    <field_group id="fields_phystokenc_2D" grid_ref="grid_glo" >
     889      <field id="yu1_stok"       long_name="zonal surface wind" unit="m.s-1" />
     890      <field id="yv1_stok"       long_name="wind meridian surface" unit="m.s-1" />
     891    </field_group>
     892
     893
     894   
    872895    <field_group id="fields_trac_2D" grid_ref="grid_glo" >
    873896          <field id="cumRN"    long_name="Cumulated tracer  RNVL1"    unit="-" />
Note: See TracChangeset for help on using the changeset viewer.