Changeset 3988 for palm/trunk/SOURCE/read_restart_data_mod.f90
- Timestamp:
- May 22, 2019 11:32:37 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/read_restart_data_mod.f90
r3936 r3988 25 25 ! ----------------- 26 26 ! $Id$ 27 ! + time_virtual_measurement (to enable steering of output interval) 28 ! 29 ! 3936 2019-04-26 15:38:02Z kanani 27 30 ! Enable time-averaged output of theta_2m* with restarts 28 31 ! … … 167 170 USE vertical_nesting_mod, & 168 171 ONLY: vnest_init 172 173 USE virtual_measurement_mod, & 174 ONLY: time_virtual_measurement 169 175 170 176 … … 670 676 CASE ( 'time_utc_init' ) 671 677 READ ( 13 ) time_utc_init 678 CASE ( 'time_virtual_measurement' ) 679 READ ( 13 ) time_virtual_measurement 672 680 CASE ( 'timestep_scheme' ) 673 681 READ ( 13 ) timestep_scheme
Note: See TracChangeset
for help on using the changeset viewer.