Ok I’ve got @mmr0 's config up and running now. It seems to make progress and actually run because the following directory now exists:
/scratch/gb02/pag548/access-om3/archive/access-rom3-MR/output000/
However the run fails after a few minutes with
ls: cannot access 'archive/output000/access-om3.cice.r.*': No such file or directory
cal: unknown month name: om3.cice*.????
These grids are specified in config.yaml
- /g/data/vk83/configurations/inputs/access-om3/cice/grids/global.1deg/2024.05.14/grid.nc
- /g/data/vk83/configurations/inputs/access-om3/cice/grids/global.1deg/2024.05.14/kmt.nc
- /g/data/vk83/configurations/inputs/access-om3/cice/initial_conditions/global.1deg/2023.07.28/iced.1900-01-01-10800.nc
In an earlier global MOM6 run (1deg_jra55do_ryf
) the following files exist in /scratch/gb02/pag548/access-om3/archive/1deg_jra55do_ryf/output000/
access-om3.cice.1900-01.nc
access-om3.cicem.1900-01.nc
I tried to copy them into
/scratch/gb02/pag548/access-om3/archive/access-rom3-MR/output000/
But I generate the same error.
I’m guessing I’ve completed the first stage in the model run because the stdout/sterr files 1deg_jra55do_ia.*
are fully written. The set of PBS job files build_intake_ds.sh.*
have been created. The stderr from the build_intake_ds.sh.e*
file is
Downloading data from 'https://raw.githubusercontent.com/ACCESS-NRI/schema/e9055da95093ec2faa555c090fc5af17923d1566/au.org.access-nri/model/o
utput/file-metadata/1-0-1.json' to file '/home/548/pag548/.cache/pooch/8e3c08344f0361af426ae185c86d446e-1-0-1.json'.
Traceback (most recent call last):
File "/g/data/hh5/public/apps/miniconda3/envs/analysis3-24.01/lib/python3.10/site-packages/urllib3/connection.py", line 203, in _new_conn
sock = connection.create_connection(
File "/g/data/hh5/public/apps/miniconda3/envs/analysis3-24.01/lib/python3.10/site-packages/urllib3/util/connection.py", line 85, in create_
connection
raise err
File "/g/data/hh5/public/apps/miniconda3/envs/analysis3-24.01/lib/python3.10/site-packages/urllib3/util/connection.py", line 73, in create_
connection
sock.connect(sa)
OSError: [Errno 101] Network is unreachable
Are there extra NCI projects or ACCESS-NRI permissions I need access to?