Skip to content

Custom model names with !update-configs #351

@anton-seaice

Description

@anton-seaice

Related to #329

The !update-configs keyword action doesn't support custom projections/module names

e.g. if a spack environment uses custom module names, !update-configs needs to be aware of these and choose the right one

Example custom module name

  modules:
    default:
      tcl:
        projections:
          access-om2: '{name}/2026.02.000-{^cice5.variants.nxglob.value}x{^cice5.variants.nyglob.value}'

running !update-configs, tries to use

modules:
  load:
  - access-om2/pr133-6

but it should try to use the custom module name

e.g.

modules:
  load:
  - access-om2/pr133-6/2026.02.000-360x300

Metadata

Metadata

Assignees

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions