Ignore:
Timestamp:
Feb 28, 2016 12:45:19 PM (8 years ago)
Author:
raasch
Message:

update of the nested domain system + some bugfixes

File:
1 edited

Legend:

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

    r1763 r1764  
    1919! Current revisions:
    2020! ------------------
    21 !
     21! bugfix: increase size of volume_flow_area_l and volume_flow_initial_l by 1
    2222!
    2323! Former revisions:
     
    302302    INTEGER(iwp), DIMENSION(:,:), ALLOCATABLE ::  ngp_2dh_s_inner_l  !<
    303303
    304     REAL(wp), DIMENSION(1:2) ::  volume_flow_area_l     !<
    305     REAL(wp), DIMENSION(1:2) ::  volume_flow_initial_l  !<
     304    REAL(wp), DIMENSION(1:3) ::  volume_flow_area_l     !<
     305    REAL(wp), DIMENSION(1:3) ::  volume_flow_initial_l  !<
    306306
    307307    REAL(wp), DIMENSION(:), ALLOCATABLE ::  mean_surface_level_height_l    !<
Note: See TracChangeset for help on using the changeset viewer.