FLEXPART Model/ECMWFArchive

From mn/geo/geoit
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>