Changeset 1895 for LMDZ5/trunk/libf/phylmd
- Timestamp:
- Oct 23, 2013, 2:49:46 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/phylmd/phys_output_ctrlout_mod.F90
r1865 r1895 70 70 'wind10m', '10-m wind speed', 'm/s', (/ ('', i=1, 9) /)) 71 71 TYPE(ctrl_out), SAVE :: o_wind10max = ctrl_out((/ 10, 1, 10, 10, 10, 10, 11, 11, 11 /), & 72 'wind10max', '10m wind speed max', 'm/s', (/ ('', i=1, 9) /)) 72 'wind10max', '10m wind speed max', 'm/s', & 73 (/ "t_max(X)", "t_max(X)", "t_max(X)", "t_max(X)", "t_max(X)", & 74 "t_max(X)", "t_max(X)", "t_max(X)", "t_max(X)" /)) 73 75 TYPE(ctrl_out), SAVE :: o_sicf = ctrl_out((/ 1, 1, 10, 10, 10, 10, 11, 11, 11 /), & 74 76 'sicf', 'Sea-ice fraction', '-', (/ ('', i=1, 9) /))
Note: See TracChangeset
for help on using the changeset viewer.