source: palm/trunk/SOURCE/CURRENT_MODIFICATIONS @ 104

Last change on this file since 104 was 104, checked in by raasch, 17 years ago

trying to make creation of intercommunicator more stable

  • Property svn:keywords set to Id
File size: 1008 bytes
Line 
1New:
2---
3Allows runs for a coupled atmosphere-ocean LES,
4coupling frequency is controlled by new d3par-parameter dt_coupling,
5the coupling mode (atmosphere_to_ocean or ocean_to_atmosphere) for the
6respective processes is read from environment variable coupling_mode,
7which is set by the mpiexec-command,
8communication between the two models is done using the intercommunicator
9comm_inter,
10local files opened by the ocean model get the additional suffic "_O"
11
12A momentum flux can be set as top boundary condition using the new
13inipar parameter top_momentumflux_u|v.
14
15boundary_conds, check_open, check_parameters, diffusion_u, diffusion_v, flow_statistics, header, init_pegrid, init_3d_model, modules, palm, parin, prognostic_equations, read_var_list, read_3d_binary, swap_timelevel, time_integration, write_var_list, write_3d_binary
16
17New:
18surface_coupler
19
20
21Changed:
22-------
23
24
25Errors:
26------
27Bugfix: Error message concerning output of particle concentration (pc) modified (check_parameters).
28
29check_parameters
Note: See TracBrowser for help on using the repository browser.