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

    r3760 r3767  
    2828! -----------------
    2929! $Id$
     30! unused variable for file index removed from rrd-subroutines parameter list
     31!
     32! 3760 2019-02-21 18:47:35Z moh.hefny
    3033! Bugfix: initialized simulated_time before calculating solar position
    3134! to enable restart option with reading in SVF from file(s).
     
    1111711120!> Subroutine reads local (subdomain) restart data
    1111811121!------------------------------------------------------------------------------!
    11119  SUBROUTINE radiation_rrd_local( i, k, nxlf, nxlc, nxl_on_file, nxrf, nxrc,    &
     11122 SUBROUTINE radiation_rrd_local( k, nxlf, nxlc, nxl_on_file, nxrf, nxrc,       &
    1112011123                                nxr_on_file, nynf, nync, nyn_on_file, nysf,    &
    1112111124                                nysc, nys_on_file, tmp_2d, tmp_3d, found )
     
    1113311136    IMPLICIT NONE
    1113411137
    11135     INTEGER(iwp) ::  i               !<
    1113611138    INTEGER(iwp) ::  k               !<
    1113711139    INTEGER(iwp) ::  nxlc            !<
Note: See TracChangeset for help on using the changeset viewer.