-
Notifications
You must be signed in to change notification settings - Fork 1
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
Remove unused inputs #13
Comments
Also Edit: to be explicit, this is an input file, but it isn't used https://github.com/ACCESS-NRI/access-esm1.5-configs/blob/pre-industrial/ocean/input.nml#L469 |
https://github.com/ACCESS-NRI/access-esm1.5-configs/blob/pre-industrial/atmosphere/cable.nml#L56 |
|
|
We need some input from @MartinDix or Tilo on the CABLE inputs (or @ccarouge?). @dougiesquire can you confirm I'm correct about the geothermal heating and basin mask |
Yup, looks right to me (for the |
@aidanheerdegen What do you mean by removing the input files? I guess I don't know what is happening around the ESM1.5 preparations so it's not clear what you mean. For the pftlookup file, the namelist file points to a different file, CABLE only uses 1 of these files per configuration so it's ok to remove other pftlookup files. For the pool file, I'm surprised there isn't a pool file specified in the CABLE namelist but that's reaching parts of CABLE I don't know much about. That said, the file you list |
There appears to be a number of input files that just aren't used by the model configuration. So we would like to not include them in the input directory (remove them) |
I was surprised/curious about all the
So... If we only want to keep inputs that are used by the configuration without modification:
or, if we want to support users changing the WOMBAT
(Note, someone who knows about these inputs should check all of this) |
I've had a go at removing the extra inputs from an esm1.5 configuration – most of the files could be removed without any issues, apart from:
The model crashes when either of these are removed even though the related namelist settings are I'm wondering what a good way to categorise these files in the restructured input directories be would be. E.g. do you think it would it be more confusing to classify them as |
The version of Arguably then this should be back-ported to the ESM1.5 branch. If it is just this commit then it may be straightforward to cherry-pick it But I'll leave that up to @dougiesquire to make that call. |
I agree. PR here |
Can do! I've added an issue to the ESM1.5 repository to incorporate these changes into a new MOM5 executable, and will test this out once its is ready. @penguian mentioned that it would be useful to set up automated issues in https://github.com/ACCESS-NRI/ACCESS-ESM1.5/ that are automatically created whenever there are new commits to the esm1.5 components. |
Closing as I think this is completed, but re-open if there is anything outstanding. |
It appears the geothermal heating isn't turned on
https://github.com/ACCESS-NRI/access-esm1.5-configs/blob/pre-industrial/ocean/input.nml#L53
Should we remove the
geothermal_heating.nc
input file?The text was updated successfully, but these errors were encountered: