Ignore:
Timestamp:
Jun 27, 2025, 7:30:06 PM (3 weeks ago)
Author:
aborella
Message:

Correction to rare floating point errors + added support for the sedimentation of contrails

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/contrails/libf/phylmd/phys_output_write_mod.F90

    r5717 r5728  
    245245         o_dcflini, o_dqilini, o_dqtlini, o_dcflsub, o_dqilsub, o_dqtlsub, &
    246246         o_dcflmix, o_dqilmix, o_dqtlmix, &
     247         o_dcflsed, o_dqilsed, o_dqtlsed, o_dcfcsed, o_dqicsed, o_dqtcsed, &
    247248         o_dcfcsub, o_dqicsub, o_dqtcsub, o_dcfcmix, o_dqicmix, o_dqtcmix, &
    248249         o_cldfra_nocont, o_cldtau_nocont, o_cldemi_nocont, o_cldh_nocont, &
     
    382383         dcfl_ini, dqil_ini, dqtl_ini, dcfl_sub, dqil_sub, dqtl_sub, &
    383384         dcfl_mix, dqil_mix, dqtl_mix, &
     385         dcfl_sed, dqil_sed, dqtl_sed, dcfc_sed, dqic_sed, dqtc_sed, &
    384386         dcfc_sub, dqic_sub, dqtc_sub, dcfc_mix, dqic_mix, dqtc_mix, &
    385387         cldfra_nocont, cldtau_nocont, cldemi_nocont, cldh_nocont, &
     
    22562258         CALL histwrite_phy(o_dqilmix, dqil_mix)
    22572259         CALL histwrite_phy(o_dqtlmix, dqtl_mix)
     2260         CALL histwrite_phy(o_dcflsed, dcfl_sed)
     2261         CALL histwrite_phy(o_dqilsed, dqil_sed)
     2262         CALL histwrite_phy(o_dqtlsed, dqtl_sed)
    22582263         CALL histwrite_phy(o_dcfcsub, dcfc_sub)
    22592264         CALL histwrite_phy(o_dqicsub, dqic_sub)
     
    22622267         CALL histwrite_phy(o_dqicmix, dqic_mix)
    22632268         CALL histwrite_phy(o_dqtcmix, dqtc_mix)
     2269         CALL histwrite_phy(o_dcfcsed, dcfc_sed)
     2270         CALL histwrite_phy(o_dqicsed, dqic_sed)
     2271         CALL histwrite_phy(o_dqtcsed, dqtc_sed)
    22642272         CALL histwrite_phy(o_cldfra_nocont, cldfra_nocont)
    22652273         CALL histwrite_phy(o_cldtau_nocont, cldtau_nocont)
Note: See TracChangeset for help on using the changeset viewer.