Changeset 4149 for palm/trunk


Ignore:
Timestamp:
Aug 8, 2019 2:02:18 PM (5 years ago)
Author:
suehring
Message:

palm_csd: bugfix in dimension of building_pars

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/palm_csd

    r3955 r4149  
    2525# -----------------
    2626# $Id$
     27# Bugfix, nbuilding_pars was 1 element to small
     28#
     29# 3955 2019-05-07 09:55:25Z maronga
    2730# Bugfix in preparaing of green roofs
    2831# Bugfix: remove LAI for bare soils
     
    888891      x = nc_read_from_file_2d_all(filename[i], 'x')
    889892      y = nc_read_from_file_2d_all(filename[i], 'y') 
    890       nbuilding_pars = np.arange(0,46)
     893      nbuilding_pars = np.arange(0,47)
    891894      building_pars = np.ones((len(nbuilding_pars),len(y),len(x)))
    892895      building_pars[:,:,:] = fillvalues["building_pars"]
Note: See TracChangeset for help on using the changeset viewer.