Ignore:
Timestamp:
Feb 26, 2021 4:22:32 PM (4 years ago)
Author:
banzhafs
Message:

Unnecessary comments removed from chemistry_model_mod and chem_emissions_mod

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/chemistry_model_mod.f90

    r4881 r4887  
    2626! -----------------
    2727! $Id$
     28! Unnecessary comments removed
     29!
     30! 4881 2021-02-19 22:05:08Z forkel
    2831! removed unnecessarty namelist parameters and commented output statements
    2932! and cs_surface_initial_change
    30 !
    3133!
    3234! 4860 2021-02-01 08:10:59Z raasch
     
    19721974
    19731975!
    1974 !-- 20200203 (ECC)
    1975 !-- introduced additional interfaces for on-demand emission update
     1976!-- NB introduced additional interfaces for on-demand emission update
    19761977
    19771978!    USE chem_emissions_mod,                                                                        &
     
    19981999
    19992000!
    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
    20022002
    20032003!    IF ( emissions_anthropogenic )  CALL chem_emissions_init
     
    20572057    REAL(wp)     ::  flag              !< flag for masking topography/building grid points
    20582058!
    2059 !-- 20200203 ECC
    2060 !-- reads netcdf data only under legacy mode
     2059!-- NB reads netcdf data only under legacy mode
    20612060
    20622061!    IF ( emissions_anthropogenic )  THEN
     
    26582657
    26592658!
    2660 !-- (ECC) input check for emission read mode.
     2659!-- NB input check for emission read mode.
    26612660!--    legacy : business as usual (everything read / set up at start of run)
    26622661!--    new    : emission based on timestamp, and for lod2 data is loaded on an hourly basis
    26632662
    26642663!
    2665 !-- (ECC) handler for emiss_read_legacy_mode
     2664!-- NB handler for emiss_read_legacy_mode
    26662665!-- * emiss_read_legacy_mode is defaulted to TRUE
    26672666!-- * if emiss_read_legacy_mode is TRUE and LOD is 0 or 1,
Note: See TracChangeset for help on using the changeset viewer.