Ignore:
Timestamp:
Mar 19, 2018 8:56:40 AM (6 years ago)
Author:
Giersch
Message:

new procedure for reading/writing svf data, initialization of local variable ids

File:
1 edited

Legend:

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

    r2894 r2906  
    2626! -----------------
    2727! $Id$
     28! Local variable ids has to be initialized with a value of -1 in
     29! usm_average_3d_data
     30!
     31! 2894 2018-03-15 09:17:58Z Giersch
    2832! Calculations of the index range of the subdomain on file which overlaps with
    2933! the current subdomain are already done in read_restart_data_mod,
     
    11771181
    11781182!--     find the real name of the variable
     1183        ids = -1
    11791184        var = TRIM(variable)
    11801185        DO i = 0, nd-1
Note: See TracChangeset for help on using the changeset viewer.