Changeset 3767 for palm/trunk/SOURCE/salsa_mod.f90
- Timestamp:
- Feb 27, 2019 8:18:02 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/salsa_mod.f90
r3685 r3767 26 26 ! ----------------- 27 27 ! $Id$ 28 ! unused variable for file index removed from rrd-subroutines parameter list 29 ! 30 ! 3685 2019-01-21 01:02:11Z knoop 28 31 ! Some interface calls moved to module_interface + cleanup 29 32 ! … … 2032 2035 !> This routine reads the respective restart data. 2033 2036 !------------------------------------------------------------------------------! 2034 SUBROUTINE salsa_rrd_local( i, k, nxlf, nxlc, nxl_on_file, nxrf, nxrc,&2037 SUBROUTINE salsa_rrd_local( k, nxlf, nxlc, nxl_on_file, nxrf, nxrc, & 2035 2038 nxr_on_file, nynf, nync, nyn_on_file, nysf, & 2036 2039 nysc, nys_on_file, tmp_3d, found ) … … 2043 2046 INTEGER(iwp) :: c !< 2044 2047 INTEGER(iwp) :: g !< 2045 INTEGER(iwp) :: i !<2046 2048 INTEGER(iwp) :: k !< 2047 2049 INTEGER(iwp) :: nxlc !<
Note: See TracChangeset
for help on using the changeset viewer.