Ignore:
Timestamp:
Feb 9, 2018 5:16:39 PM (7 years ago)
Author:
suehring
Message:

Bugfix initialization of %pt_surface array; Output of surface temperature also for default-type surfaces

File:
1 edited

Legend:

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

    r2797 r2798  
    2525! -----------------
    2626! $Id$
     27! Consider also default-type surfaces for surface temperature output.
     28!
     29! 2797 2018-02-08 13:24:35Z suehring
    2730! Enable restarts for land- and urban-surface variables ghf_av, r_a_av and
    2831! tsurf_av.
     
    390393          WRITE ( 14 )  'r_a_av              ';  WRITE ( 14 )  r_a_av
    391394       ENDIF
    392        IF ( ALLOCATED( tsurf_av ) )  THEN
    393           WRITE ( 14 )  'tsurf_av            ';  WRITE ( 14 )  tsurf_av
    394        ENDIF
     395    ENDIF
     396    IF ( ALLOCATED( tsurf_av ) )  THEN
     397       WRITE ( 14 )  'tsurf_av            ';  WRITE ( 14 )  tsurf_av
    395398    ENDIF
    396399
Note: See TracChangeset for help on using the changeset viewer.