- Timestamp:
- Nov 18, 2019, 4:48:48 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Ocean_skin/libf/phylmd/phys_output_ctrlout_mod.F90
r3556 r3601 332 332 TYPE(ctrl_out), SAVE :: o_qsol = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & 333 333 '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) /)) 334 338 TYPE(ctrl_out), SAVE :: o_ndayrain = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & 335 339 'ndayrain', 'Number of dayrain(liq+sol)', '-', & … … 1927 1931 type(ctrl_out), save:: o_dt_ns & 1928 1932 = 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", '') 1930 1934 1931 1935 type(ctrl_out), save:: o_dter & 1932 1936 = 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", '') 1934 1938 1935 1939 type(ctrl_out), save:: o_dser &
Note: See TracChangeset
for help on using the changeset viewer.