Ignore:
Timestamp:
Jul 12, 2017, 4:20:24 PM (7 years ago)
Author:
jbmadeleine
Message:
  • Added a new output called rneblsvol which is the cloud fraction by volume

computed in the thermals (see cloudth_vert in cloudth_mod.F90)

  • Added an option called iflag_rain_incloud_vol that computes the conversion

of cloud water to rain using the cloud fraction by volume instead of the cloud
fraction by area, which is larger and otherwise erroneously reduces the in-cloud
water content; iflag_rain_incloud_vol can only be used for iflag_cloudth_vert>=3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/phylmd/phys_output_write_mod.F90

    r2854 r2945  
    124124         o_vitu, o_vitv, o_vitw, o_pres, o_paprs, &
    125125         o_zfull, o_zhalf, o_rneb, o_rnebjn, o_rnebcon, &
    126          o_rnebls, o_rhum, o_ozone, o_ozone_light, &
     126         o_rnebls, o_rneblsvol, o_rhum, o_ozone, o_ozone_light, &
    127127         o_duphy, o_dtphy, o_dqphy, o_dqphy2d, o_dqlphy, o_dqlphy2d, &
    128128         o_dqsphy, o_dqsphy2d, o_albe_srf, o_z0m_srf, o_z0h_srf, &
     
    269269         ql_seri, qs_seri, tr_seri, &
    270270         zphi, u_seri, v_seri, omega, cldfra, &
    271          rneb, rnebjn, zx_rh, d_t_dyn,  &
     271         rneb, rnebjn, rneblsvol, zx_rh, d_t_dyn,  &
    272272         d_q_dyn,  d_ql_dyn, d_qs_dyn, &
    273273         d_q_dyn2d,  d_ql_dyn2d, d_qs_dyn2d, &
     
    13441344       CALL histwrite_phy(o_rnebcon, rnebcon)
    13451345       CALL histwrite_phy(o_rnebls, rneb)
     1346       CALL histwrite_phy(o_rneblsvol, rneblsvol)
    13461347       IF (vars_defined)  THEN
    13471348          DO k=1, klev
Note: See TracChangeset for help on using the changeset viewer.