Changes between Version 12 and Version 13 of doc/app/examples/lsf
- Timestamp:
- Jan 29, 2018 3:38:03 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/examples/lsf
v12 v13 1 1 === Runs with large scale forcing and nudging === 2 2 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.confighas to be extended for the following two lines3 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 .palm.config.<configuration identifier> has to be extended for the following two lines 4 4 {{{ 5 5 ... … … 8 8 #---------------------------------------------------------------------------- 9 9 ... 10 NUDGING_DATA in :locopt d3#:d3f$base_data/$fname/INPUT _nudge11 LSF_DATA in :locopt d3#:d3f$base_data/$fname/INPUT _lsf10 NUDGING_DATA inopt:tr d3#:d3r $base_data/$fname/INPUT _nudge 11 LSF_DATA inopt:tr d3#:d3r $base_data/$fname/INPUT _lsf 12 12 ... 13 13 }}}