Ignore:
Timestamp:
Apr 15, 2020 10:20:51 AM (4 years ago)
Author:
raasch
Message:

last bugfix deactivated because of compile problems, files re-formatted to follow the PALM coding standard

File:
1 edited

Legend:

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

    r4481 r4497  
    11!> @file user_init_urban_surface.f90
    2 !------------------------------------------------------------------------------!
     2!--------------------------------------------------------------------------------------------------!
    33! This file is part of the PALM model system.
    44!
    5 ! PALM is free software: you can redistribute it and/or modify it under the
    6 ! terms of the GNU General Public License as published by the Free Software
    7 ! Foundation, either version 3 of the License, or (at your option) any later
    8 ! version.
     5! PALM is free software: you can redistribute it and/or modify it under the terms of the GNU General
     6! Public License as published by the Free Software Foundation, either version 3 of the License, or
     7! (at your option) any later version.
    98!
    10 ! PALM is distributed in the hope that it will be useful, but WITHOUT ANY
    11 ! WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
    12 ! A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
     9! PALM is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the
     10! implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
     11! Public License for more details.
    1312!
    14 ! You should have received a copy of the GNU General Public License along with
    15 ! PALM. If not, see <http://www.gnu.org/licenses/>.
     13! You should have received a copy of the GNU General Public License along with PALM. If not, see
     14! <http://www.gnu.org/licenses/>.
    1615!
    17 ! Copyright 2015-2020  Technical University in Prague
    1816! Copyright 1997-2020 Leibniz Universitaet Hannover
    19 !--------------------------------------------------------------------------------!
     17!--------------------------------------------------------------------------------------------------!
     18!
    2019!
    2120! Current revisions:
     
    2625! -----------------
    2726! $Id$
     27! file re-formatted to follow the PALM coding standard
     28!
     29!
     30! 4481 2020-03-31 18:55:54Z maronga
    2831! Corrected "Former revisions" section
    29 ! 
     32!
    3033! 3768 2019-02-27 14:35:58Z raasch
    3134! unused variables commented out to avoid compiler warnings
    32 ! 
     35!
    3336! 3655 2019-01-07 16:51:22Z knoop
    3437! Corrected "Former revisions" section
    35 ! 
     38!
    3639! 2007 2016-08-24 15:47:17Z kanani
    3740! Initial revision
     
    4144! ------------
    4245!> Execution of user-defined actions to initiate the urban surface model
    43 !------------------------------------------------------------------------------!
     46!--------------------------------------------------------------------------------------------------!
    4447 SUBROUTINE user_init_urban_surface
    4548
    4649    USE arrays_3d
    47    
    48 !    USE control_parameters,                                                    &
     50
     51!    USE control_parameters,                                                                        &
    4952!        ONLY:  urban_surface
    50    
     53
    5154    USE indices
    52    
     55
    5356    USE kinds
    5457
    5558    USE urban_surface_mod
    5659
    57     USE surface_mod   
    58    
     60    USE surface_mod
     61
    5962    USE user
    6063
Note: See TracChangeset for help on using the changeset viewer.