Changes between Version 19 and Version 20 of doc/app/examples/coupled
- Timestamp:
- Nov 21, 2018 5:38:35 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/examples/coupled
v19 v20 34 34 Each coupled executable has its own, unique set of I/O filenames. Information on file name conventions of coupled runs are given [../../iofiles here]. The configuration file {{{.mrun.config}}} has to be extended for coupled runs. It is recommended to duplicate existing file connection identifiers such as {{{"d3#"}}}, {{{"pr#"}}} etc. using the coupled ocean filenames accordingly. For example, the example of the previous chapters could be duplicated as follows: 35 35 {{{ 36 PARIN in:job:npe d3# ~/palm/current_version/JOBS/$ fname/INPUT _p3d37 PARIN in:job:npe d3 f ~/palm/current_version/JOBS/$fname/INPUT _p3df38 BININ in:loc d3 f ~/palm/current_version/JOBS/$fname/OUTPUT _d3d36 PARIN in:job:npe d3# ~/palm/current_version/JOBS/$run_identifier/INPUT _p3d 37 PARIN in:job:npe d3r ~/palm/current_version/JOBS/$run_identifier/INPUT _p3dr 38 BININ in:loc d3r ~/palm/current_version/JOBS/$run_identifier/OUTPUT _d3d 39 39 # 40 BINOUT out:loc restart ~/palm/current_version/JOBS/$ fname/OUTPUT _d3d40 BINOUT out:loc restart ~/palm/current_version/JOBS/$run_identifier/OUTPUT _d3d 41 41 # 42 RUN_CONTROL out:loc:tr d3# ~/palm/current_version/JOBS/$ fname/MONITORING _rc43 HEADER out:loc:tr d3# ~/palm/current_version/JOBS/$ fname/MONITORING _header44 PLOT1D_PAR out:loc:tr pr# ~/palm/current_version/JOBS/$ fname/OUTPUT _pr_par45 PLOT1D_DATA out:loc:tr pr# ~/palm/current_version/JOBS/$ fname/OUTPUT _pr_in42 RUN_CONTROL out:loc:tr d3# ~/palm/current_version/JOBS/$run_identifier/MONITORING _rc 43 HEADER out:loc:tr d3# ~/palm/current_version/JOBS/$run_identifier/MONITORING _header 44 PLOT1D_PAR out:loc:tr pr# ~/palm/current_version/JOBS/$run_identifier/OUTPUT _pr_par 45 PLOT1D_DATA out:loc:tr pr# ~/palm/current_version/JOBS/$run_identifier/OUTPUT _pr_in 46 46 # 47 PARIN_O in:job:npe d3o# ~/palm/current_version/JOBS/$ fname/INPUT _o_p3d48 PARIN_O in:job:npe d3o f ~/palm/current_version/JOBS/$fname/INPUT _o_p3df49 BININ_O in:loc d3o f ~/palm/current_version/JOBS/$fname/OUTPUT _o_d3d47 PARIN_O in:job:npe d3o# ~/palm/current_version/JOBS/$run_identifier/INPUT _o_p3d 48 PARIN_O in:job:npe d3or ~/palm/current_version/JOBS/$run_identifier/INPUT _o_p3dr 49 BININ_O in:loc d3or ~/palm/current_version/JOBS/$run_identifier/OUTPUT _o_d3d 50 50 # 51 BINOUT_O out:loc restart ~/palm/current_version/JOBS/$ fname/OUTPUT _o_d3d51 BINOUT_O out:loc restart ~/palm/current_version/JOBS/$run_identifier/OUTPUT _o_d3d 52 52 # 53 RUN_CONTROL_O out:loc:tr d3o# ~/palm/current_version/JOBS/$ fname/MONITORING _o_rc54 HEADER_O out:loc:tr d3o# ~/palm/current_version/JOBS/$ fname/MONITORING _o_header55 PLOT1D_PAR_O out:loc:tr pro# ~/palm/current_version/JOBS/$ fname/OUTPUT _o_pr_par56 PLOT1D_DATA_O out:loc:tr pro# ~/palm/current_version/JOBS/$ fname/OUTPUT _o_pr_in53 RUN_CONTROL_O out:loc:tr d3o# ~/palm/current_version/JOBS/$run_identifier/MONITORING _o_rc 54 HEADER_O out:loc:tr d3o# ~/palm/current_version/JOBS/$run_identifier/MONITORING _o_header 55 PLOT1D_PAR_O out:loc:tr pro# ~/palm/current_version/JOBS/$run_identifier/OUTPUT _o_pr_par 56 PLOT1D_DATA_O out:loc:tr pro# ~/palm/current_version/JOBS/$run_identifier/OUTPUT _o_pr_in 57 57 }}} 58 58 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.\\\\ … … 120 120 \\ 121 121 {{{ 122 mrun -d examplerun ... -r “d3 f d3of... restart” -Y "...".122 mrun -d examplerun ... -r “d3r d3or ... restart” -Y "...". 123 123 }}} 124 124 \\