Ignore:
Timestamp:
Feb 7, 2019 10:11:02 AM (6 years ago)
Author:
raasch
Message:

modifications to avoid compiler warnings about unused variables, temperton-fft: GOTO statements replaced, file re-formatted corresponding to coding standards, ssh-calls for compilations on remote systems modified to avoid output of login messages on specific systems changed again (palmbuild, reverted as before r3549), error messages for failed restarts extended (palmrun)

File:
1 edited

Legend:

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

    r3655 r3725  
    2525! -----------------
    2626! $Id$
     27! unused variables removed
     28!
     29! 3655 2019-01-07 16:51:22Z knoop
    2730! nopointer option removed
    2831!
     
    160163
    161164       USE indices,                                                            &
    162            ONLY:  nxl, nxlg, nxlu, nxr, nxrg, nyn, nyng, nys, nysg, nzb,       &
    163                   nzt
     165           ONLY:  nxl, nxlu, nxr, nyn, nys, nzb, nzt
    164166
    165167
     
    251253
    252254       USE indices,                                                            &
    253            ONLY:  nxlg, nxrg, nyng, nysg, nzb, nzt
     255           ONLY:  nzb, nzt
    254256
    255257       IMPLICIT NONE
Note: See TracChangeset for help on using the changeset viewer.