Changes between Version 1 and Version 2 of doc/app/examples/lsf


Ignore:
Timestamp:
Nov 1, 2013 2:15:47 PM (11 years ago)
Author:
heinze
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/examples/lsf

    v1 v2  
    1 Runs with nudging \\\\
    2 Details will follow
     1=== Runs with nudging ===
     2
     3Using 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...
     10NUDGING_DATA             in:locopt     d3#:d3f  $base_data/$fname/INPUT    _nudge
     11LSF_DATA                 in:locopt     d3#:d3f  $base_data/$fname/INPUT    _lsf
     12...
     13}}}