Changeset 3833 for palm/trunk/SOURCE/surface_mod.f90
- Timestamp:
- Mar 28, 2019 3:04:04 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/surface_mod.f90
r3772 r3833 26 26 ! ----------------- 27 27 ! $Id$ 28 ! added USE chem_gasphase_mod (chem_modules will not transport nvar and nspec anymore) 29 ! 30 ! 3772 2019-02-28 15:51:57Z suehring 28 31 ! small change in the todo's 29 32 ! … … 270 273 ONLY: heatflux_input_conversion, momentumflux_input_conversion, & 271 274 rho_air, rho_air_zw, zu, zw, waterflux_input_conversion 275 276 USE chem_gasphase_mod, & 277 ONLY: nvar, spc_names 272 278 273 279 USE chem_modules
Note: See TracChangeset
for help on using the changeset viewer.