I want to set up several ensemble runs in ACCESS-CM2. I have seen a previous post about setting up ensemble runs (Ensemble runs with ACCESS-CM2 - #5 by ars599). But the files they shared are not in those paths anymore. I’m not able to repeat those suggestions anymore. I was wondering if there have been any updates to the related functions, or if you happen to know a simpler way to set up ensemble runs in ACCESS-CM2? Thanks in advance for any suggestions.
Hi @huazhen, are you looking to follow the first method mentioned in the linked topic, which adds a perturbation to the atmosphere’s temperature field?
I’m unsure about the details of the second method mentioned as the instructions may have moved.
There’s a copy of the perturbation script located at /g/data/access/projects/access/apps/pythonlib/umfile_utils/access_cm2/perturbIC.py
The required dependencies are available in the xp65conda/analysis3 module, which can be loaded with:
module use /g/data/xp65/public/modules
module load conda/analysis3
You should then be able to run the script with a selected amplitude -a (default 0.01) and random seed -s.
Note that this script edits the restart file in place, and so it might be best to make a backup copy of the original restart before applying the perturbation.