Ignore:
Timestamp:
Jun 21, 2019 9:00:21 PM (5 years ago)
Author:
knoop
Message:

Moved turbulence_closure_mod calls into module_interface

File:
1 edited

Legend:

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

    r4039 r4048  
    2525! -----------------
    2626! $Id$
     27! Moved tcm_check_data_output to module_interface
     28!
     29! 4039 2019-06-18 10:32:41Z suehring
    2730! Modularize diagnostic output
    2831!
     
    833836
    834837    USE transpose_indices
    835 
    836     USE turbulence_closure_mod,                                                &
    837         ONLY:  tcm_check_parameters,                                           &
    838                tcm_check_data_output
    839838
    840839    USE vertical_nesting_mod,                                                  &
     
    15051504       CALL message( 'check_parameters', 'PA0036', 1, 2, 0, 6, 0 )
    15061505    ENDIF
    1507 
    1508 !
    1509 !-- tcm_check_parameters must be called before all other module calls
    1510     CALL tcm_check_parameters
    15111506
    15121507!-- Check the module settings
     
    31343129
    31353130          CASE DEFAULT
    3136 
    3137              CALL tcm_check_data_output( var, unit )
    31383131!
    31393132!--          Check for other modules
Note: See TracChangeset for help on using the changeset viewer.