Ignore:
Timestamp:
Dec 13, 2017, 3:24:16 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_write_mod.F90

    r3121 r3124  
    123123         o_cldnvi, o_lcc, o_lcc3d, o_lcc3dcon, &
    124124         o_lcc3dstra, o_icc3dcon, o_icc3dstra, &
    125          o_reffclwtop, o_ec550aer, &
     125         o_cldicemxrat, o_cldwatmxrat, o_reffclwtop, o_ec550aer, &
    126126         o_lwcon, o_iwcon, o_temp, o_theta, &
    127127         o_ovapinit, o_ovap, o_oliq, o_ocond, o_geop, &
     
    280280         scdnc, cldncl, reffclws, reffclwc, cldnvi, stratomask,&
    281281         lcc, lcc3d, lcc3dcon, lcc3dstra, &
    282          icc3dcon, icc3dstra, reffclwtop, &
     282         icc3dcon, icc3dstra, zfice, reffclwtop, &
    283283         ec550aer, flwc, fiwc, t_seri, theta, q_seri, &
    284284         ql_seri, qs_seri, tr_seri, &
     
    14101410          CALL histwrite_phy(o_icc3dcon, icc3dcon)
    14111411          CALL histwrite_phy(o_icc3dstra, icc3dstra)
     1412          CALL histwrite_phy(o_cldicemxrat, zfice)
     1413          zx_tmp_fi3d(:,:)=1-zfice(:,:)
     1414          CALL histwrite_phy(o_cldwatmxrat, zx_tmp_fi3d)
    14121415          CALL histwrite_phy(o_reffclwtop, reffclwtop)
    14131416       ENDIF
Note: See TracChangeset for help on using the changeset viewer.