Building and Running XIOS and NEMO4 on PSMN (ENS de Lyon HPC) with partition E5.
We take the first step of downloading, compiling and testing XIOS and NEMO4 code on PSMN (ENS de Lyon; Lyon, France). This is a post based on an installation...
We take the first step of downloading, compiling and testing XIOS and NEMO4 code on PSMN (ENS de Lyon; Lyon, France). This is a post based on an installation...
We take the steps of building a regional Ross Sea configuration using NEMO 4.2 on ARCHER2. This post is written by TiPACCs PDRA Alethea Mountford (alethea.mo...
We take the first step of downloading, compiling and testing NEMO4 code on ARCHER2 on the full system (December 2021).
We take the first step of downloading, compiling and testing NEMO4 code on ARCHER2.
Building the initial state and forcing fields for WED12.
Building the pre-processing tools
Starting the WED12 configuration (compiling NEMO and NEMO’s maketools)
Running an idealised test case configuration with NEMO
We take the first step of downloading, compiling and testing NEMO code on ARCHER
Plthacks is a Python package that wraps Matplotlib to make common (tedius) tasks faster, this post is about creating a grid of an arbitrary number of plots f...
Update 10.10.2016. MkMov 0.4 now supports a bunch of other outputs, see usage for details.
I often finding myself wanting basic information about netCDF files and needing to inspect it in Python quickly.
MkPaper creates a figure document in 3 + n lines of code, where n is the number of figures you have!
I often finding myself wanting basic information about netCDF files when writing scripts that read/write netCDF files…
I recently discovered docopt, this super neat command line parser. I’ve used sys.argv and the argparse module but they’ve always felt too limited or overly c...
Do you remember the moment when you realised in Linux that clicking the mouse wheel pasted selected text? I had a similar reveleation when I discovered xclip...
My life consists of two problems…
I often find myself wanting to edit a file on a remote machine but ssh is too slow to be running a text editor on the remote machine.. Solution? Vim can use ...
Recently, I changed from using regular pytable HDFStores to fancy frame_tables. The move was mostly for the better as my HDFStores were big. Of course, my ol...
I wanted to make a movie, the plan was to use Matplotlib to make the frames and then stitch them together using ffmpeg. The problem I had was that I’d make a...
Climate scientists are always wanting data on different grids. Python docs are typically excellent but I couldn’t find a nice example using rectangular/mesh ...
Attention climate scientists. Python is the way of the future! Wondering why? Read over Johnny Lin’s article. Then check out my Python resources page.