Changes between Version 38 and Version 39 of RoseCylc
- Timestamp:
- 07/11/15 15:34:29 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RoseCylc
v38 v39 10 10 For some useful tips: RoseCylc/Hints 11 11 12 Troubleshooting of common errors: RoseCylc/Troubleshooting 12 === UM Rose tutorial === 13 13 14 == References == 14 The Met Office tutorial is available on the Met Office Science Repository Service: [[br]] 15 https://code.metoffice.gov.uk/doc/um/vn10.3/um-training/index.html 15 16 16 Cylc user guide (including example suites): http://cylc.github.io/cylc/html/single/cug-html.html 17 There is also an alternative user guide which some might find useful: [[br]] 18 http://collab.metoffice.gov.uk/twiki/bin/view/Support/HowToRunTheUMInRose 17 19 18 Rose user guide (including tutorial exercises): http://metomi.github.io/rose/doc/rose.html 20 Most of this will work with any UM suite, but for a simple test use: 21 * Archer: u-aa774 22 * MONSooN: u-aa345 19 23 20 == Getting started == 24 If you have not done so already, you will need to follow the set up instructions below. 21 25 22 == = UM 10.x ===26 == Set up == 23 27 24 To run UM10.x you will first need an account on the Met Office shared repository service (MOSRS). Please contact ncas-umsupport@lists.reading.ac.uk to arrange this. 28 === MOSRS account and caching === 29 30 To run UM10.x (and to use the roses-u repository) you will first need an account on the Met Office shared repository service (MOSRS). Please contact ncas-umsupport@lists.reading.ac.uk to arrange this. 25 31 26 32 Some setup is then required to access the remote repository on puma (for submission to Archer) or MONSooN. This is detailed here:. … … 30 36 https://code.metoffice.gov.uk/trac/home/wiki/AuthenticationCaching 31 37 32 === Puma === 38 This is a little complicated so be sure to follow the instructions carefully. 33 39 34 Note: The correct paths are now set up by default, so you no longer need to have anything in your {{{.profile}}} to load Rose, Cylc or FCM. 40 === If you are running on MONSooN === 41 42 Rose suites on MONSooN are submitted from a Rose virtual machine (not puma). 43 44 Follow these instructions: http://collab.metoffice.gov.uk/twiki/bin/view/Support/MONSooNRose 45 46 You may also need to follow these additional steps if you find you get an error submitting your first Rose job: RoseCylc/Troubleshooting#Unabletosubmitjobs 47 48 Note: there is currently an issue with Rose bush and it does not work. 49 50 === If you are running on Archer === 51 52 On Archer, rose suites are submitted from puma as with UMUI jobs. 53 54 ==== Puma set up ==== 55 56 The correct paths on puma are now set up by default, so you no longer need to have anything in your {{{.profile}}} to load Rose, Cylc or FCM. 57 If you have anything from previously this should be removed. 35 58 36 59 For UM jobs the variable {{{$UMDIR}}} needs to be set but it doesn't matter what to! Add the following to your {{{.profile}}}: … … 40 63 }}} 41 64 65 For Rose to work properly, the ssh-agent needs to be running on puma and not forwarded from elsewhere. 66 Otherwise when logging out of puma, the agent will not persist and polling between puma and archer will not work. 67 To set up ssh-keys from puma to Archer see: https://puma.nerc.ac.uk/trac/UM_TUTORIAL/wiki/sshAgent 42 68 43 === MONSooN === 44 45 Follow these instructions: http://collab.metoffice.gov.uk/twiki/bin/view/Support/MONSooNRose 46 47 You may also need to follow these additional steps, if you find you get an error submitting your first Rose job: RoseCylc/Troubleshooting#Unabletosubmitjobs 48 49 Note: to view suite logs on exvmsrose run: 50 {{{ 51 firefox http://localhost:8080 52 }}} 53 54 === Archer === 69 ==== Archer set up ==== 55 70 56 71 First ensure that UMDIR and DATADIR are defined in your environment (try {{{echo $UMDIR; echo $DATADIR}}}). … … 74 89 }}} 75 90 76 For Rose on archer to work properly, the ssh-agent needs to be running on puma and not forwarded from elsewhere.77 Otherwise when logging out of puma, the agent will not persist and polling between puma and archer will not work.78 To set up ssh-keys from puma to Archer see: https://puma.nerc.ac.uk/trac/UM_TUTORIAL/wiki/sshAgent79 80 91 === Syntax highlighting === 81 92 … … 84 95 * Cylc: http://cylc.github.io/cylc/html/single/cug-html.html#9.2.3 85 96 86 == = UM Rose tutorial ===97 == References == 87 98 88 The Met Office tutorial is available on the Met Office Science Repository Service: 89 https://code.metoffice.gov.uk/doc/um/vn10.2/um-training/index.html 99 Cylc user guide (including example suites): http://cylc.github.io/cylc/html/single/cug-html.html 90 100 91 Most of this will work with any UM suite. For Archer try puma-aa125. 101 Rose user guide (including tutorial exercises): http://metomi.github.io/rose/doc/rose.html