Changes between Version 3 and Version 4 of doc/app/examples/coupled
- Timestamp:
- Dec 2, 2010 2:23:46 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/examples/coupled
v3 v4 34 34 PLOT1D_DATA_O out:loc:tr pro# ~/palm/current_version/JOBS/$fname/OUTPUT _o_pr_in 35 35 }}} 36 The coupled ocean model filenames in the first column (e.g. [../../iofiles#PARIN_O PARIN_O]) must be specified as given in [[chapter 3.4]]; the file connection identifiers (e.g. {{{d3o#}}}) and the file name extension (e.g. {{{_o_p3d}}}) may be changed at the user's discretion.\\\\36 The coupled ocean model filenames in the first column (e.g. [../../iofiles#PARIN_O PARIN_O]) must be specified as given [../../iofiles here]; the file connection identifiers (e.g. {{{d3o#}}}) and the file name extension (e.g. {{{_o_p3d}}}) may be changed at the user's discretion.\\\\ 37 37 The coupler requires the following parameters to be equal in both [../../iofiles#PARIN PARIN] and [../../iofiles#PARIN_O PARIN_O]: [../../inipar#dx dx], [../../inipar#dy dy], [../../inipar#nx nx], [../../inipar#ny ny], [../../d3par#dt_coupling dt_coupling], [../../d3par#end_time end_time], [../../d3par#restart_time restart_time], [../../d3par#dt_restart dt_restart]. In the coupled atmosphere executable, [../../inipar#bc_pt_b bc_pt_b] is internally set and does not need to be prescribed; in the coupled ocean executable, [../../inipar#bc_uv_t bc_uv_t] is internally set ('' 'neumann' '') and does not need to be prescribed. The coupled ocean parameter file [../../iofiles#PARIN_O PARIN_O] should include dummy REAL value assignments to both [../../inipar#top_momentumflux_u top_momentumflux_u] and [../../inipar#top_momentumflux_v top_momentumflux_v] (e.g. top_momentumflux_u = 0.0, top_momentumflux_v = 0.0) to enable the momentum flux coupling.\\\\ 38 38 The coupling interval [../../d3par#dt_coupling dt_coupling] must be explicitly set. In order to ensure synchronous coupling throughout the simulation, dt_coupling should be chosen larger than [../../d3par#dt_max dt_max].\\\\