Changeset 2951 for palm/trunk/SOURCE/pmc_interface_mod.f90
- Timestamp:
- Apr 6, 2018 9:05:08 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/pmc_interface_mod.f90
r2938 r2951 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Add log_point_s for pmci_model_configuration 28 ! 29 ! 2938 2018-03-27 15:52:42Z suehring 27 30 ! - Nesting for RANS mode implemented 28 31 ! - Interpolation of TKE onto child domain only if both parent and child are … … 743 746 744 747 CALL location_message( 'setup the nested model configuration', .FALSE. ) 748 CALL cpu_log( log_point_s(79), 'pmci_model_config', 'start' ) 745 749 ! 746 750 !-- Compute absolute coordinates for all models … … 763 767 CLOSE( 90 ) 764 768 769 CALL cpu_log( log_point_s(79), 'pmci_model_config', 'stop' ) 765 770 CALL location_message( 'finished', .TRUE. ) 766 771
Note: See TracChangeset
for help on using the changeset viewer.