Hi there,
I’m trying to set up a preindustrial run with ACCESS-CM2. I copied suite u-cy339 to my folder (u-do347 in my case). However, when I attempted to run it for a few months, I encountered the following error message during the ‘coupled’ step.
I have also copied the log files to path /scratch/public/hl1052/u-do347/ in case they are needed. It seems that the Python module ‘f90nml’ cannot be found, but in Line 16, we can see that module pythonlib/f90nml/1.0.2 has actually been loaded.
Does this mean a different Python version is required, or could it be something else? Does anyone have any ideas on how to fix this?
Thank you in advance!
Huazhen
Using the cylc session localhost
Loading cylc7/24.03
Loading requirement: mosrs-setup/2.0.1
- Package -----------------------------.- Versions --------.- Last mod. -------
Currently Loaded Modulefiles:
cdo/2.0.5 2022/06/27 04:42:13
nco/5.0.5 2022/02/01 00:26:36
ncview/2.1.7 2019/12/02 03:32:10
ncl/6.6.2 2019/12/11 03:45:33
mosrs-setup/2.0.1 default 2024/05/19 23:31:13
cylc7/24.03 default 2024/05/06 03:30:21
python2-as-python 2019/11/04 03:02:35
openmpi/4.0.2 2022/02/14 19:20:11
fcm/2019.09.0 2020/12/14 04:10:00
pythonlib/f90nml/1.0.2 2020/12/14 04:15:56
[WARN] file:/home/561/hl1052/cylc-run/u-do347/work/09500101/coupled/ATM_RUNDIR/IDEALISE: skip missing optional source: namelist:idealise
[WARN] file:/home/561/hl1052/cylc-run/u-do347/work/09500101/coupled/ATM_RUNDIR/STASHC: skip missing optional source: namelist:exclude_package(:)
[WARN] file:/home/561/hl1052/cylc-run/u-do347/work/09500101/coupled/ATM_RUNDIR/RECONA: skip missing optional source: namelist:trans(:)
[WARN] file:/home/561/hl1052/cylc-run/u-do347/work/09500101/coupled/ATM_RUNDIR/IOSCNTL: skip missing optional source: namelist:lustre_control
[WARN] file:/home/561/hl1052/cylc-run/u-do347/work/09500101/coupled/ATM_RUNDIR/IOSCNTL: skip missing optional source: namelist:lustre_control_custom_files
+ echo 'ACCESS COUPLED MODEL DRIVER,' /home/561/hl1052/cylc-run/u-do347/work/09500101/coupled
+ [[ -z oasis3_mct ]]
+ [[ -z /home/561/hl1052/cylc-run/u-do347/share/mom/exec/access-cm2/ACCESS-CM/fms_ACCESS-CM.x ]]
+ ATMOS_LINK=toyatm
+ OCEAN_LINK=mom5xx
+ ICE_LINK=cicexx
+ ln -sf /home/561/hl1052/cylc-run/u-do347/share/fcm_make_um/build-atmos/bin/um-atmos.exe toyatm
+ ln -sf /home/561/hl1052/cylc-run/u-do347/share/mom/exec/access-cm2/ACCESS-CM/fms_ACCESS-CM.x mom5xx
+ ln -sf /home/561/hl1052/cylc-run/u-do347/share/cice/bin/cice5.exe cicexx
+ ATMOS_EXEC=toyatm
+ OCEAN_EXEC=mom5xx
+ export UM_NPES=576
+ UM_NPES=576
+ NPROC_MAX=576
+ export OCN_NPES=80
+ OCN_NPES=80
+ TOT_NPES=672
+ HIST_FILE=do347.xhist
+ fix_cice_namelist.py /home/561/hl1052/cylc-run/u-do347/work/09500101/coupled/ICE_RUNDIR/cice_in.nml /home/561/hl1052/cylc-run/u-do347/work/09500101/coupled/ICE_RUNDIR/input_ice.nml
Traceback (most recent call last):
File "/home/561/hl1052/cylc-run/u-do347/share/access-cm2-drivers/src/fix_cice_namelist.py", line 2, in <module>
import os, sys, f90nml
ModuleNotFoundError: No module named 'f90nml'
[FAIL] access-coupled # return-code=1
2025-03-14T07:42:50Z CRITICAL - failed/EXIT