Ignore:
Timestamp:
Feb 1, 2018, 10:12:38 AM (6 years ago)
Author:
jyg
Message:

Update of the various connvection frequency
variables:
ftime_con, ftime_deepcv, ftime_th

File:
1 edited

Legend:

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

    r3167 r3171  
    15051505  TYPE(ctrl_out), SAVE :: o_mc = ctrl_out((/ 4, 5, 10, 10, 10, 10, 11, 11, 11, 11/), &
    15061506    'mc', 'Convective mass flux', 'kg/m2/s', (/ ('', i=1, 10) /))
     1507  TYPE(ctrl_out), SAVE :: o_ftime_deepcv = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), &
     1508    'ftime_deepcv', 'Fraction of time deep convection Occurs', ' ', (/ ('', i=1, 10) /))
    15071509  TYPE(ctrl_out), SAVE :: o_ftime_con = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), &
    15081510    'ftime_con', 'Fraction of time convection Occurs', ' ', (/ ('', i=1, 10) /))
Note: See TracChangeset for help on using the changeset viewer.