Changeset 2003 for LMDZ5/trunk/libf/phylmd/phys_output_ctrlout_mod.F90
- Timestamp:
- Apr 4, 2014, 2:51:02 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/phylmd/phys_output_ctrlout_mod.F90
r1971 r2003 3 3 USE phys_output_var_mod 4 4 USE indice_sol_mod 5 USE aero_mod, only : naero_ spc,name_aero5 USE aero_mod, only : naero_tot,name_aero_tau 6 6 7 7 … … 723 723 'solswai', 'AIE at SFR', 'W/m2', (/ ('', i=1, 9) /)) 724 724 725 ! type(ctrl_out),save,dimension(10) :: o_tausumaero = (/ ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11 /),'OD550_ASBCM', & 726 ! (/ ('', i=1, 9) /)), & 727 type(ctrl_out),save,dimension(11) :: o_tausumaero = & 725 type(ctrl_out),save,dimension(naero_tot) :: o_tausumaero = & 728 726 (/ ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11 /),'OD550_ASBCM', & 729 "Aerosol Optical depth at 550 nm "//name_aero (1),"1", (/ ('', i=1, 9) /)), &727 "Aerosol Optical depth at 550 nm "//name_aero_tau(1),"1", (/ ('', i=1, 9) /)), & 730 728 ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11 /),'OD550_ASPOMM', & 731 "Aerosol Optical depth at 550 nm "//name_aero (2),"1", (/ ('', i=1, 9) /)), &729 "Aerosol Optical depth at 550 nm "//name_aero_tau(2),"1", (/ ('', i=1, 9) /)), & 732 730 ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11 /),'OD550_ASSO4M', & 733 "Aerosol Optical depth at 550 nm "//name_aero (3),"1", (/ ('', i=1, 9) /)), &731 "Aerosol Optical depth at 550 nm "//name_aero_tau(3),"1", (/ ('', i=1, 9) /)), & 734 732 ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11 /),'OD550_CSSO4M', & 735 "Aerosol Optical depth at 550 nm "//name_aero (4),"1", (/ ('', i=1, 9) /)), &733 "Aerosol Optical depth at 550 nm "//name_aero_tau(4),"1", (/ ('', i=1, 9) /)), & 736 734 ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11 /),'OD550_SSSSM', & 737 "Aerosol Optical depth at 550 nm "//name_aero (5),"1", (/ ('', i=1, 9) /)), &735 "Aerosol Optical depth at 550 nm "//name_aero_tau(5),"1", (/ ('', i=1, 9) /)), & 738 736 ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11 /),'OD550_ASSSM', & 739 "Aerosol Optical depth at 550 nm "//name_aero (6),"1", (/ ('', i=1, 9) /)), &737 "Aerosol Optical depth at 550 nm "//name_aero_tau(6),"1", (/ ('', i=1, 9) /)), & 740 738 ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11 /),'OD550_CSSSM', & 741 "Aerosol Optical depth at 550 nm "//name_aero (7),"1", (/ ('', i=1, 9) /)), &739 "Aerosol Optical depth at 550 nm "//name_aero_tau(7),"1", (/ ('', i=1, 9) /)), & 742 740 ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11 /),'OD550_CIDUSTM', & 743 "Aerosol Optical depth at 550 nm "//name_aero (8),"1", (/ ('', i=1, 9) /)), &741 "Aerosol Optical depth at 550 nm "//name_aero_tau(8),"1", (/ ('', i=1, 9) /)), & 744 742 ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11 /),'OD550_AIBCM', & 745 "Aerosol Optical depth at 550 nm "//name_aero (9),"1", (/ ('', i=1, 9) /)), &743 "Aerosol Optical depth at 550 nm "//name_aero_tau(9),"1", (/ ('', i=1, 9) /)), & 746 744 ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11 /),'OD550_AIPOMM', & 747 "Aerosol Optical depth at 550 nm "//name_aero (10),"1", (/ ('', i=1, 9) /)),&745 "Aerosol Optical depth at 550 nm "//name_aero_tau(10),"1", (/ ('', i=1, 9) /)),& 748 746 ctrl_out((/ 2, 2, 10, 10, 10, 10, 11, 11, 11 /),'OD550_STRAT', & 749 "Aerosol Optical depth at 550 nm "//name_aero(11),"1", (/ ('', i=1, 9) /)) /) 747 "Aerosol Optical depth at 550 nm "//name_aero_tau(11),"1", (/ ('', i=1, 9) /)) /) 748 ! 750 749 TYPE(ctrl_out), SAVE :: o_od550aer = ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11 /), & 751 750 'od550aer', 'Total aerosol optical depth at 550nm', '-', (/ ('', i=1, 9) /))
Note: See TracChangeset
for help on using the changeset viewer.