Changeset 3831 for palm/trunk/SOURCE/chem_emissions_mod.f90
- Timestamp:
- Mar 28, 2019 9:11:22 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/chem_emissions_mod.f90
r3788 r3831 27 27 ! ----------------- 28 28 ! $Id$ 29 ! added nvar to USE chem_gasphase_mod (chem_modules will not include nvar anymore) 30 ! 31 ! 3788 2019-03-07 11:40:09Z banzhafs 29 32 ! Removed unused variables from chem_emissions_mod 30 33 ! … … 92 95 !> MODULE for reading-in Chemistry Emissions data 93 96 !> 97 !> @todo Rename nspec to n_emis to avoid inteferece with nspec from chem_gasphase_mod 94 98 !> @todo Check_parameters routine should be developed: for now it includes just one condition 95 99 !> @todo Use of Restart files not contempled at the moment … … 129 133 130 134 USE chem_gasphase_mod, & 131 ONLY: spc_names135 ONLY: nvar, spc_names 132 136 133 137 USE chem_modules
Note: See TracChangeset
for help on using the changeset viewer.