Ignore:
Timestamp:
May 22, 2019 11:32:37 AM (5 years ago)
Author:
kanani
Message:

enable steering of output interval for virtual measurements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/write_restart_data_mod.f90

    r3936 r3988  
    2525! -----------------
    2626! $Id$
     27! + time_virtual_measurement (to enable steering of output interval)
     28!
     29! 3936 2019-04-26 15:38:02Z kanani
    2730! Enable time-averaged output of theta_2m* with restarts
    2831!
     
    135138        ONLY:  vnest_init
    136139
     140    USE virtual_measurement_mod,                                               &
     141        ONLY:  time_virtual_measurement
     142
    137143
    138144    IMPLICIT NONE
     
    713719       WRITE ( 14 )  time_utc_init
    714720
     721       CALL wrd_write_string( 'time_virtual_measurement' )
     722       WRITE ( 14 )  time_virtual_measurement
     723
    715724       CALL wrd_write_string( 'timestep_scheme' )
    716725       WRITE ( 14 )  timestep_scheme
Note: See TracChangeset for help on using the changeset viewer.