Ignore:
Timestamp:
Jan 2, 2019 4:35:46 PM (5 years ago)
Author:
suehring
Message:

Rename surface_output_mod into surface_data_output_mod, same with all corresponding subroutines

File:
1 edited

Legend:

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

    r3636 r3648  
    1515! PALM. If not, see <http://www.gnu.org/licenses/>.
    1616!
    17 ! Copyright 1997-2018 Leibniz Universitaet Hannover
     17! Copyright 1997-2019 Leibniz Universitaet Hannover
    1818!------------------------------------------------------------------------------!
    1919!
     
    2525! -----------------
    2626! $Id$
     27! -surface_data_output +surface_output
     28!
     29! 3636 2018-12-19 13:48:34Z raasch
    2730! nopointer option removed
    2831!
     
    13511354    LOGICAL ::  sloping_surface = .FALSE.                        !< use sloped surface? (namelist parameter alpha_surface)
    13521355    LOGICAL ::  spinup = .FALSE.                                 !< perform model spinup without atmosphere code?
    1353     LOGICAL ::  surface_data_output = .FALSE.                    !< output of surface data
     1356    LOGICAL ::  surface_output = .FALSE.                         !< output of surface data
    13541357    LOGICAL ::  stop_dt = .FALSE.                                !< internal switch to stop the time stepping
    13551358    LOGICAL ::  synchronous_exchange = .FALSE.                   !< namelist parameter
Note: See TracChangeset for help on using the changeset viewer.