Ignore:
Timestamp:
Mar 3, 2015 2:18:16 PM (9 years ago)
Author:
maronga
Message:

land surface model released

File:
1 edited

Legend:

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

    r1508 r1551  
    2020! Current revisions:
    2121! ------------------
    22 !
     22! Allocation of land surface arrays is now done in the subroutine init_lsm_arrays,
     23! which is part of land_surface_model.
    2324!
    2425! Former revisions:
     
    218219
    219220    USE land_surface_model_mod,                                                &
    220         ONLY:  init_lsm, land_surface
     221        ONLY:  init_lsm, init_lsm_arrays, land_surface
    221222 
    222223    USE ls_forcing_mod
     
    621622
    622623!
     624!-- Allocate land surface model arrays
     625    IF ( land_surface )  THEN
     626       CALL init_lsm_arrays
     627    ENDIF
     628
     629!
    623630!-- Allocate arrays containing the RK coefficient for calculation of
    624631!-- perturbation pressure and turbulent fluxes. At this point values are
Note: See TracChangeset for help on using the changeset viewer.