Ignore:
Timestamp:
Feb 25, 2019 3:31:42 PM (5 years ago)
Author:
raasch
Message:

unused variables removed, OpenACC directives re-formatted, statements added to avoid compiler warnings

File:
1 edited

Legend:

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

    r3735 r3761  
    2525! -----------------
    2626! $Id$
     27! unused variables removed
     28!
     29! 3735 2019-02-12 09:52:40Z dom_dwd_user
    2730! Passing variable j (averaged output?) to
    2831! module_interface.f90:chem_check_data_output.
     
    843846    INTEGER(iwp) ::  netcdf_data_format_save         !< initial value of netcdf_data_format
    844847    INTEGER(iwp) ::  position                        !< index position of string
    845     INTEGER(iwp) ::  lsp                             !< running index for chem spcs.
    846848
    847849    LOGICAL     ::  found                            !< flag, true if output variable is already marked for averaging
    848850
    849851    REAL(wp)    ::  dt_spinup_max                    !< maximum spinup timestep in nested domains
    850     REAL(wp)    ::  dum                              !< dummy variable
    851852    REAL(wp)    ::  gradient                         !< local gradient
    852853    REAL(wp)    ::  remote = 0.0_wp                  !< MPI id of remote processor
Note: See TracChangeset for help on using the changeset viewer.