Changes between Version 22 and Version 23 of doc/app/par
- Timestamp:
- Jan 7, 2019 5:32:26 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/par
v22 v23 1 = Model steering by parameters =1 = Internal control of PALM by various input files = 2 2 [[TracNav(doc/app/partoc|nocollapse)]] 3 \\\\ 3 \\ 4 The Fortran namelist file {{{mandatory}}}:: An ASCII file listing parameters and their values required for steering the physics, numerics and data output of PALM.\\\\ 5 The static driver {{{optional}}}:: A 3D NetCDF file that might contain the full detail about the land surface structure and texture, such as terrain or building height, material properties, vegetation, etc. (static data).\\\\ 6 The dynamic driver {{{optional}}}:: A 2D/3D NetCDF file containing initial and boundary conditions as well as atmospheric forcing data from numerical weather prediction model, such as large-scale forcing of temperature, humidity and wind (dynamic data).\\\\ 7 8 Further information about the available files can be found in the [wiki:doc/app/iofiles list of input files], and the detailed description of [wiki:doc/app/iofiles/pids static and dynamic drivers]. 9 10 == The Fortran namelist file == 11 {{{PARIN | <run_identifier>_p3d}}}\\\\ 4 12 Before carrying out a model run, the user has to determine the model parameters. These data are assigned with the help of so-called "''namelist-driven input''" (Fortran - namelist– input). The chosen values of the model parameters are written into an ASCII file with fixed format, which is expected by the model as an input file under the local name PARIN. On this file the parameters are represented by their variable names they have in the model. These parameters can be assigned one or more values, depending on the type and size the variable has. The following example shows the format of the file [../iofiles#PARIN PARIN]:\\\\ 5 13 {{{