Changes between Version 49 and Version 50 of RoseCylc/Hints
- Timestamp:
- 12/04/17 11:12:45 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RoseCylc/Hints
v49 v50 5 5 == Links == 6 6 7 See also (redirects to Collaboration Twiki): 8 * [http://collab.metoffice.gov.uk/twiki/bin/viewfile/Static/TWikiAdmin/AttachmentPool/RoseTipOfDay-594715l9t39032o573.html Rose tip of the day] 9 * [http://collab.metoffice.gov.uk/twiki/bin/viewfile/Static/TWikiAdmin/AttachmentPool/RoseStyleGuide-594715l9t39032o573.html Rose style guide] 10 * [http://collab.metoffice.gov.uk/twiki/bin/viewfile/Static/TWikiAdmin/AttachmentPool/RoseFAQ-594715l9t39032o573.html Rose FAQ] 7 See also: 8 * [https://cylc.github.io/cylc/doc/suite-design-guide.pdf Rose cylc suite design guide] 9 * [http://collab.metoffice.gov.uk/twiki/bin/viewfile/Static/TWikiAdmin/AttachmentPool/RoseFAQ-594715l9t39032o573.html Rose tips, tricks and FAQs (Collaboration Twiki).] 11 10 12 11 == Hints and tips == … … 54 53 It is possible to launch many of the Rose tools from the various GUIs. For example you can run or edit suites from {{{rosie go}}}, run suites from {{{rose edit}}}, and view log files from {{{rose suite-gcontrol}}} whilst the suite is running. 55 54 56 When running rose from the command line make sure to run from the appropriate {{{roses/}}} directory or append the suite name using {{{--name=puma-aa045}}}, e.g. 57 {{{ 58 rose suite-shutdown --name puma-aa015 59 }}} 55 When running rose from the command line make sure to run from the appropriate {{{roses/}}} directory or append the suite name using {{{--name=puma-aa015}}}, e.g. 56 {{{ 57 rose suite-shutdown 58 --name=puma-aa015 59 }}} 60 61 Be careful though because {{{rose suite-run --name=puma-aa0015}}} works differently. It would run the suite in the current directory but re-name it {{{puma-aa015}}}. 60 62 61 63 === Stop archiving of log files === … … 275 277 }}} 276 278 This may report something like "Command queued", but re-running {{{cylc scan}}} will show that the tasks are now finished. 277 278 === Can't run rose suite-log on MONSooN ===279 280 On the MONSooN Rose VM (exvmsrose) running {{{rose suite-log}}} may do nothing.281 282 To launch, instead run:283 {{{284 firefox http://localhost/rose-bush285 }}}286 And search for the suite id.287 279 288 280 === Device or resource busy when running suite ===