FLEXPART Model/ECMWFArchive

From mn/geo/geoit
Revision as of 23:02, 3 July 2012 by Jfb (talk | contribs) (Created page with "<rst> Here are some commands which are useful for retrieving data from the ECMWF archive **1. check for hanging jobs** `ps -u <username>` lists also the sleeping jobs etc wich...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

<rst> Here are some commands which are useful for retrieving data from the ECMWF archive

    • 1. check for hanging jobs**

`ps -u <username>`

lists also the sleeping jobs etc wich are not seen with `ps -aux | grep <username>`

    • 2. get your jobs in the queue**

`llq | grep <username>`

    • 3. job control**

`llsubmit <job>` - submit a job

`llhold <job>` - hold a job

`llhold -r <job>` - release a job

`llq <job>` - query job status

`llcancel <job>` - cancel a job

    • 4. retrieval times**

on hpce about twice as fast as on ecgate!

</rst>