Ignore:
Timestamp:
Jun 21, 2007 8:23:15 AM (17 years ago)
Author:
raasch
Message:

New:
---
ocean version including prognostic equation for salinity and equation of state for seawater. Routine buoyancy can be used with both temperature and density.
+ inipar-parameters bc_sa_t, bottom_salinityflux, ocean, sa_surface, sa_vertical_gradient, sa_vertical_gradient_level, top_salinityflux

advec_s_bc, average_3d_data, boundary_conds, buoyancy, check_parameters, data_output_2d, data_output_3d, diffusion_e, flow_statistics, header, init_grid, init_3d_model, modules, netcdf, parin, production_e, prognostic_equations, read_var_list, sum_up_3d_data, swap_timelevel, time_integration, user_interface, write_var_list, write_3d_binary

New:
eqn_state_seawater, init_ocean

Changed:


inipar-parameter use_pt_reference renamed use_reference

hydro_press renamed hyp, routine calc_mean_pt_profile renamed calc_mean_profile

format adjustments for the ocean version (run_control)

advec_particles, buoyancy, calc_liquid_water_content, check_parameters, diffusion_e, diffusivities, header, init_cloud_physics, modules, production_e, prognostic_equations, run_control

Errors:


Bugfix: height above topography instead of height above level k=0 is used for calculating the mixing length (diffusion_e and diffusivities).

Bugfix: error in boundary condition for TKE removed (advec_s_bc)

advec_s_bc, diffusion_e, prognostic_equations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/CURRENT_MODIFICATIONS

    r96 r97  
    11New:
    22---
    3 ocean version including prognostic equation for salinity and equation of state for seawater
    4 + inipar-parameters bc_sa_t, bottom_salinityflux, ocean, sa_surface, sa_vertical_gradient, sa_vertical_gradient_level, top_salinityflux
    53
    6 average_3d_data, boundary_conds, buoyancy, check_parameters, data_output_2d, data_output_3d, diffusion_e, flow_statistics, header, init_grid, init_3d_model, modules, parin, prognostic_equations, read_var_list, sum_up_3d_data, swap_timelevel, time_integration, user_interface, write_var_list, write_3d_binary
    7 
    8 New:
    9 eqn_state_seawater, init_ocean
    104
    115Changed:
    126-------
    13 hydro_press renamed hyp, routine calc_mean_pt_profile renamed calc_mean_profile
    14 
    15 advec_particles, buoyancy, calc_liquid_water_content, init_cloud_physics, modules, prognostic_equations
    167
    178
     
    1910------
    2011
    21 Bugfix: height above topography instead of height above level k=0 is used for calculating the mixing length (diffusion_e and diffusivities).
    2212
    23 diffusion_e, prognostic_equations
    24 
    25 
    26 
    27 
    28 To be completed (adjusted to ocean version):
    29 ----------------
    30 
    31 boundary conditions for salinity (check_parameters)
    32 output of salinity profile (header)
    33 
    34 initialization of ug,vg profiles
    35 
    36 calculation of w*
    37 output of theta* and z_i (e.g. run_control file)
    38 
    39 default disturbance level
    40 
    41 Bott-Chlond scheme to be extended for salinity
    42 
    43 Upstream-spline scheme to be extended for salinity?????
Note: See TracChangeset for help on using the changeset viewer.