Last change
on this file since 836 was
747,
checked in by aslmd, 13 years ago
|
GENERIC: improved iniaerosol and aerosol_mod. solved bugs for ifort+parallel while keeping things OK in seq runs.
|
File size:
696 bytes
|
Rev | Line | |
---|
[726] | 1 | !================================================================== |
---|
| 2 | module aerosol_mod |
---|
[747] | 3 | implicit none |
---|
| 4 | save |
---|
[726] | 5 | !================================================================== |
---|
| 6 | |
---|
[747] | 7 | ! aerosol indexes: these are initialized to be 0 if the |
---|
[726] | 8 | ! corresponding aerosol was not activated in callphys.def |
---|
[747] | 9 | ! -- otherwise a value is given in iniaerosol |
---|
| 10 | integer :: iaero_co2 = 0 |
---|
| 11 | integer :: iaero_h2o = 0 |
---|
| 12 | integer :: iaero_dust = 0 |
---|
| 13 | integer :: iaero_h2so4 = 0 |
---|
| 14 | logical :: noaero = .false. |
---|
[741] | 15 | |
---|
[726] | 16 | !================================================================== |
---|
| 17 | end module aerosol_mod |
---|
| 18 | !================================================================== |
---|
Note: See
TracBrowser
for help on using the repository browser.