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

Atmosphere configurations have unnecessary files #14

Open
MartinDix opened this issue Feb 19, 2024 · 1 comment
Open

Atmosphere configurations have unnecessary files #14

MartinDix opened this issue Feb 19, 2024 · 1 comment
Assignees

Comments

@MartinDix
Copy link

The atmosphere directory has files (e.g. from the historical branch but all the ones I checked were the same)

CNTLALL   PPCNTL  UAFILES_A  errflag  ftxx.new   ihist          parexe          prefix.PRESM_A
CONTCNTL  SIZES   UAFLDS_A   exstat   ftxx.vars  input_atm.nml  prefix.CNTLATM  um_env.py
INITHIS   STASHC  cable.nml  ftxx     hnlist     namelists      prefix.CNTLGEN

Many of these are not used by the model and their presence is confusing because the same namelist variable may be set in multiple files. The minimal set required is

STASHC     UAFLDS_A   errflag  ihist          namelists       um_env.py
UAFILES_A  cable.nml  hnlist   input_atm.nml  prefix.PRESM_A

This also requires a change to payu to remove them from the list of required files.

@MartinDix
Copy link
Author

Also some unnecessary entries in um_env.py.

Tested with pre-industrial run (and modified payu)
MartinDix@9425943

@MartinDix MartinDix changed the title Atmosphere configurations have unncessary files Atmosphere configurations have unnecessary files Feb 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants