Changes between Version 12 and Version 13 of doc_old


Ignore:
Timestamp:
Dec 13, 2012 4:10:03 PM (13 years ago)
Author:
maronga
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc_old

    v12 v13  
    11[[TracNav(doc/toc|nocollapse)]]
    22= PALM Model Documentation =
     3==   PALM: Numerics
     4      * Governing equations
     5      * Subgrid-scale models
     6      * Boundary conditions
     7      * Pressure solver
     8      * Parallelization
     9      * [wiki:doc/tec/advection Advection scheme: Wicker & Skamarock]
     10      * [wiki:doc/tec/rk3 Time-stepping method: Runge-Kutta]
     11
     12== PALM: Embedded models
     13      * [wiki:doc/tec/1dmodel 1D-model]
     14      * Lagrangian particle model
     15      * Cloud physics
     16      * Canopy model
     17
     18== PALM: Other features
     19      * PALM Ocean version
     20      * Atmosphere-ocean coupling
     21
    322
    423==  [wiki:doc/app/jobsteering  Steering of interactive / batch runs]
     
    827      * [wiki:doc/app/intdbg         Interactive mode and debugging]
    928      * [wiki:doc/app/packages       Optional software packages]
     29
    1030==   Model steering
    1131      * '''[wiki:doc/app/par  Parameters]'''
     
    2444         * [wiki:doc/app/userint/comp    Compiling and linking]
    2545      * '''[wiki:doc/app/iofiles Input/Output files]'''
     46
    2647==   [wiki:doc/app/examples Steering examples for special setups]
    2748      * [wiki:doc/app/examples/cbl      Minimum set for simulating the CBL]
     
    3051      * [wiki:doc/app/examples/ocean    Ocean runs]
    3152      * [wiki:doc/app/examples/coupled  Coupled atmosphere-ocean runs]
     53
    3254==   Data handling/visualization
    3355      * '''[wiki:doc/app/netcdf  netCDF data output]'''
     
    4365      * [wiki:doc/app/img2stereo Creating stereo images with img2stereo]
    4466      * [wiki:doc/app/avs Postprocessing with AVS]
     67
    4568==   [wiki:doc/app/errmsg  Error messages]
     69      * [wiki:doc/app/errmsg#PA0001 PALM standard code (PA****)]
     70      * [wiki:doc/app/errmsg#UI0001 User interface (UI****)]
     71      * [wiki:doc/app/errmsg#NC NetCDF (NC****)]
     72
     73==   PALM code development
     74      * [wiki:doc/tec/changelog History of changes]
     75      * [wiki:doc/tec/developerrules Rules for developers]
     76      * [wiki:doc/tec/eclipse Code development with eclipse]
     77
    4678==   Machine related informations
    4779      * [wiki:doc/app/machine/kisti  IBM-Regatta (KISTI)]
    4880      * [wiki:doc/app/machine/hlrnII SGI-Altix (HLRN)]
    49 ==   Numerics
    50       * [wiki:doc/tec/1dmodel 1D-model]
    51       * [wiki:doc/tec/advection Advection scheme]
    52       * [wiki:doc/tec/rk3 Runge-Kutta method]
    53 ==   [wiki:doc/tec/eclipse Code development with eclipse]
    54 ==   [wiki:doc/tec/changelog History of changes]
    55       * [wiki:doc/tec/developerrules Rules for developers]
     81
    5682==   [wiki:doc/tec/bugs Known bugs]
     83
    5784==   [wiki:doc/tec/gpu OpenACC tests]