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

    r3715 r3767  
    2525! -----------------
    2626! $Id$
     27! unused variable for file index removed from rrd-subroutines parameter list
     28!
     29! 3715 2019-02-04 17:34:55Z suehring
    2730! Revise check for saturation moisture
    2831!
     
    65446547!> Soubroutine reads lsm data from restart file(s)
    65456548!------------------------------------------------------------------------------!
    6546 SUBROUTINE lsm_rrd_local( i, k, nxlf, nxlc, nxl_on_file, nxrf, nxrc,           &
     6549SUBROUTINE lsm_rrd_local( k, nxlf, nxlc, nxl_on_file, nxrf, nxrc,              &
    65476550                          nxr_on_file, nynf, nync, nyn_on_file, nysf, nysc,    &
    65486551                          nys_on_file, tmp_2d, found )
Note: See TracChangeset for help on using the changeset viewer.