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_ctrlout_mod.F90

    r3556 r3601  
    332332  TYPE(ctrl_out), SAVE :: o_qsol = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), &
    333333    'qsol', 'Soil watter content', 'mm', (/ ('', i=1, 10) /))
     334  TYPE(ctrl_out), SAVE :: o_tsoil_deep_land &
     335       = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), &
     336       'tsoil_deep_land', 'temperature of land deep soil', 'K', &
     337       (/ ('', i=1, 10) /))
    334338  TYPE(ctrl_out), SAVE :: o_ndayrain = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), &
    335339    'ndayrain', 'Number of dayrain(liq+sol)', '-', &
     
    19271931   type(ctrl_out), save:: o_dt_ns &
    19281932        = ctrl_out([1, 10, 10, 1, 10, 10, 11, 11, 11, 11], 'dT_ns', &
    1929         "delta temperature near surface", "K", '')
     1933        "sub-skin temperature minus foundation temperature", "K", '')
    19301934
    19311935   type(ctrl_out), save:: o_dter &
    19321936        = ctrl_out([1, 10, 10, 1, 10, 10, 11, 11, 11, 11], 'dTer', &
    1933         "temperature variation in the diffusive microlayer", "K", '')
     1937        "interface temperature minus sub-skin temperature", "K", '')
    19341938
    19351939   type(ctrl_out), save:: o_dser &
Note: See TracChangeset for help on using the changeset viewer.