Changeset 3294 for palm/trunk/INSTALL
- Timestamp:
- Oct 1, 2018 2:37:10 AM (6 years ago)
- Location:
- palm/trunk/INSTALL
- Files:
-
- 2 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 -
palm/trunk/INSTALL/test_oceanml_rc
r2508 r3294 1 1 2 2 ****************************** -------------------------------------------- 3 * PALM 4.0 Rev: 2507M * ocean - run without 1D - prerun3 * PALM 5.0 Rev: 3291M * ocean - run without 1D - prerun 4 4 ****************************** -------------------------------------------- 5 5 6 Date: 0 2-10-17 Run: test_oceanml7 Time: 10:50:00Run-No.: 008 Run on host: lcmuk6 Date: 01-10-18 Run: test_oceanml 7 Time: 04:15:16 Run-No.: 00 8 Run on host: imuk 9 9 Number of PEs: 4 Processor grid (x,y): ( 2, 2) calculated 10 10 ------------------------------------------------------------------------------ … … 13 13 ----------------- 14 14 15 --> Use the Moeng_Wyngaard turbulence closure (LES mode). 15 16 --> Use the boussinesq approximation for the model equations. 16 17 --> Solve perturbation pressure via FFT using temperton-algorithm routines … … 34 35 ---------------------------------- 35 36 36 Grid length: dx = 1.250 m dy = 1.250 m dz = 1.250 m 37 Grid length: dx = 1.250 m dy = 1.250 m 38 dz(1) = 1.250 m 39 37 40 Domain size: x = 80.000 m y = 80.000 m z(u) = -80.000 m 41 42 38 43 39 44 Number of gridpoints (x,y,z): (0: 63, 0: 63, 0: 65) … … 114 119 115 120 1D-Profiles: 116 Output every ********s121 Output every 9999999.90 s 117 122 118 123 … … 141 146 ------------------- 142 147 143 Geograph. latitude : phi = 55.6 degr 148 Geograph. latitude : latitude = 55.6 degr 149 Geograph. longitude : longitude = 0.0 degr 144 150 Angular velocity : omega = 0.729E-04 rad/s 145 151 Coriolis parameter : f = 0.000120 1/s 146 152 f* = 0.000082 1/s 153 154 Day of the year at model start : day_init = 172 155 UTC time at model start : time_utc_init = 43200.0 s 147 156 148 157 Gravity : g = 9.8 m/s**2
Note: See TracChangeset
for help on using the changeset viewer.