Changeset 3747 for LMDZ6/branches/Ocean_skin/libf/phylmd
- Timestamp:
- Jul 2, 2020, 4:58:11 PM (4 years ago)
- Location:
- LMDZ6/branches/Ocean_skin/libf/phylmd
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Ocean_skin/libf/phylmd/phys_output_ctrlout_mod.F90
r3744 r3747 1948 1948 1949 1949 type(ctrl_out), save:: o_delta_sst & 1950 = ctrl_out([1, 10, 10, 1, 10, 10, 11, 11, 11, 11], 'delta_ sst', &1950 = ctrl_out([1, 10, 10, 1, 10, 10, 11, 11, 11, 11], 'delta_SST', & 1951 1951 "ocean-air interface temperature minus bulk SST", "K", '') 1952 1952 -
LMDZ6/branches/Ocean_skin/libf/phylmd/phys_output_write_mod.F90
r3744 r3747 40 40 o_q2m, o_ustar, o_u10m, o_v10m, & 41 41 o_wind10m, o_wind10max, o_gusts, o_sicf, & 42 o_psol, o_mass, o_qsurf, o_qsol, o_tsoil_deep_land,&42 o_psol, o_mass, o_qsurf, o_qsol, & 43 43 o_precip, o_rain_fall, o_rain_con, o_ndayrain, o_plul, o_pluc, o_plun, & 44 44 o_snow, o_msnow, o_fsnow, o_evap, o_ep,o_epmax_diag, & ! epmax_cape … … 365 365 USE ocean_slab_mod, ONLY: nslay, tslab, slab_bilg, tice, seaice, & 366 366 slab_ekman,slab_hdiff,slab_gm,dt_ekman, dt_hdiff, dt_gm, dt_qflux 367 USE pbl_surface_mod, ONLY: snow , ftsoil367 USE pbl_surface_mod, ONLY: snow 368 368 USE indice_sol_mod, ONLY: nbsrf 369 369 USE infotrac_phy, ONLY: nqtot, nqo, type_trac, tname, niadv … … 396 396 INCLUDE "compbl.h" 397 397 INCLUDE "YOMCST.h" 398 INCLUDE "dimsoil.h"399 398 400 399 ! Input … … 716 715 IF (.NOT. ok_veget) THEN 717 716 CALL histwrite_phy(o_qsol, qsol) 718 CALL histwrite_phy(o_tsoil_deep_land, ftsoil(:, nsoilmx, is_ter))719 717 ENDIF 720 718
Note: See TracChangeset
for help on using the changeset viewer.