Ignore:
Timestamp:
Apr 2, 2024, 1:14:33 PM (7 weeks ago)
Author:
oboucher
Message:

Correction of another small bug on the water mass fixer (not activated)
Introduction of a water_budget diagnostic that quantifies non-conservation from the LMDZ physics

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/phys_output_ctrlout_mod.F90

    r4843 r4887  
    833833  TYPE(ctrl_out), SAVE :: o_prbsw = ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/), &
    834834    'prbsw', 'Precipitable blowing snow', 'kg/m2', (/ ('', i=1, 10) /))
     835  TYPE(ctrl_out), SAVE :: o_water_budget = ctrl_out((/ 1, 1, 10, 10, 10, 10, 11, 11, 11, 11/), &
     836    'water_budget', 'Water budget', 'kg/m2', (/ ('', i=1, 10) /))
    835837  TYPE(ctrl_out), SAVE :: o_s_pblh = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), &
    836838    's_pblh', 'Boundary Layer Height', 'm', (/ ('', i=1, 10) /))
Note: See TracChangeset for help on using the changeset viewer.