Changes between Version 20 and Version 21 of doc/app/palmrun
- Timestamp:
- Apr 27, 2018 1:39:03 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/palmrun
v20 v21 181 181 --> palmrun finished 182 182 }}} 183 You should find the output files at their respective positions as listed in the terminal output. Most of PALM's output files are written in NetCDF format . Please see here (add link) for a complete list of different output data/files that PALM offers. Section ..... describes how to steer PALM's output (e.g. output quantities, output intervals, etc.).183 You should find the output files at their respective positions as listed in the terminal output. Most of PALM's output files are written in NetCDF format and are copied to subdirectory {{{OUTPUT}}}. Some general information files are written in ASCII format and are copied to folder {{{MONITORING}}}. Please see here (add link) for a complete list of different output data/files that PALM offers. Section ..... describes how to steer PALM's output (e.g. output quantities, output intervals, etc.). 184 184 185 185 You are now at the point where you can define and run your own simulation set-up for the first time. 186 187 == How to create a new simulation set-up 188 189 First give your new set-up a name to be used as the run identifier, e.g. {{{neutral}}}. Create a new parameter file and set all parameters required for defining your set-up (number of grid points, grid spacing, etc.) . You may find it more convenient to use an existing parameter file and modify it, e.g. the one which has come with the automatic installation: 190 {{{ 191 cd ~/palm/current_version 192 mkdir -p JOBS/neutral/INPUT 193 cp JOBS/example_cbl/INPUT/example_cbl_p3d JOBS/neutral/INPUT/neutral_p3d 194 }}} 195 Edit file {{{neutral_p3d}}} and add, delete, or change parameters. Run your new set-up with 196 {{{ 197 palmrun -d neutral -h default -X4 -a "d3#" 198 }}} 186 199 187 200 \\\\\\