Changeset 2842 for LMDZ5/trunk/libf/phylmd/phys_output_ctrlout_mod.F90
- Timestamp:
- Apr 1, 2017, 6:09:13 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/phylmd/phys_output_ctrlout_mod.F90
r2824 r2842 1100 1100 TYPE(ctrl_out), SAVE :: o_od865aer = ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & 1101 1101 'od865aer', 'Total aerosol optical depth at 870nm', '-', (/ ('', i=1, 10) /)) 1102 TYPE(ctrl_out), SAVE :: o_abs visaer = ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), &1103 'abs visaer', 'Absorption aerosol visible optical depth', '-', (/ ('', i=1, 10) /))1102 TYPE(ctrl_out), SAVE :: o_abs550aer = ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & 1103 'abs550aer', 'Absorption aerosol optical depth at 550nm', '-', (/ ('', i=1, 10) /)) 1104 1104 TYPE(ctrl_out), SAVE :: o_od550lt1aer = ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & 1105 1105 'od550lt1aer', 'Fine mode optical depth', '-', (/ ('', i=1, 10) /))
Note: See TracChangeset
for help on using the changeset viewer.