Changeset 4048 for palm/trunk/SOURCE/init_3d_model.f90
- Timestamp:
- Jun 21, 2019 9:00:21 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/init_3d_model.f90
r4028 r4048 693 693 694 694 USE transpose_indices 695 696 USE turbulence_closure_mod, &697 ONLY: tcm_init_arrays, tcm_init698 695 699 696 IMPLICIT NONE … … 1052 1049 1053 1050 ! 1054 !-- Initialize arrays for turbulence closure1055 CALL tcm_init_arrays1056 !1057 1051 !-- Initialize surface arrays 1058 1052 CALL init_surface_arrays … … 1862 1856 CALL message( 'init_3d_model', 'PA0193', 1, 2, 0, 6, 0 ) 1863 1857 ENDIF 1864 1865 !1866 !-- Initialize TKE, Kh and Km1867 CALL tcm_init1868 1858 1869 1859
Note: See TracChangeset
for help on using the changeset viewer.