1 | | Runs with nudging \\\\ |
2 | | Details will follow |
| 1 | === Runs with nudging === |
| 2 | |
| 3 | Using nudging in a PALM simulation requires to provide nudging and large scale forcing data in external files. The file names should have the endings _nudge and _lsf respectively. They have to be placed in the INPUT directory on the host where the simulation will run. The layout of the data in the files is described in [../../iofiles#NUDGING_DATA NUDGING_DATA] and [../../iofiles#LSF_DATA LSF_DATA] respectively. In addtion, the the PALM configuration file .mrun.config has to be extended for the following two lines |
| 4 | {{{ |
| 5 | ... |
| 6 | #---------------------------------------------------------------------------- |
| 7 | # List of input-files |
| 8 | #---------------------------------------------------------------------------- |
| 9 | ... |
| 10 | NUDGING_DATA in:locopt d3#:d3f $base_data/$fname/INPUT _nudge |
| 11 | LSF_DATA in:locopt d3#:d3f $base_data/$fname/INPUT _lsf |
| 12 | ... |
| 13 | }}} |