GithubHelp home page GithubHelp logo

m-kreuzer / pism-ensemble Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pism/pism-ensemble

0.0 2.0 0.0 101 KB

Generator for bash scripts to drive Antarctic equilibrium and paleo ensemble runs with PISM.

License: GNU General Public License v3.0

Python 57.75% Shell 42.25%

pism-ensemble's Introduction

PISM-ENSEMBLE - Prepare PISM equilibrium and paleo ensemble runs with Python

This code aims at easy and transparent creation of PISM run scripts. It is specific for the Antarctic ice sheet and should work across HPC platforms.

Usage

Edit user_and_platform_settings.py and pism_setting.py so that they fit your needs.

For testing and creating a single experiment, run python create_experiment.py directly.

To create an ensemble of experiments, run python create_ensemble.py.

The parameters varied within the ensemble are set in ensemble_variables in pism_settings.py. Experiment names within an ensemble are created as

(ensemble_name)_(param_name1)(param_value1)_(param_name2)(param_value2)_...

Submit the ensemble with python submit_ensemble.py.

Directory structure for experiments

Scripts for running PISM and PISM output files are written to:

Scripts:
experiment_dir/ensemble_name

Output files:
working_dir/ensemble_name

experiment_dir and working_dir are set in user_and_platform_settings.py. ensemble_name is set in pism_setting.py. The directory structure is currently hard-coded. Standard values are:

experiment_dir = /home/(username)/pism_experiments

working_dir = /p/tmp/(username)/pism_out

License

This code is licensed under GPLv3, see the LICENSE.txt. See the commit history for authors.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.