Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't find executable #213

Closed
aekiss opened this issue Aug 27, 2024 · 3 comments
Closed

can't find executable #213

aekiss opened this issue Aug 27, 2024 · 3 comments
Labels
all_configurations bug Something isn't working

Comments

@aekiss
Copy link
Contributor

aekiss commented Aug 27, 2024

MOM6-CICE6 1deg_jra55do_ryf, 025deg_jra55do_ryf, 1deg_jra55do_iaf aren't working for me.

With a fresh clone I get

$ payu setup
laboratory path:  /scratch/v45/aek156/access-om3
binary path:  /scratch/v45/aek156/access-om3/bin
input path:  /scratch/v45/aek156/access-om3/input
work path:  /scratch/v45/aek156/access-om3/work
archive path:  /scratch/v45/aek156/access-om3/archive
Loading input manifest: manifests/input.yaml
Loading restart manifest: manifests/restart.yaml
Loading exe manifest: manifests/exe.yaml
Setting up access-om3
Traceback (most recent call last):
  File "/g/data/hh5/public/apps/miniconda3/envs/analysis3-24.07/bin/payu", line 10, in <module>
    sys.exit(parse())
  File "/g/data/hh5/public/apps/miniconda3/envs/analysis3-24.07/lib/python3.10/site-packages/payu/cli.py", line 42, in parse
    run_cmd(**args)
  File "/g/data/hh5/public/apps/miniconda3/envs/analysis3-24.07/lib/python3.10/site-packages/payu/subcommands/setup_cmd.py", line 26, in runcmd
    expt.setup(force_archive=force_archive)
  File "/g/data/hh5/public/apps/miniconda3/envs/analysis3-24.07/lib/python3.10/site-packages/payu/experiment.py", line 422, in setup
    model.setup()
  File "/g/data/hh5/public/apps/miniconda3/envs/analysis3-24.07/lib/python3.10/site-packages/payu/models/cesm_cmeps.py", line 121, in setup
    super().setup()
  File "/g/data/hh5/public/apps/miniconda3/envs/analysis3-24.07/lib/python3.10/site-packages/payu/models/model.py", line 293, in setup
    raise FileNotFoundError(
FileNotFoundError: Executable for access-om3 model not found on path: /scratch/v45/aek156/access-om3/bin/access-om3-MOM6-CICE6

This is with /g/data/hh5/public/apps/miniconda3/envs/analysis3-24.07/bin/payu.

Probably related: #168

@aekiss aekiss added bug Something isn't working all_configurations labels Aug 27, 2024
@aekiss
Copy link
Contributor Author

aekiss commented Aug 27, 2024

It also fails with /g/data/hh5/public/apps/miniconda3/envs/analysis3-24.04/bin/payu

@dougiesquire
Copy link
Collaborator

dougiesquire commented Aug 27, 2024

@aekiss, you can't use payu from hh5 as it's no longer being updated (and so doesn't have the module stuff). Instead use:

module use /g/data/vk83/modules
module load payu/1.1.5

@aekiss
Copy link
Contributor Author

aekiss commented Aug 27, 2024

Thanks @dougiesquire, that works. I've updated the wiki.

@aekiss aekiss closed this as completed Aug 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
all_configurations bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants