Ignore:
Timestamp:
Mar 6, 2014 1:15:21 PM (10 years ago)
Author:
heinze
Message:

enable usage of large_scale subsidence in combination with large_scale_forcing

File:
1 edited

Legend:

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

    r1242 r1299  
    2323! Current revisions:
    2424! ------------------
    25 !
     25! Allocate w_subs due to extension of large scale subsidence in combination
     26! with large scale forcing data (LSF_DATA)
    2627!
    2728! Former revisions:
     
    542543
    543544!
     545!-- 1D-array for large scale subsidence velocity
     546    IF ( large_scale_subsidence )  THEN
     547       ALLOCATE ( w_subs(nzb:nzt+1) )
     548       w_subs = 0.0
     549    ENDIF
     550
     551!
    544552!-- 3D-arrays for the leaf area density and the canopy drag coefficient
    545553    IF ( plant_canopy ) THEN
Note: See TracChangeset for help on using the changeset viewer.