Changeset 3554


Ignore:
Timestamp:
Aug 22, 2019, 8:44:44 PM (5 years ago)
Author:
oboucher
Message:

Atmospheric mass should be weighted by mesh area in the global sum.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/IPSLCM6.0.15/DefLists/field_def_lmdz.xml

    r3408 r3554  
    983983<!-- reducing mass 3D variable to atmosphere total mass scalar -->
    984984      <field id="mass_sum_axis"    field_ref="mass" grid_ref="grid_sum_axis" freq_op="1mo" > @mass  </field>
    985       <field id="mass_sum" field_ref="mass_sum_axis" grid_ref="grid_sum" freq_op="1mo" > @mass_sum_axis  </field>
     985      <field id="mass_sum" field_ref="mass_sum_axis" grid_ref="grid_sum" freq_op="1mo" > @mass_sum_axis*aire  </field>
    986986   </field_group>
    987987
Note: See TracChangeset for help on using the changeset viewer.