Changes between Version 13 and Version 14 of doc_old
- Timestamp:
- Dec 13, 2012 4:20:27 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc_old
v13 v14 1 1 [[TracNav(doc/toc|nocollapse)]] 2 = PALM Model Documentation = 3 == PALM: Numerics 2 =PALM Model Documentation = 3 4 == Model decription == 5 === PALM: Numerics 4 6 * Governing equations 5 7 * Subgrid-scale models … … 7 9 * Pressure solver 8 10 * Parallelization 9 * [wiki:doc/tec/advection Advection scheme : Wicker & Skamarock]10 * [wiki:doc/tec/rk3 Time-stepping method : Runge-Kutta]11 * [wiki:doc/tec/advection Advection schemes] 12 * [wiki:doc/tec/rk3 Time-stepping methods] 11 13 12 == PALM: Embedded models14 === PALM: Embedded models 13 15 * [wiki:doc/tec/1dmodel 1D-model] 14 16 * Lagrangian particle model … … 16 18 * Canopy model 17 19 18 == PALM: Other features20 === PALM: Other features 19 21 * PALM Ocean version 20 22 * Atmosphere-ocean coupling 23 ---- 24 == User manual 21 25 22 23 == [wiki:doc/app/jobsteering Steering of interactive / batch runs] 26 === [wiki:doc/app/jobsteering Steering of interactive / batch runs] 24 27 * [wiki:doc/app/jobcontrol Job control with mrun] 25 28 * [wiki:doc/app/configexample Example of a minimum configuration file] … … 28 31 * [wiki:doc/app/packages Optional software packages] 29 32 30 == Model steering33 === Model steering 31 34 * '''[wiki:doc/app/par Parameters]''' 32 35 * [wiki:doc/app/inipar Initialization] … … 45 48 * '''[wiki:doc/app/iofiles Input/Output files]''' 46 49 47 == [wiki:doc/app/examples Steering examples for special setups]50 === [wiki:doc/app/examples Steering examples for special setups] 48 51 * [wiki:doc/app/examples/cbl Minimum set for simulating the CBL] 49 52 * [wiki:doc/app/examples/topo Topography] … … 52 55 * [wiki:doc/app/examples/coupled Coupled atmosphere-ocean runs] 53 56 54 == Data handling/visualization57 === Data handling/visualization 55 58 * '''[wiki:doc/app/netcdf netCDF data output]''' 56 59 * [wiki:doc/app/ncgen Generation of a PALM netCDF file] … … 66 69 * [wiki:doc/app/avs Postprocessing with AVS] 67 70 68 == [wiki:doc/app/errmsg Error messages]71 === [wiki:doc/app/errmsg Error messages] 69 72 * [wiki:doc/app/errmsg#PA0001 PALM standard code (PA****)] 70 73 * [wiki:doc/app/errmsg#UI0001 User interface (UI****)] 71 74 * [wiki:doc/app/errmsg#NC NetCDF (NC****)] 75 ---- 72 76 73 77 == PALM code development … … 75 79 * [wiki:doc/tec/developerrules Rules for developers] 76 80 * [wiki:doc/tec/eclipse Code development with eclipse] 81 * [wiki:doc/tec/bugs Known bugs] 82 * [wiki:doc/tec/gpu OpenACC tests] 83 84 ---- 77 85 78 86 == Machine related informations 79 87 * [wiki:doc/app/machine/kisti IBM-Regatta (KISTI)] 80 88 * [wiki:doc/app/machine/hlrnII SGI-Altix (HLRN)] 81 82 == [wiki:doc/tec/bugs Known bugs]83 84 == [wiki:doc/tec/gpu OpenACC tests]