Ignore:
Timestamp:
Feb 2, 2018, 11:50:14 AM (6 years ago)
Author:
Laurent Fairhead
Message:

Inclusion of changesets 3167 and 3171 from trunk into branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/IPSLCM6.0.15/libf/phylmd/phys_output_ctrlout_mod.F90

    r3164 r3177  
     1!
     2! $Id$
     3!
    14MODULE phys_output_ctrlout_mod
    25
     
    15051508  TYPE(ctrl_out), SAVE :: o_mc = ctrl_out((/ 4, 5, 10, 10, 10, 10, 11, 11, 11, 11/), &
    15061509    'mc', 'Convective mass flux', 'kg/m2/s', (/ ('', i=1, 10) /))
     1510  TYPE(ctrl_out), SAVE :: o_ftime_deepcv = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), &
     1511    'ftime_deepcv', 'Fraction of time deep convection Occurs', ' ', (/ ('', i=1, 10) /))
    15071512  TYPE(ctrl_out), SAVE :: o_ftime_con = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), &
    1508     'ftime_con', 'Fraction of time convection Occurs', ' ',                 &
    1509       (/ 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', &
    1510          'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)' /))
     1513    'ftime_con', 'Fraction of time convection Occurs', ' ', (/ ('', i=1, 10) /))
     1514!!jyg    'ftime_con', 'Fraction of time convection Occurs', ' ',                 &
     1515!!jyg      (/ 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', &
     1516!!jyg         'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)' /))
    15111517  TYPE(ctrl_out), SAVE :: o_dtdyn = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), &
    15121518    'dtdyn', 'Dynamics dT', 'K/s', (/ ('', i=1, 10) /))
Note: See TracChangeset for help on using the changeset viewer.