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/header.f90

    r3467 r3524  
    2525! -----------------
    2626! $Id$
     27! unused variables removed
     28!
     29! 3467 2018-10-30 19:05:21Z suehring
    2730! Implementation of a new aerosol module salsa.
    2831!
     
    402405
    403406    USE basic_constants_and_equations_mod,                                     &
    404         ONLY:  g, kappa, l_v, r_d
     407        ONLY:  g, kappa, l_v
    405408
    406409    USE biometeorology_mod,                                                    &
Note: See TracChangeset for help on using the changeset viewer.