Ignore:
Timestamp:
Apr 8, 2019 6:41:49 PM (5 years ago)
Author:
knoop
Message:

Moved "photolysis_scheme", "chem_species" and "phot_frequen" to chem_modules

File:
1 edited

Legend:

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

    r3875 r3876  
    509509
    510510    USE chem_modules,                                                                              &
    511         ONLY:  bc_cs_t_val, cs_name, emissions_anthropogenic, nspec_out
     511        ONLY:  bc_cs_t_val, cs_name, emissions_anthropogenic, nspec_out, chem_species
    512512
    513513    USE chemistry_model_mod,                                                                       &
    514         ONLY:  chem_boundary_conds, chem_species
     514        ONLY:  chem_boundary_conds
    515515
    516516    USE control_parameters,                                                                        &
     
    892892
    893893!
    894 !--    Execute alle other module actions routunes
     894!--    Execute all other module actions routunes
    895895       CALL module_interface_actions( 'before_timestep' )
    896896       
     
    950950             CALL calc_mean_profile( q, 41 )
    951951          ENDIF
    952 
     952!
     953!--       Execute all other module actions routunes
     954          CALL module_interface_actions( 'before_prognostic_equations' )
    953955!
    954956!--       Solve the prognostic equations. A fast cache optimized version with
Note: See TracChangeset for help on using the changeset viewer.