Changeset 4887 for palm/trunk/SOURCE/chemistry_model_mod.f90
- Timestamp:
- Feb 26, 2021 4:22:32 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/chemistry_model_mod.f90
r4881 r4887 26 26 ! ----------------- 27 27 ! $Id$ 28 ! Unnecessary comments removed 29 ! 30 ! 4881 2021-02-19 22:05:08Z forkel 28 31 ! removed unnecessarty namelist parameters and commented output statements 29 32 ! and cs_surface_initial_change 30 !31 33 ! 32 34 ! 4860 2021-02-01 08:10:59Z raasch … … 1972 1974 1973 1975 ! 1974 !-- 20200203 (ECC) 1975 !-- introduced additional interfaces for on-demand emission update 1976 !-- NB introduced additional interfaces for on-demand emission update 1976 1977 1977 1978 ! USE chem_emissions_mod, & … … 1998 1999 1999 2000 ! 2000 !-- 20200203 (ECC) 2001 !-- Calls specific emisisons initialization subroutines for legacy mode and on-demand mode 2001 !-- NB Calls specific emisisons initialization subroutines for legacy mode and on-demand mode 2002 2002 2003 2003 ! IF ( emissions_anthropogenic ) CALL chem_emissions_init … … 2057 2057 REAL(wp) :: flag !< flag for masking topography/building grid points 2058 2058 ! 2059 !-- 20200203 ECC 2060 !-- reads netcdf data only under legacy mode 2059 !-- NB reads netcdf data only under legacy mode 2061 2060 2062 2061 ! IF ( emissions_anthropogenic ) THEN … … 2658 2657 2659 2658 ! 2660 !-- (ECC)input check for emission read mode.2659 !-- NB input check for emission read mode. 2661 2660 !-- legacy : business as usual (everything read / set up at start of run) 2662 2661 !-- new : emission based on timestamp, and for lod2 data is loaded on an hourly basis 2663 2662 2664 2663 ! 2665 !-- (ECC)handler for emiss_read_legacy_mode2664 !-- NB handler for emiss_read_legacy_mode 2666 2665 !-- * emiss_read_legacy_mode is defaulted to TRUE 2667 2666 !-- * if emiss_read_legacy_mode is TRUE and LOD is 0 or 1,
Note: See TracChangeset
for help on using the changeset viewer.