SUBROUTINE user_init_land_surface !--------------------------------------------------------------------------------! ! This file is part of PALM. ! ! PALM is free software: you can redistribute it and/or modify it under the terms ! of the GNU General Public License as published by the Free Software Foundation, ! either version 3 of the License, or (at your option) any later version. ! ! PALM is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR ! A PARTICULAR PURPOSE. See the GNU General Public License for more details. ! ! You should have received a copy of the GNU General Public License along with ! PALM. If not, see . ! ! Copyright 1997-2014 Leibniz Universitaet Hannover !--------------------------------------------------------------------------------! ! ! Current revisions: ! ----------------- ! Initial revision ! ! Former revisions: ! ----------------- ! $Id: user_init_land_surface.f90 1496 2014-12-02 17:25:50Z maronga $ ! Description: ! ------------ ! Execution of user-defined actions to initiate the land surface model !------------------------------------------------------------------------------! USE arrays_3d USE control_parameters USE indices USE kinds USE land_surface_model_mod USE user IMPLICIT NONE INTEGER(iwp) :: i !: running index INTEGER(iwp) :: j !: running index ! !-- Here the user-defined grid initializing actions follow: END SUBROUTINE user_init_land_surface