Changeset 3886 for palm/trunk/SOURCE
- Timestamp:
- Apr 11, 2019 5:21:03 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/chemistry_model_mod.f90
r3885 r3886 27 27 ! ----------------- 28 28 ! $Id: chemistry_model_mod.f90 3784 2019-03-05 14:16:20Z banzhafs 29 ! Bugfix, uncomment erroneous commented variable used for dry deposition. 30 ! Bugfix in 3D emission output. 31 ! 32 ! 3784 2019-03-05 14:16:20Z banzhafs 29 33 ! Changes related to global restructuring of location messages and introduction 30 34 ! of additional debug messages … … 1399 1403 IF ( variable(1:3) == 'em_' ) THEN 1400 1404 1401 local_pf = 0.0_wp1402 1403 1405 DO lsp = 1, nvar !!! cssws - nvar species, chem_species - nspec species !!! 1404 1406 IF ( TRIM( spec_name ) == TRIM( chem_species(lsp)%name) ) THEN 1407 1408 local_pf = 0.0_wp 1405 1409 ! 1406 1410 !-- no average for now … … 4057 4061 !-- Atmospheric concentration in DEPAC is requested in ug/m3: 4058 4062 !-- ug/m3 ppm (ug/m3)/ppm/(kg/mole) kg/mole 4059 !--conc_ijk_ugm3 = conc_ijk(lsp) * ppm2ugm3 * specmolm(i_pspec) ! in ug/m34063 conc_ijk_ugm3 = conc_ijk(lsp) * ppm2ugm3 * specmolm(i_pspec) ! in ug/m3 4060 4064 ! 4061 4065 !-- Diffusivity for DEPAC relevant gases
Note: See TracChangeset
for help on using the changeset viewer.