Ignore:
Timestamp:
Apr 2, 2024, 1:14:33 PM (7 weeks ago)
Author:
oboucher
Message:

Correction of another small bug on the water mass fixer (not activated)
Introduction of a water_budget diagnostic that quantifies non-conservation from the LMDZ physics

File:
1 edited

Legend:

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

    r4881 r4887  
    8383         o_Mipsh, o_Ma, &
    8484         o_dnwd, o_dnwd0, o_ftime_deepcv, o_ftime_con, o_mc, &
    85          o_prw, o_prlw, o_prsw, o_prbsw, o_s_pblh, o_s_pblt, o_s_lcl, &
     85         o_prw, o_prlw, o_prsw, o_prbsw, o_water_budget, o_s_pblh, o_s_pblt, o_s_lcl, &
    8686         o_s_therm, o_uSTDlevs, o_vSTDlevs, &
    8787         o_wSTDlevs, o_zSTDlevs, o_qSTDlevs, &
     
    324324         uwat, vwat, &
    325325         rneb_seri, d_rneb_dyn, &
    326          plcl, plfc, wbeff, convoccur, upwd, dnwd, dnwd0, prw, prlw, prsw,prbsw, &
     326         plcl, plfc, wbeff, convoccur, upwd, dnwd, dnwd0, prw, prlw, prsw, prbsw, water_budget, &
    327327         s_pblh, s_pblt, s_lcl, s_therm, uwriteSTD, &
    328328         vwriteSTD, wwriteSTD, phiwriteSTD, qwriteSTD, &
     
    14001400       CALL histwrite_phy(o_prbsw, prbsw)
    14011401       ENDIF
     1402       CALL histwrite_phy(o_water_budget, water_budget)
    14021403       CALL histwrite_phy(o_s_pblh, s_pblh)
    14031404       CALL histwrite_phy(o_s_pblt, s_pblt)
Note: See TracChangeset for help on using the changeset viewer.