Ignore:
Timestamp:
Aug 13, 2008 5:09:26 PM (16 years ago)
Author:
letzel
Message:
  • changed: allow 100 spectra levels instead of 10 for consistency with define_netcdf_header
File:
1 edited

Legend:

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

    r175 r189  
    77! Current revisions:
    88! ------------------
     9! consistently allow 100 spectra levels instead of 10
    910! bug fix in the determination of the number of output heights for spectra
    1011!
     
    30593060!--       shall be output
    30603061          ns = 1
    3061           DO WHILE ( comp_spectra_level(ns) /= 999999  .AND.  ns <= 10 )
     3062          DO WHILE ( comp_spectra_level(ns) /= 999999  .AND.  ns <= 100 )
    30623063             ns = ns + 1
    30633064          ENDDO
Note: See TracChangeset for help on using the changeset viewer.