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_pw.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!
     
    125128
    126129       USE indices,                                                            &
    127            ONLY:  nxl, nxlg, nxr, nxrg, nyn, nyng, nys, nysg, nzb, nzt
     130           ONLY:  nxl, nxr, nyn, nys, nzb, nzt
    128131
    129132       USE kinds
     
    192195
    193196       USE indices,                                                            &
    194            ONLY:  nxlg, nxrg, nyng, nysg, nzb, nzt
     197           ONLY:  nzb, nzt
    195198
    196199       USE kinds
Note: See TracChangeset for help on using the changeset viewer.