Changeset 2665 for LMDZ5/trunk/libf/phylmd/phys_output_ctrlout_mod.F90
- Timestamp:
- Oct 12, 2016, 2:53:20 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/phylmd/phys_output_ctrlout_mod.F90
r2656 r2665 1204 1204 TYPE(ctrl_out), SAVE :: o_ep = ctrl_out((/ 2, 10, 10, 10, 10, 10, 11, 11, 11 /), & 1205 1205 'ep', 'ep', 'su', (/ ('', i=1, 9) /)) 1206 TYPE(ctrl_out), SAVE :: o_duphy = ctrl_out((/ 2, 10, 10, 10, 10, 10, 11, 11, 11 /), & 1207 'duphy', 'Physics du', 'm/s2', (/ ('', i=1, 9) /)) 1206 1208 TYPE(ctrl_out), SAVE :: o_dtphy = ctrl_out((/ 2, 10, 10, 10, 10, 10, 11, 11, 11 /), & 1207 1209 'dtphy', 'Physics dT', 'K/s', (/ ('', i=1, 9) /))
Note: See TracChangeset
for help on using the changeset viewer.