Releases: permamodel/ILAMB
Releases · permamodel/ILAMB
Has BMI
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
This is the NCL version of ILAMB that has been modified to allow it to work in a cluster computing environment.