Changeset 3294 for palm/trunk/INSTALL


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

modularization of the ocean code

Location:
palm/trunk/INSTALL
Files:
2 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
  • palm/trunk/INSTALL/test_oceanml_rc

    r2508 r3294  
    11
    22 ******************************    --------------------------------------------
    3  * PALM 4.0  Rev: 2507M       *    ocean - run without 1D - prerun
     3 * PALM 5.0  Rev: 3291M       *    ocean - run without 1D - prerun
    44 ******************************    --------------------------------------------
    55
    6  Date:                 02-10-17    Run:       test_oceanml       
    7  Time:                 10:50:00    Run-No.:   00
    8  Run on host:             lcmuk
     6 Date:                 01-10-18    Run:       test_oceanml                     
     7 Time:                 04:15:16    Run-No.:   00
     8 Run on host:              imuk
    99 Number of PEs:               4    Processor grid (x,y): (   2,   2) calculated
    1010 ------------------------------------------------------------------------------
     
    1313 -----------------
    1414
     15 --> Use the Moeng_Wyngaard turbulence closure (LES mode).
    1516 --> Use the boussinesq approximation for the model equations.
    1617 --> Solve perturbation pressure via FFT using temperton-algorithm routines
     
    3435 ----------------------------------
    3536
    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
    3740 Domain size:       x =     80.000 m     y =     80.000 m  z(u) =    -80.000 m
     41
     42
    3843
    3944 Number of gridpoints (x,y,z):  (0:  63, 0:  63, 0:  65)
     
    114119
    115120    1D-Profiles:
    116        Output every             ******** s
     121       Output every             9999999.90 s
    117122
    118123
     
    141146 -------------------
    142147
    143     Geograph. latitude  :   phi    = 55.6 degr
     148    Geograph. latitude  :   latitude  = 55.6 degr
     149    Geograph. longitude :   longitude =  0.0 degr
    144150    Angular velocity    :   omega  = 0.729E-04 rad/s
    145151    Coriolis parameter  :   f      =  0.000120 1/s
    146152                            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
    147156
    148157    Gravity             :   g      =  9.8 m/s**2
Note: See TracChangeset for help on using the changeset viewer.