Ignore:
Timestamp:
Nov 14, 2018 1:36:44 PM (5 years ago)
Author:
raasch
Message:

unused variables removed, missing working precision added, missing preprocessor directives added, bugfix concerning allocation of t_surf_wall_v in nopointer case, declaration statements rearranged to avoid compile time errors, mpi_abort arguments replaced to avoid compile errors

File:
1 edited

Legend:

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

    r3484 r3524  
    2525! -----------------
    2626! $Id$
     27! unused variables removed
     28!
     29! 3484 2018-11-02 14:41:25Z hellstea
    2730! pmci_ensure_nest_mass_conservation is premanently removed
    2831!
     
    422425
    423426    USE chem_modules,                                                          &
    424         ONLY:  bc_cs_t_val, call_chem_at_all_substeps, cs_name,                &
    425                constant_csflux, do_emis, nspec, nspec_out
     427        ONLY:  bc_cs_t_val, cs_name, do_emis, nspec, nspec_out
    426428
    427429    USE chemistry_model_mod,                                                   &
Note: See TracChangeset for help on using the changeset viewer.