access_RoseOnVayu - ACCESS-NRI/accessdev-Trac-archive GitHub Wiki


#!html
<h1 style="text-align: center; color: blue"> Getting started with Rose on Vayu </h1>

This wiki page gives some step-by-step instructions on getting started with using Rose on Vayu.

  1. Paths etc for using Rose are set up using a module for configuration, however the module isn't currently in the default path. To get access to rose, run:
module use ~access/rose/modules
module load rose
module load ~access/access.module

[azs Thu 12/4/13] This is current module initialisation I use on vayu.
(Based on Ian Campbell's email)

 module purge
 module use ~access/rose/modules/
 module load pygtk
 module load gtk
 module load graphviz
   module use /g/data/access/modules
   module load rose/2013-02

   module load cylc/5.1.1


 -- useful env variable --

 setenv SVN_EDITOR vi
 setenv GEDITOR "gvim -f"
 setenv ROSE_HOME /g/data/access/apps/rose/2013-02/



vayu> module purge
vayu> module use ~access/rose/modules/
vayu> module load pygtk
WARNING: PyGTK is deprecated on Vayu, it will not be installed on Raijin
WARNING: GTK is deprecated on Vayu, it will not be installed on Raijin
vayu> module load gtk
WARNING: GTK is deprecated on Vayu, it will not be installed on Raijin
vayu> module load graphviz

vayu> module use /g/data/access/modules
vayu> module load rose/2013-02

Currently /g/data/access/apps/rose/2013-02/etc/rose.conf
is not yet defined, and I use temporary workaround with
personal ~/.metomi/rose.conf and creating my own temporary
svn repository with:
     svnadmin create /home/599/axs599/roses/mysvnrep


Note that the last line is included to add fcm to the path. This will load the default version (currently 20120726 development version) of rose, cylc and pygtk into the environment. If you plan to use Rose regularly, you'll probably want to put this in with other module settings in your login scripts.

To see what other versions are available run

module avail rose
module avail cylc
  1. Rose documentation is available at the following link:
  1. Try out one of the example suites by running
rose config-edit -C ~access/rose/rose-examples-20120726/cylc-suite/um.suite
  1. This documentation has been written by Scott Wales and Michael Naughton. Others are welcome to add to it.
⚠️ **GitHub.com Fallback** ⚠️