Ignore:
Timestamp:
Apr 26, 2019 3:38:02 PM (5 years ago)
Author:
kanani
Message:

Enable time-averaged output of theta_2m* with restarts

File:
1 edited

Legend:

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

    r3668 r3936  
    2525! -----------------
    2626! $Id$
     27! Enable time-averaged output of theta_2m* with restarts
     28!
     29! 3668 2019-01-14 12:49:24Z maronga
    2730! Implementation of the PALM module interface
    2831!
     
    973976       ENDIF
    974977
     978       IF ( ALLOCATED( pt_2m_av ) )  THEN
     979          CALL wrd_write_string( 'pt_2m_av' )
     980          WRITE ( 14 )  pt_2m_av
     981       ENDIF
     982
    975983       IF ( humidity )  THEN
    976984
Note: See TracChangeset for help on using the changeset viewer.