- Timestamp:
- Jul 22, 2024, 9:29:09 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Amaury_dev/libf/phylmd/phys_output_ctrlout_mod.F90
r5098 r5099 1 ! 1 2 2 ! $Id$ 3 ! 3 4 4 MODULE phys_output_ctrlout_mod 5 5 … … 1321 1321 ctrl_out((/ 11, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'dryod550_'//name_aero_tau(13), & 1322 1322 "Dry aerosol Optical depth at 550 nm "//name_aero_tau(13),"13", (/ ('', i=1, 10) /)) /) 1323 ! 1323 1324 1324 TYPE(ctrl_out), SAVE :: o_tausumaero_lw = ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & 1325 1325 'od_10um_STRAT', 'Stratospheric Aerosol Optical depth at 10 um ', '1', (/ ('', i=1, 10) /)) 1326 ! 1326 1327 1327 TYPE(ctrl_out), SAVE :: o_od443aer = ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & 1328 1328 'od443aer', 'Total aerosol optical depth at 440nm', '-', (/ ('', i=1, 10) /)) … … 2224 2224 "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)" /)) 2225 2225 2226 #ifdef CPP_Dust 2227 INCLUDE 'spla_output_dat.h' 2228 #endif 2226 INCLUDE 'spla_output_dat.h' 2229 2227 2230 2228 type(ctrl_out), save:: o_delta_sst &
Note: See TracChangeset
for help on using the changeset viewer.