Ignore:
Timestamp:
Dec 5, 2017, 1:29:47 PM (7 years ago)
Author:
musat
Message:

Add CMIP6' variables cldicemxrat, cldwatmxrat
IM

File:
1 edited

Legend:

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

    r3112 r3113  
    14531453    'icc3dstra', 'Mass Fraction of Stratiform Cloud Ice', &
    14541454    'kg kg-1', (/ ('', i=1, 10) /))
     1455  TYPE(ctrl_out), SAVE :: o_cldicemxrat = ctrl_out((/ 2,  6, 10, 10, 10, 10, 11, 11, 11, 11/), &
     1456    'cldicemxrat', 'Cloud Ice Mixing Ratio', &
     1457    '1', (/ ('', i=1, 10) /))
     1458  TYPE(ctrl_out), SAVE :: o_cldwatmxrat = ctrl_out((/ 2,  6, 10, 10, 10, 10, 11, 11, 11, 11/), &
     1459    'cldwatmxrat', 'Cloud Water Mixing Ratio', &
     1460    '1', (/ ('', i=1, 10) /))
    14551461  TYPE(ctrl_out), SAVE :: o_solbnd = ctrl_out((/ 2,  6, 10, 10, 10, 10, 11, 11, 11, 11/), &
    14561462    'solbnd', 'Top-of-Atmosphere Solar Insolation for each band', 'W m-2', (/ ('', i=1, 10) /))
Note: See TracChangeset for help on using the changeset viewer.