Ignore:
Timestamp:
Jan 10, 2019 8:28:24 AM (5 years ago)
Author:
raasch
Message:

dummy statements added to avoid compiler warnings about unused variables, unused variables removed, ssh-call for submitting batch jobs on remote systems modified again to avoid output of login messages on specific systems

File:
1 edited

Legend:

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

    r3655 r3665  
    2525! -----------------
    2626! $Id$
     27! unused variables removed
     28!
     29! 3655 2019-01-07 16:51:22Z knoop
    2730! nopointer option removed
    2831!
     
    122125
    123126       USE indices,                                                            &
    124            ONLY:  nxl, nxlg, nxr, nxrg, nyn, nyng, nys, nysg, nzb, nzt
     127           ONLY:  nxl, nxr, nyn, nys, nzb, nzt
    125128
    126129       USE kinds
     
    198201
    199202       USE indices,                                                            &
    200            ONLY:  nxlg, nxrg, nyng, nysg, nzb, nzt
     203           ONLY:  nzb, nzt
    201204
    202205       USE kinds
Note: See TracChangeset for help on using the changeset viewer.