Changes between Version 12 and Version 13 of doc_old
- Timestamp:
- Dec 13, 2012 4:10:03 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc_old
v12 v13 1 1 [[TracNav(doc/toc|nocollapse)]] 2 2 = 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 3 22 4 23 == [wiki:doc/app/jobsteering Steering of interactive / batch runs] … … 8 27 * [wiki:doc/app/intdbg Interactive mode and debugging] 9 28 * [wiki:doc/app/packages Optional software packages] 29 10 30 == Model steering 11 31 * '''[wiki:doc/app/par Parameters]''' … … 24 44 * [wiki:doc/app/userint/comp Compiling and linking] 25 45 * '''[wiki:doc/app/iofiles Input/Output files]''' 46 26 47 == [wiki:doc/app/examples Steering examples for special setups] 27 48 * [wiki:doc/app/examples/cbl Minimum set for simulating the CBL] … … 30 51 * [wiki:doc/app/examples/ocean Ocean runs] 31 52 * [wiki:doc/app/examples/coupled Coupled atmosphere-ocean runs] 53 32 54 == Data handling/visualization 33 55 * '''[wiki:doc/app/netcdf netCDF data output]''' … … 43 65 * [wiki:doc/app/img2stereo Creating stereo images with img2stereo] 44 66 * [wiki:doc/app/avs Postprocessing with AVS] 67 45 68 == [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 46 78 == Machine related informations 47 79 * [wiki:doc/app/machine/kisti IBM-Regatta (KISTI)] 48 80 * [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 56 82 == [wiki:doc/tec/bugs Known bugs] 83 57 84 == [wiki:doc/tec/gpu OpenACC tests]