- Timestamp:
- Jun 1, 2017 12:04:51 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/netcdf_interface_mod.f90
r2233 r2239 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Bugfix xy-output of land-surface variables 28 ! 29 ! 2233 2017-05-30 18:08:54Z suehring 27 30 ! 28 31 ! 2232 2017-05-30 17:47:52Z suehring … … 1914 1917 1915 1918 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 ) 1917 1920 ns_do = ns_do + 1 1918 1921 ENDDO
Note: See TracChangeset
for help on using the changeset viewer.