Changeset 108 for palm/trunk/SOURCE/CURRENT_MODIFICATIONS
- Timestamp:
- Aug 24, 2007 3:10:38 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/CURRENT_MODIFICATIONS
r107 r108 8 8 communication between the two models is done using the intercommunicator 9 9 comm_inter, 10 local files opened by the ocean model get the additional suffic "_O" 10 local files opened by the ocean model get the additional suffic "_O". 11 Assume saturation at k=nzb_s_inner(j,i) for atmosphere coupled to ocean. 11 12 12 13 A momentum flux can be set as top boundary condition using the new … … 19 20 Initial profiles are reset to constant profiles in case that initializing_actions /= 'set_constant_profiles'. (init_rankine) 20 21 21 boundary_conds, check_open, check_parameters, diffusion_u, diffusion_v, flow_statistics, header, init_pegrid, init_rankine, init_3d_model, modules, palm, parin, pres, prognostic_equations, read_var_list, read_3d_binary, swap_timelevel, time_integration, write_var_list, write_3d_binary 22 Optionally calculate km and kh from initial TKE e_init. 23 24 boundary_conds, check_open, check_parameters, diffusion_u, diffusion_v, flow_statistics, header, init_pegrid, init_rankine, init_3d_model, modules, palm, parin, pres, prandtl_fluxes, prognostic_equations, read_var_list, read_3d_binary, swap_timelevel, time_integration, write_var_list, write_3d_binary 22 25 23 26 New: … … 34 37 velocity field after the first substep. 35 38 36 advec_particles, init_particles, time_integration 39 Initialization of km,kh = 0.00001 for ocean = .T. (for ocean = .F. it remains 0.01). 40 41 Allow data_output_pr= q, wq, w"q", w*q* for humidity = .T. (instead of cloud_physics = .T.). 42 43 Modifications to terminate coupled runs. 44 45 advec_particles, check_for_restart, check_parameters, init_particles, init_3d_model, local_stop, timestep, time_integration 37 46 38 47 … … 55 64 Bugfix: Error message concerning output of particle concentration (pc) modified (check_parameters). 56 65 57 advec_u_pw, advec_u_up, advec_v_pw, advec_v_up, boundary_conds, buoyancy, check_parameters, coriolis, diffusion_u, diffusion_v, init_pegrid, init_3d_model, modules, production_e, prognostic_equations, user_interface 66 Bugfix: Rayleigh damping for ocean fixed. 67 68 advec_u_pw, advec_u_up, advec_v_pw, advec_v_up, boundary_conds, buoyancy, check_parameters, coriolis, diffusion_u, diffusion_v, header, init_pegrid, init_3d_model, modules, production_e, prognostic_equations, user_interface
Note: See TracChangeset
for help on using the changeset viewer.