Skip to content

Releases: permamodel/ILAMB

Has BMI

22 Nov 20:42
Compare
Choose a tag to compare
Has BMI Pre-release
Pre-release

I've written a Python BMI that calls a bash script that configures and runs the NCL version of ILAMB.

from pylamb import BmiIlamb as ILAMB

x = ILAMB()
x.initialize('/path/to/ILAMB_PARA_SETUP')
x.update()  # calls run script
x.finalize()

I've used this BMI to successfully build ILAMB as a component in the wmt-testing instance.

Modularize ILAMB

14 Sep 22:22
Compare
Choose a tag to compare
Modularize ILAMB Pre-release
Pre-release

This is the NCL version of ILAMB that has been modified to allow it to work in a cluster computing environment.