Ignore:
Timestamp:
Oct 1, 2018 2:37:10 AM (6 years ago)
Author:
raasch
Message:

modularization of the ocean code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/INSTALL/test_oceanml_p3d

    r3275 r3294  
    1919    initializing_actions       = 'set_constant_profiles', ! initial conditions
    2020
    21     ocean                      = .TRUE., ! enable ocean modeling
    2221    latitude                   = 55.6,
    2322
     
    3736    bc_s_b                     = 'initial_gradient',
    3837    bc_s_t                     = 'neumann',
    39     bc_sa_t                    = 'neumann',
    4038
    4139    use_top_fluxes             = .T.,
     
    4745
    4846    top_heatflux               = 0.0,
    49     top_salinityflux           = 0.0,
    5047!
    5148!-- numerics
     
    7572!-- data output
    7673!-------------------------------------------------------------------------------
    77     netcdf_data_format         = 5, ! use NetCDF3
    78 
    7974    dt_run_control             = 0.0,    ! output interval for run control
    8075
     
    8378/ ! end of runtime parameter namelist
    8479 
     80!-------------------------------------------------------------------------------
     81!-- OCEAN PARAMETER NAMELIST
     82!   Documentation: https://palm.muk.uni-hannover.de/trac/wiki/doc/app/oceanpar
     83!-------------------------------------------------------------------------------
     84&ocean_parameters
     85!
     86!-- top boundary condition for salinity
     87    bc_sa_t                    = 'neumann',
    8588
     89!   zero salinityflux at ocean surface
     90    top_salinityflux           = 0.0,
     91
     92/ ! end of ocean parameters
Note: See TracChangeset for help on using the changeset viewer.