Ignore:
Timestamp:
Jun 14, 2023, 5:06:15 PM (16 months ago)
Author:
Laurent Fairhead
Message:

Sortir les profils de flux sensible et d'eau dus à la diffusion turbulente (déja calculés auparavant)
FC

File:
1 edited

Legend:

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

    r4556 r4575  
    223223         o_flx_co2_ff, o_flx_co2_bb, &
    224224         o_delta_sst, o_delta_sal, o_ds_ns, o_dt_ns, o_dter, o_dser, o_tkt, &
    225          o_tks, o_taur, o_sss
     225         o_tks, o_taur, o_sss, &
     226!FC
     227         o_zxfluxt,o_zxfluxq
    226228
    227229#ifdef CPP_StratAer
     
    357359#endif
    358360         ep, epmax_diag, &  ! epmax_cape
    359          p_tropopause, t_tropopause, z_tropopause
     361         p_tropopause, t_tropopause, z_tropopause, &
     362         zxfluxt,zxfluxq
     363!FC
    360364
    361365#ifdef CPP_StratAer
     
    18001804       CALL histwrite_phy(o_ovap, q_seri)
    18011805       CALL histwrite_phy(o_oliq, ql_seri)
     1806       !FC
     1807       CALL histwrite_phy(o_zxfluxt, zxfluxt)
     1808       CALL histwrite_phy(o_zxfluxq, zx_tmp_fi3d)
     1809       !FC
    18021810
    18031811       IF (vars_defined) zx_tmp_fi3d = ql_seri+qs_seri
Note: See TracChangeset for help on using the changeset viewer.