Changeset 2516 for LMDZ5/trunk/libf/phylmd/phys_output_ctrlout_mod.F90
- Timestamp:
- May 19, 2016, 8:58:23 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/phylmd/phys_output_ctrlout_mod.F90
r2498 r2516 154 154 TYPE(ctrl_out), SAVE :: o_plul = ctrl_out((/ 1, 1, 1, 10, 10, 10, 11, 11, 11 /), & 155 155 'plul', 'Large-scale Precip.', 'kg/(s*m2)', (/ ('', i=1, 9) /)) 156 TYPE(ctrl_out), SAVE :: o_plun = ctrl_out((/ 1, 1, 1, 10, 10, 10, 11, 11, 11 /), & 157 'plun', 'Numerical Precip.', 'kg/(s*m2)', (/ ('', i=1, 9) /)) 156 158 TYPE(ctrl_out), SAVE :: o_pluc = ctrl_out((/ 1, 1, 1, 10, 5, 10, 11, 11, 11 /), & 157 159 'pluc', 'Convective Precip.', 'kg/(s*m2)', (/ ('', i=1, 9) /))
Note: See TracChangeset
for help on using the changeset viewer.