Ignore:
Timestamp:
May 13, 2019 11:04:01 AM (5 years ago)
Author:
suehring
Message:

Updates from chemistriy branched merged into trunk: code cleaning and formatting, code structure optimizations

File:
1 edited

Legend:

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

    r3929 r3968  
    2525! -----------------
    2626! $Id$
     27! replace nspec_out with n_matched_vars
     28!
     29! 3929 2019-04-24 12:52:08Z banzhafs
    2730! Reverse changes back from revision 3878: use chem_boundary_conds instead of
    2831! chem_boundary_conds_decycle
     
    518521
    519522    USE chem_modules,                                                                              &
    520         ONLY:  bc_cs_t_val, chem_species, cs_name, emissions_anthropogenic, nspec_out
     523        ONLY:  bc_cs_t_val, chem_species, cs_name, emissions_anthropogenic, n_matched_vars
    521524
    522525    USE chemistry_model_mod,                                                                       &
     
    14481451!--       Call emission routine only once an hour
    14491452          IF (hour_of_year  .GT.  hour_call_emis )  THEN
    1450              CALL chem_emissions_setup( chem_emis_att, chem_emis, nspec_out )
     1453             CALL chem_emissions_setup( chem_emis_att, chem_emis, n_matched_vars )
    14511454             hour_call_emis = hour_of_year
    14521455          ENDIF
Note: See TracChangeset for help on using the changeset viewer.