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

    r3655 r3665  
    2525! -----------------
    2626! $Id$
     27! Statement added to prevent compiler warning about unused variable
     28!
     29! 3655 2019-01-07 16:51:22Z knoop
    2730! Move the control parameter "salsa" from salsa_mod to control_parameters
    2831! (M. Kurppa)
     
    67776780    INTEGER, INTENT(IN)           :: errno
    67786781    INTEGER, INTENT(OUT)          :: id
     6782    INTEGER                       :: idum  !< dummy variable used to avoid compiler warnings about unused variables
    67796783    LOGICAL, INTENT(IN)           :: parallel
    67806784
     6785!
     6786!-- Next line is just to avoid compiler warning about unused variable
     6787    IF ( parallel )  idum = 0
    67816788
    67826789!
Note: See TracChangeset for help on using the changeset viewer.