Version 5 (modified by raasch, 6 years ago) (diff) |
---|
Ocean Mode Parameters
TracNav
Core Parameters
Module Parameters
- Agent system
- Aerosol (Salsa)
- Biometeorology
- Bulk cloud physics
- Chemistry
- FASTv8
- Indoor climate
- Land surface
- Nesting
- Nesting (offline)
- Ocean
- Particles
- Plant canopy
- Radiation
- Spectra
- Surface output
- Synthetic turbulence
- Turbulent inflow
- Urban surface
- User-defined
- Virtual flights
- Virtual measurements
- Wind turbine
- Alphabetical list (outdated!)
This page is part of the Ocean mode documentation.
Since revision r3303 the ocean mode has been
modularized and has an own parameter namelist.
It contains a listing of all PALM input parameters used to steer the ocean mode.
For an overview of all ocean-mode-related pages, see the ocean mode main page.
NAMELIST group name: ocean_parameters
Parameter Name | FORTRAN Type | Default Value | Explanation |
---|---|---|---|
bc_sa_t | C*20 | 'neumann' |
Top boundary condition of the salinity. |
bottom_salinityflux | R | 0.0 |
Kinematic salinity flux near the surface (in psu m/s). |
salinity | L | .T. | Parameter to switch on/off calculation of salinity equation. You may set salinity = .FALSE. in case of ocean mixed layer studies (where the turbulent layer is shallow), in order to save CPU time. In that case, a constant salinity as given by sa_surface is assumed when calculating the equation of state. In case of salinity = .F. non-zero values for parameters bottom_salinityflux and top_salinityflux are not allowed. |
sa_surface | R | 35.0 |
Surface salinity (in psu). |
sa_vertical_gradient | R(10) | 10 * 0.0 |
Salinity gradient(s) of the initial salinity profile (in psu / 100 m).
That defines the salinity to be constant down to z = -500.0 m with a salinity given by sa_surface. For -500.0 m < z <= -1000.0 m the salinity gradient is 1.0 psu / 100 m and for z < -1000.0 m down to the bottom boundary it is 0.5 psu / 100 m (it is assumed that the assigned height levels correspond with uv levels). |
sa_vertical_gradient_level | R(10) | 10 * 0.0 |
Height level from which on the salinity gradient defined by sa_vertical_gradient is effective (in m). |
stokes_waveheight | R | 0.0 | Parameter to switch on and set the effects of Langmuir circulation in PALM's ocean mode. The effects of Langmuir circulation are considered in PALM by the Craik-Leibovich vortex force and the Stokes drift velocity, as described in Noh et al. (2004), JPO. In order to switch these effects on, you need to set both parameters, stokes_waveheight as well as stokes_wavelength to a non-zero positive value. stokes_waveheight sets the height of the ocean surface waves to be used for calculating the vertical profile of the Stokes drift velocity. The direction of the Stokes drift velocity is derived from parameters top_momentumflux_u and top_momentumflux_v, which define the wind stress at the ocean surface. |
stokes_wavelength | R | 0.0 | Parameter to switch on and set the effects of Langmuir circulation in PALM's ocean mode. The effects of Langmuir circulation are considered in PALM by the Craik-Leibovich vortex force and the Stokes drift velocity, as described in Noh et al. (2004), JPO. In order to switch these effects on, you need to set both parameters, stokes_wavelength as well as stokes_waveheight to a non-zero positive value. stokes_wavelength sets the wave length of the ocean surface waves to be used for calculating the vertical profile of the Stokes drift velocity. The direction of the Stokes drift velocity is derived from parameters top_momentumflux_u and top_momentumflux_v, which define the wind stress at the ocean surface. |
top_salinityflux | R |
no prescribed |
Kinematic salinity flux at the top boundary, i.e. the sea surface (in psu m/s). |
wall_salinityflux | R(0:5) | 6 * 0.0 |
Prescribed kinematic salinity flux in Psu m/s at the six topography faces: |
wave_breaking | L | .F. | Parameter to switch on turbulence generation by wave breaking. You need to set wave_breaking = .T. to switch on turbulence generation by wave breaking at the ocean surface. This way, random perturbation are added to the horizontal velocity components at the top model layer (k = nzt). The parameterization is realized as described in Noh et al. (2004), JPO. WARNING: The implemented parameterization is designed for a vertical grid spacing of dz = 1.25m and time steps of about 4 s. It will probably fail for other setups. |