Changeset 3472 for palm/trunk/SOURCE/time_integration.f90
- Timestamp:
- Oct 30, 2018 8:43:50 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/time_integration.f90
r3469 r3472 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! 22 ! new module for virtual measurements introduced 23 23 ! 24 24 ! Former revisions: … … 458 458 use_initial_profile_as_reference, & 459 459 use_single_reference_value, uv_exposure, u_gtrans, v_gtrans, & 460 virtual_flight, wind_turbine, ws_scheme_mom, ws_scheme_sca 460 virtual_flight, virtual_measurement, wind_turbine, & 461 ws_scheme_mom, ws_scheme_sca 461 462 462 463 USE cpulog, & … … 581 582 vnest_deallocate, vnest_init, vnest_init_fine, & 582 583 vnest_start_time 584 585 USE virtual_measurement_mod, & 586 ONLY: vm_sampling, vm_time_start 583 587 584 588 IMPLICIT NONE … … 1458 1462 CALL data_output_flight 1459 1463 ENDIF 1464 ! 1465 !-- Take virtual measurements 1466 IF ( virtual_measurement .AND. & 1467 vm_time_start <= time_since_reference_point ) CALL vm_sampling 1460 1468 1461 1469 !
Note: See TracChangeset
for help on using the changeset viewer.