Changeset 175 for palm/trunk/SOURCE


Ignore:
Timestamp:
Jul 8, 2008 8:29:06 AM (16 years ago)
Author:
steinfeld
Message:

NCL scripts for spectra added. Bug fix concerning spectra in netcdf.f90

Location:
palm/trunk/SOURCE
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/CURRENT_MODIFICATIONS

    r167 r175  
    7777Errors:
    7878------
     79Bugfix: Determination of the number of vertical levels for which spectra
     80shall be output - 100 replaced by 10. (netcdf)
     81
    7982Bugfix: Lengths of those characters that are needed for the output of the
    8083characteristic levels of potential temperature, the geostrophic wind,
  • palm/trunk/SOURCE/netcdf.f90

    r144 r175  
    77! Current revisions:
    88! ------------------
     9! bug fix in the determination of the number of output heights for spectra
     10!
    911! user-defined spectra
    1012!
     
    30573059!--       shall be output
    30583060          ns = 1
    3059           DO WHILE ( comp_spectra_level(ns) /= 999999  .AND.  ns <= 100 )
     3061          DO WHILE ( comp_spectra_level(ns) /= 999999  .AND.  ns <= 10 )
    30603062             ns = ns + 1
    30613063          ENDDO
Note: See TracChangeset for help on using the changeset viewer.