| 83 | |
| 84 | |
| 85 | |
| 86 | {{{#!comment |
| 87 | == How to create a new simulation set-up == |
| 88 | |
| 89 | 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: |
| 90 | {{{ |
| 91 | cd ~/palm/current_version |
| 92 | mkdir -p JOBS/neutral/INPUT |
| 93 | cp JOBS/example_cbl/INPUT/example_cbl_p3d JOBS/neutral/INPUT/neutral_p3d |
| 94 | }}} |
| 95 | Edit file {{{neutral_p3d}}} and add, delete, or change parameters. Run your new set-up with |
| 96 | {{{ |
| 97 | palmrun -r neutral -c default -X4 -a "d3#" |
| 98 | }}} |
| 99 | If the run has finished successfully, results can be found in folders {{{JOBS/neutral/MONITORING}}} and {{{JOBS/neutral/OUTPUT}}}. |
| 100 | }}} |