Ignore:
Timestamp:
Apr 6, 2016 3:44:20 PM (8 years ago)
Author:
maronga
Message:

further modularization of land surface model

File:
1 edited

Legend:

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

    r1816 r1817  
    1919! Current revisions:
    2020! ------------------
    21 !
     21! Renamed lsm calls.
    2222!
    2323! Former revisions:
     
    6969!
    7070! 1551 2015-03-03 14:18:16Z maronga
    71 ! Allocation of land surface arrays is now done in the subroutine init_lsm_arrays,
     71! Allocation of land surface arrays is now done in the subroutine lsm_init_arrays,
    7272! which is part of land_surface_model.
    7373!
     
    266266
    267267    USE land_surface_model_mod,                                                &
    268         ONLY:  init_lsm, init_lsm_arrays, land_surface
     268        ONLY:  lsm_init, lsm_init_arrays, land_surface
    269269 
    270270    USE ls_forcing_mod
     
    678678!-- Allocate land surface model arrays
    679679    IF ( land_surface )  THEN
    680        CALL init_lsm_arrays
     680       CALL lsm_init_arrays
    681681    ENDIF
    682682
     
    16651665    IF ( land_surface )  THEN
    16661666       CALL location_message( 'initializing land surface model', .FALSE. )
    1667        CALL init_lsm
     1667       CALL lsm_init
    16681668       CALL location_message( 'finished', .TRUE. )
    16691669    ENDIF
Note: See TracChangeset for help on using the changeset viewer.