Changes between Version 12 and Version 13 of doc/app/examples/lsf


Ignore:
Timestamp:
Jan 29, 2018 3:38:03 PM (7 years ago)
Author:
kanani
Comment:

--

Legend:

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

    v12 v13  
    11=== Runs with large scale forcing and nudging ===
    22
    3 Using large scale forcing and nudging in a PALM simulation requires to provide large scale forcing and nudging 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#LSF_DATA LSF_DATA] and [../../iofiles#NUDGING_DATA NUDGING_DATA] respectively. In addition, the PALM configuration file .mrun.config has to be extended for the following two lines
     3Using large scale forcing and nudging in a PALM simulation requires to provide large scale forcing and nudging 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#LSF_DATA LSF_DATA] and [../../iofiles#NUDGING_DATA NUDGING_DATA] respectively. In addition, the PALM configuration file .palm.config.<configuration identifier> has to be extended for the following two lines
    44{{{
    55...
     
    88#----------------------------------------------------------------------------
    99...
    10 NUDGING_DATA             in:locopt     d3#:d3f  $base_data/$fname/INPUT    _nudge
    11 LSF_DATA                 in:locopt     d3#:d3f  $base_data/$fname/INPUT    _lsf
     10NUDGING_DATA             inopt:tr   d3#:d3r  $base_data/$fname/INPUT    _nudge
     11LSF_DATA                 inopt:tr   d3#:d3r  $base_data/$fname/INPUT    _lsf
    1212...
    1313}}}