Changes between Version 5 and Version 6 of doc/app/examples/ocean


Ignore:
Timestamp:
Jul 4, 2019 12:36:31 PM (6 years ago)
Author:
raasch
Comment:

--

Legend:

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

    v5 v6  
    1 = Setup for ocean runs =
     1= Setup for ocean mixed layer runs =
    22
    33Since revision r3294 the ocean mode of PALM has been modularized and is activated by adding a {{{&ocean_parameters}}} NAMELIST to the Fortran NAMELIST file for model steering (see [wiki:doc/app/par]). A complete list of parameters available for steering the ocean mode is described [wiki:doc/app/oceanpar here].
     
    55A Fortran NAMELIST example file for simulating an ocean mixed layer (OML) can be downloaded from the repository [source:palm/trunk/TESTS/cases/oceanml/INPUT/oceanml_p3d here].
    66
    7 In this example, the Stokes drift is activated (generating a Langmuir circulation) and turbulence generating effects of wave breaking are switched on. The case follows the one described and analyzed by [#noh_etal_2004 Noh et al. (2004)].
     7In this example, the Stokes drift is activated (generating a Langmuir circulation) and turbulence generating effects of wave breaking have been switched on. The case follows the one described and analyzed by [#noh_etal_2004 Noh et al. (2004)].
    88
    9 After downloading the NAMELIST file, some parameters need to be adjusted by manually editing the file in order to adjust to the original Noh et al. (2004) setup. These adjustments are required because the NAMELIST file is used by our testserver for carrying out short test runs with reduced demand of computational resources. Please set the following parameters:
     9After downloading the NAMELIST file, some parameters need to be adjusted manually by editing the file in order to adjust to the original Noh et al. (2004) setup. These adjustments are required because the NAMELIST file is used by our testserver for carrying out short test runs with reduced demand of computational resources. Please set the following parameters:
    1010{{{
    1111  nx = 239,
    1212  ny = 239,
    13   end_time =
     13  end_time = 28800.0,
     14
     15  salinity = .FALSE.,   ! Noh et al. did not consider salinity effects in their simulations
    1416}}}
    1517