Changeset 3294 for palm/trunk/INSTALL/test_oceanml_p3d
- Timestamp:
- Oct 1, 2018 2:37:10 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/INSTALL/test_oceanml_p3d
r3275 r3294 19 19 initializing_actions = 'set_constant_profiles', ! initial conditions 20 20 21 ocean = .TRUE., ! enable ocean modeling22 21 latitude = 55.6, 23 22 … … 37 36 bc_s_b = 'initial_gradient', 38 37 bc_s_t = 'neumann', 39 bc_sa_t = 'neumann',40 38 41 39 use_top_fluxes = .T., … … 47 45 48 46 top_heatflux = 0.0, 49 top_salinityflux = 0.0,50 47 ! 51 48 !-- numerics … … 75 72 !-- data output 76 73 !------------------------------------------------------------------------------- 77 netcdf_data_format = 5, ! use NetCDF378 79 74 dt_run_control = 0.0, ! output interval for run control 80 75 … … 83 78 / ! end of runtime parameter namelist 84 79 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', 85 88 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.