Ignore:
Timestamp:
Feb 27, 2019 8:18:02 AM (5 years ago)
Author:
raasch
Message:

unused variables removed from rrd-subroutines parameter list

File:
1 edited

Legend:

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

    r3766 r3767  
    2525! -----------------
    2626! $Id$
     27! unused variables removed from rrd-subroutines parameter list
     28!
     29! 3766 2019-02-26 16:23:41Z raasch
    2730! first argument removed from module_interface_rrd_*
    2831!
     
    17911794!
    17921795!--                Read restart data of surfaces
    1793                    IF ( .NOT. found ) CALL surface_rrd_local( i, k, nxlf,      &
    1794                                            nxlc, nxl_on_file, nxrf, nxrc,      &
    1795                                            nxr_on_file, nynf, nync,            &
     1796                   IF ( .NOT. found ) CALL surface_rrd_local( k, nxlf,         &
     1797                                           nxlc, nxl_on_file, nxrf,            &
     1798                                           nxr_on_file, nynf,                  &
    17961799                                           nyn_on_file, nysf, nysc,            &
    17971800                                           nys_on_file, found )
     
    18001803!--                Read restart data of other modules
    18011804                   IF ( .NOT. found ) CALL module_interface_rrd_local(         &
    1802                                            i, k,                               &
     1805                                           k,                                  &
    18031806                                           nxlf, nxlc, nxl_on_file,            &
    18041807                                           nxrf, nxrc, nxr_on_file,            &
Note: See TracChangeset for help on using the changeset viewer.