Ignore:
Timestamp:
Nov 18, 2019, 4:48:48 PM (4 years ago)
Author:
lguez
Message:

Add output variable tsoil_deep_land.

File:
1 edited

Legend:

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

    r3458 r3601  
    3939         o_q2m, o_ustar, o_u10m, o_v10m, &
    4040         o_wind10m, o_wind10max, o_gusts, o_sicf, &
    41          o_psol, o_mass, o_qsurf, o_qsol, &
     41         o_psol, o_mass, o_qsurf, o_qsol, o_tsoil_deep_land, &
    4242         o_precip, o_rain_fall, o_rain_con, o_ndayrain, o_plul, o_pluc, o_plun, &
    4343         o_snow, o_msnow, o_fsnow, o_evap, o_ep,o_epmax_diag, & ! epmax_cape
     
    353353    USE ocean_slab_mod, ONLY: nslay, tslab, slab_bilg, tice, seaice, &
    354354        slab_ekman,slab_hdiff,slab_gm,dt_ekman, dt_hdiff, dt_gm, dt_qflux
    355     USE pbl_surface_mod, ONLY: snow
     355    USE pbl_surface_mod, ONLY: snow, ftsoil
    356356    USE indice_sol_mod, ONLY: nbsrf
    357357    USE infotrac_phy, ONLY: nqtot, nqo, type_trac, tname, niadv
     
    384384    INCLUDE "compbl.h"
    385385    INCLUDE "YOMCST.h"
     386    INCLUDE "dimsoil.h"
    386387
    387388    ! Input
     
    679680       IF (.NOT. ok_veget) THEN
    680681          CALL histwrite_phy(o_qsol, qsol)
     682          CALL histwrite_phy(o_tsoil_deep_land, ftsoil(:, nsoilmx, is_ter))
    681683       ENDIF
    682684
Note: See TracChangeset for help on using the changeset viewer.