Ignore:
Timestamp:
Mar 27, 2019 11:53:41 AM (5 years ago)
Author:
forkel
Message:

renaming of get_mechanismname, do_emiss and do_depo, sorting in chem_modules

File:
1 edited

Legend:

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

    r3774 r3820  
    2525! -----------------
    2626! $Id$
     27! renamed do_emiss to emissions_anthropogenic (ecc)
     28!
     29!
     30! 3774 2019-03-04 10:52:49Z moh.hefny
    2731! rephrase if statement to avoid unallocated array in case of
    2832! nesting_offline is false (crashing during debug mode)
     
    486490
    487491    USE chem_modules,                                                                              &
    488         ONLY:  bc_cs_t_val, cs_name, do_emis, nspec, nspec_out
     492        ONLY:  bc_cs_t_val, cs_name, emissions_anthropogenic, nspec, nspec_out
    489493
    490494    USE chemistry_model_mod,                                                                       &
     
    13861390!
    13871391!--    If required, consider chemical emissions
    1388        IF ( air_chemistry  .AND.  do_emis )  THEN
     1392       IF ( air_chemistry  .AND.  emissions_anthropogenic )  THEN
    13891393!
    13901394!--       Update the time --> kanani: revise location of this CALL
Note: See TracChangeset for help on using the changeset viewer.