Changeset 2239


Ignore:
Timestamp:
Jun 1, 2017 12:04:51 PM (7 years ago)
Author:
suehring
Message:

Bugfix xy-output of land-surface variables

File:
1 edited

Legend:

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

    r2233 r2239  
    2525! -----------------
    2626! $Id$
     27! Bugfix xy-output of land-surface variables
     28!
     29! 2233 2017-05-30 18:08:54Z suehring
    2730!
    2831! 2232 2017-05-30 17:47:52Z suehring
     
    19141917
    19151918             ns_do = 1
    1916              DO WHILE ( section(ns_do,1) /= -9999  .AND.  ns <= nzs )
     1919             DO WHILE ( section(ns_do,1) /= -9999  .AND.  ns_do < nzs )
    19171920                ns_do = ns_do + 1
    19181921             ENDDO
Note: See TracChangeset for help on using the changeset viewer.