Ignore:
Timestamp:
Jan 19, 2025, 6:48:10 PM (5 hours ago)
Author:
jyg
Message:

New outputs :

+ coef_clos = [conv mass flux given by Alp closure]/[conv mass flux given by Emanuel scheme closure]
+ coef_clos_eff = effective coefficient used in the convective scheme.

File:
1 edited

Legend:

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

    r5486 r5491  
    930930  TYPE(ctrl_out), SAVE :: o_wape = ctrl_out((/ 1, 1, 1, 10, 10, 10, 11, 11, 11, 11/), &
    931931    'wape', '', 'm2/s2', (/ ('', i=1, 10) /))
     932!!
     933  TYPE(ctrl_out), SAVE :: o_coef_clos = ctrl_out((/ 1, 1, 1, 10, 10, 10, 11, 11, 11, 11/), &
     934    'coef_clos', 'closure coefficient', '', (/ ('', i=1, 10) /))
     935  TYPE(ctrl_out), SAVE :: o_coef_clos_eff = ctrl_out((/ 1, 1, 1, 10, 10, 10, 11, 11, 11, 11/), &
     936    'coef_clos_eff', 'effective closure coefficient', '', (/ ('', i=1, 10) /))
     937
    932938
    933939!!! nrlmd le 10/04/2012
Note: See TracChangeset for help on using the changeset viewer.