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/palm.f90

    r3524 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! Rename subroutines for surface-data output
     28!
     29! 3524 2018-11-14 13:36:44Z raasch
    2730! unused variable removed
    2831!
     
    321324               pmci_modelconfiguration, pmci_parent_initialize
    322325               
    323     USE surface_output_mod,                                                    &
    324         ONLY:  surface_output_last_action
     326    USE surface_data_output_mod,                                               &
     327        ONLY:  surface_data_output_last_action
    325328
    326329    USE write_restart_data_mod,                                                &
     
    578581!
    579582!-- Last actions for surface output, for instantaneous and time-averaged data
    580     CALL surface_output_last_action( 0 )
    581     CALL surface_output_last_action( 1 )
     583    CALL surface_data_output_last_action( 0 )
     584    CALL surface_data_output_last_action( 1 )
    582585
    583586!
Note: See TracChangeset for help on using the changeset viewer.