Ignore:
Timestamp:
Oct 30, 2018 8:05:07 PM (5 years ago)
Author:
kanani
Message:

Implement indoor climate and energy demand model

File:
1 edited

Legend:

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

    r3449 r3469  
    2828! -----------------
    2929! $Id$
     30! Add missing PUBLIC variables for new indoor model
     31!
     32! 3449 2018-10-29 19:36:56Z suehring
    3033! Bugfix: Fix average arrays allocations in usm_average_3d_data (J.Resler)
    3134! Bugfix: Fix reading wall temperatures (J.Resler)
     
    12511254!-- Public parameters, constants and initial values
    12521255    PUBLIC usm_anthropogenic_heat, usm_material_model, usm_wall_mod,           &
    1253            usm_green_heat_model, usm_temperature_near_surface, building_pars
     1256           usm_green_heat_model, usm_temperature_near_surface, building_pars,  &
     1257           nzt_wall, t_surf_10cm_h, t_surf_10cm_v, t_wall_h, t_wall_v,         &
     1258           t_window_h, t_window_v, building_type
    12541259
    12551260
Note: See TracChangeset for help on using the changeset viewer.