Ignore:
Timestamp:
Jan 29, 2019 7:51:41 PM (5 years ago)
Author:
suehring
Message:

Revision of virtual-measurement module and data output enabled. Further, post-processing tool added to merge distributed virtually sampled data and to output it into NetCDF files.

File:
1 edited

Legend:

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

    r3685 r3704  
    2323! Current revisions:
    2424! ------------------
    25 !
     25! make nzb_wall public, required for virtual-measurements
    2626!
    2727! Former revisions:
     
    11501150!-- Public parameters, constants and initial values
    11511151    PUBLIC usm_anthropogenic_heat, usm_material_model, usm_wall_mod,           &
    1152            usm_green_heat_model, building_pars,  &
    1153            nzt_wall, t_wall_h, t_wall_v,         &
     1152           usm_green_heat_model, building_pars,                                &
     1153           nzb_wall, nzt_wall, t_wall_h, t_wall_v,                             &
    11541154           t_window_h, t_window_v, building_type
    11551155
     
    74697469        IMPLICIT NONE
    74707470
    7471         INTEGER(iwp)                          :: i, j, k, l, m   !< running indices
     7471        INTEGER(iwp) :: i, j, k, l, m   !< running indices
    74727472       
    74737473        INTEGER(iwp) ::  i_off     !< offset to determine index of surface element, seen from atmospheric grid point, for x
Note: See TracChangeset for help on using the changeset viewer.