Changeset 4048 for palm/trunk/SOURCE/check_parameters.f90
- Timestamp:
- Jun 21, 2019 9:00:21 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/check_parameters.f90
r4039 r4048 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Moved tcm_check_data_output to module_interface 28 ! 29 ! 4039 2019-06-18 10:32:41Z suehring 27 30 ! Modularize diagnostic output 28 31 ! … … 833 836 834 837 USE transpose_indices 835 836 USE turbulence_closure_mod, &837 ONLY: tcm_check_parameters, &838 tcm_check_data_output839 838 840 839 USE vertical_nesting_mod, & … … 1505 1504 CALL message( 'check_parameters', 'PA0036', 1, 2, 0, 6, 0 ) 1506 1505 ENDIF 1507 1508 !1509 !-- tcm_check_parameters must be called before all other module calls1510 CALL tcm_check_parameters1511 1506 1512 1507 !-- Check the module settings … … 3134 3129 3135 3130 CASE DEFAULT 3136 3137 CALL tcm_check_data_output( var, unit )3138 3131 ! 3139 3132 !-- Check for other modules
Note: See TracChangeset
for help on using the changeset viewer.