Changes between Version 7 and Version 8 of doc/app/netcdf


Ignore:
Timestamp:
Sep 16, 2010 2:00:36 PM (14 years ago)
Author:
herbort
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/netcdf

    v7 v8  
    77In the following pages, steering of the different data output and how to create plots of the data is described by some examples. Not all details of steering are mentioned. If necessary, these can be found within the description of the respective parameters. For most purposes it should be sufficient to read [wiki:doc/app/ncgen Generation of a PALM netCDF file] and [wiki:doc/app/ncexample Example of a PALM netCDF data set] which explains the PALM-netCDF-output.
    88
    9 
    10 
    119The standard data output of PALM is netCDF (network Common Data Form) in 64-bit offset format. netCDF is an interface to a library of data access functions for storing and retrieving data in the form of arrays. netCDF is an abstraction that supports a view of data as a collection of self-describing, portable objects that can be accessed through a simple interface (protable means that netCDF data files can be read on any machine regardless of where they have been created). Array values may be accessed directly, without knowing details of how the data are stored. Auxiliary information about the data, such as what units are used, may be stored with the data. Generic utilities and application programs can access netCDF datasets (files) and transform, combine, analyze, or display specified fields of the data, e.g. the contents of a netCDF dataset can be viewed using the command '''ncdump''' (see further below). Many (public domain) graphic software has built in interfaces to read netCDF datasets (e.g. '''ferret''' or '''NCL''' ([wiki:doc/app/ncl see here])). The complete netCDF documentation is available from the netCDF homepage ([[http://www.unidata.ucar.edu/software/netcdf/]]). The netCDF tutorial for FORTRAN90 can also be found on our web server.
    1210
     
    1513PALM allows the output of various data (e.g. cross sections, vertical profiles, timeseries, etc.) into different files. The following table gives an overview about the different kind of netCDF output data offered by PALM. Beside the local names of the files, the table also lists the minimum parameter settings which are necessary to switch on the output, as well as the parameters to be used to control the output.
    1614
    17 ||='''Kind of data'''  =||='''Local filename'''  =||='''Parameter settings \\ necessary to switch on output'''  =|| \
     15||='''Kind of data'''  =||='''Local filename'''  =||='''Parameter settings necessary \\ to switch on output'''  =|| \
    1816||='''Further parameters for \\ output control'''  =||
    1917|----------------
     
    6866{{{#!td
    6967data_output_format, data_output_2d_on_each_pe, do2d_at_begin, skip_time_data_output (or skip_time_do2d_xy)
     68}}}
     69|----------------
     70{{{#!td style="vertical-align:top"
     712d cross section (xy), time-averaged
     72}}}
     73{{{#!td style="vertical-align:top"
     74DATA_2D_XY_AV_NETCDF
     75}}}
     76{{{#!td style="vertical-align:top"
     77data_output (or data_output_user), dt_data_output (or dt_data_output_av or dt_do2d_xy), section_xy
     78}}}
     79{{{#!td
     80averaging_interval, dt_averaging_input, data_output_format, data_output_2d_on_each_pe, do2d_at_begin, skip_time_data_output (or skip_time_data_output_av, or skip_time_do2d_xy)
    7081}}}
    7182|----------------
     
    148159}}}
    149160|----------------
    150 {{{#!td style="vertical-align:top"
    151 
    152 }}}
    153 {{{#!td style="vertical-align:top"
    154 
    155 }}}
    156 {{{#!td style="vertical-align:top"
    157 
    158 }}}
    159 {{{#!td
    160 
    161 }}}
    162 |----------------