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_write_mod.F90

    r3112 r3113  
    123123         o_rsdsdiff, o_rsdscsdiff, o_stratomask,&
    124124         o_cldnvi, o_lcc, o_lcc3d, o_lcc3dcon, &
    125          o_lcc3dstra, o_icc3dcon, o_icc3dstra, o_reffclwtop, o_ec550aer, &
     125         o_lcc3dstra, o_icc3dcon, o_icc3dstra, &
     126         o_cldicemxrat, o_cldwatmxrat, o_reffclwtop, o_ec550aer, &
    126127         o_lwcon, o_iwcon, o_temp, o_theta, &
    127128         o_ovapinit, o_ovap, o_oliq, o_ocond, o_geop, &
     
    280281         scdnc, cldncl, reffclws, reffclwc, cldnvi, &
    281282         PSFSWDIR, PSFSWDIF, stratomask,&
    282          lcc, lcc3d, lcc3dcon, lcc3dstra, icc3dcon, icc3dstra, reffclwtop, &
     283         lcc, lcc3d, lcc3dcon, lcc3dstra, icc3dcon, icc3dstra, &
     284         zfice, reffclwtop, &
    283285         ec550aer, flwc, fiwc, t_seri, theta, q_seri, &
    284286         ql_seri, qs_seri, tr_seri, &
     
    14101412          CALL histwrite_phy(o_icc3dcon, icc3dcon)
    14111413          CALL histwrite_phy(o_icc3dstra, icc3dstra)
     1414          CALL histwrite_phy(o_cldicemxrat, zfice)
     1415          zx_tmp_fi3d(:,:)=1-zfice(:,:)
     1416          CALL histwrite_phy(o_cldwatmxrat, zx_tmp_fi3d)
    14121417          CALL histwrite_phy(o_reffclwtop, reffclwtop)
    14131418       ENDIF
Note: See TracChangeset for help on using the changeset viewer.