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


Ignore:
Timestamp:
Jun 28, 2019 9:33:49 AM (6 years ago)
Author:
raasch
Comment:

--

Legend:

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

    v4 v5  
    1 == A parameter set for ocean runs ==
     1= Setup for ocean runs =
    22
    3 An example parameter set for ocean runs will follow.
     3Since 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].
     4
     5A 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].
     6
     7In 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)].
     8
     9After 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:
     10{{{
     11  nx = 239,
     12  ny = 239,
     13  end_time =
     14}}}
     15
     16=== References ===
     17
     18* '''[=#noh_etal_2004]Noh, Y., H.S. Min and S. Raasch (2004):''' Large-eddy simulation of the ocean mixed layer: The effects of wave breaking and Langmuir circulation. ''J. Phys. Oceanogr.'', '''34''', 720-735. DOI: [https://doi.org/10.1175/1520-0485(2004)034<0720:LESOTO>2.0.CO;2]
    419 
    520