ACCESS-NRI / amami

ACCESS Models Accessory Multitool Interface (AMAMI) is a Python package that bundles a set of commands to handle ACCESS models input and output files.
Apache License 2.0
0 stars 0 forks source link

Add `perturb` command, to perturb initial conditions. #46

Open atteggiani opened 3 months ago

atteggiani commented 3 months ago

A useful task for researchers is to perturb the initial conditions of an experiment that sometimes might crash for instability reasons. A version of a perturbation script can be found in /projects/access/apps/pythonlib/umfile_utils/access_cm2/perturbIC.py.

This script can be updated and upgraded to be embedded in the amami interface.