Skip to main content

A scripting system for the Last Millennium Reanalysis (LMR) project.

Project description

sLMR

This is a scripting system for the Last Millennium Reanalysis project, or LMR.

Requirement

Python 3

Features

  • Run LMR with Slurm on a cluster with just one command line

How to install

Simply

pip install slmr

and there will be an executable command slmr in your PATH.

Usage example of the executable command slmr

We need to prepare all the data and configurations required for LMR first, then we are able to run LMR with Slurm on a cluster with just one command line:

slrm -c config.yml -n 4 -nn hungus -rp 0 2000 -em slmr@gmail.com -x test_ccsm4 -f

# -c config.yml: use "config.yml" as a configuration template
# -n 4 -nn hungus: run LRM with 4 threads on the node "hungus"
# -rp 0 2000: reconstruction period to be from 0 to 2000 C.E.
# -em slmr@gmail.com: notification will be sent to "slmr@gmail.com"
# -x test_ccsm4: the experiment is named as "test_ccsm4"
# -f: turn on f2py mode

For more options, please check

slmr -h

License

MIT License

Copyright (c) 2018 Feng Zhu

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

slmr-0.1.3.tar.gz (3.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page