Skip to content

Instantly share code, notes, and snippets.

@hersfeldtn
Last active May 8, 2024 10:21
import exoplasim as exo
mymodel = exo.Model(workdir="mymodel_testrun",modelname="mymodel",resolution="T21",layers=5,precision=4,ncpus=4,outputtype=".nc")
mymodel.configure()
mymodel.run(years=10,crashifbroken=True)
mymodel.finalize("mymodel_output")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment