Ignore:
Timestamp:
May 22, 2019 6:08:09 PM (5 years ago)
Author:
suehring
Message:

new module for diagnostic output quantities added + output of turbulence intensity

File:
1 edited

Legend:

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

    r3988 r3994  
    2525! -----------------
    2626! $Id$
     27! output of turbulence intensity added
     28!
     29! 3988 2019-05-22 11:32:37Z kanani
    2730! + time_virtual_measurement (to enable steering of output interval)
    2831!
     
    9295        ONLY:  day_of_year_init, time_utc_init
    9396
     97    USE diagnostic_output_quantities_mod,                                      &
     98        ONLY:  ti_av
     99
    94100    USE grid_variables,                                                        &
    95101        ONLY:  dx, dy
     
    10761082       ENDIF
    10771083
     1084       IF ( ALLOCATED( ti_av ) )  THEN
     1085          CALL wrd_write_string( 'ti_av' )
     1086          WRITE ( 14 )  ti_av
     1087       ENDIF
     1088
    10781089       IF ( ALLOCATED( ts_av ) )  THEN
    10791090          CALL wrd_write_string( 'ts_av' )
Note: See TracChangeset for help on using the changeset viewer.