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

    r3641 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! 3641 2018-12-23 22:10:01Z knoop
    2730! Initial implementation of the PALM module interface
    2831!
     
    5356              plant_canopy,                                                    &
    5457              salsa,                                                           &
    55               surface_data_output,                                             &
     58              surface_output,                                                  &
    5659              syn_turb_gen,                                                    &
    5760              urban_surface,                                                   &
     
    204207              spectra_header
    205208
    206    USE surface_output_mod,                                                     &
    207        ONLY:  surface_output_parin,                                            &
    208               surface_output_check_parameters
     209   USE surface_data_output_mod,                                                &
     210       ONLY:  surface_data_output_parin,                                       &
     211              surface_data_output_check_parameters
    209212
    210213   USE synthetic_turbulence_generator_mod,                                     &
     
    368371   CALL salsa_parin
    369372   CALL spectra_parin
    370    CALL surface_output_parin
     373   CALL surface_data_output_parin
    371374   CALL stg_parin
    372375   CALL user_parin ! ToDo: make user code a single Fortran module
     
    401404   IF ( salsa )                CALL salsa_check_parameters
    402405   IF ( calculate_spectra )    CALL spectra_check_parameters
    403    IF ( surface_data_output )  CALL surface_output_check_parameters
     406   IF ( surface_output )       CALL surface_data_output_check_parameters
    404407   IF ( syn_turb_gen )         CALL stg_check_parameters
    405408   IF ( urban_surface )        CALL usm_check_parameters
Note: See TracChangeset for help on using the changeset viewer.