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

Modify tracking one step behind model using suite.rc #14

Open
jonseddon opened this issue Nov 27, 2020 · 1 comment
Open

Modify tracking one step behind model using suite.rc #14

jonseddon opened this issue Nov 27, 2020 · 1 comment

Comments

@jonseddon
Copy link
Collaborator

To run the tracking when the netCDF files are known to be available there is currently some logic in suite.rc:

postproc[+{{EXPT_RESUB}}] => tracking

this is bad because log files have been deleted by then and for other reasons.

It would be better to have logic in the Python that looks at the model resubmission period and the stream reinitialisation period that knows what files have become available and need to be tracked.

An approach similar to postproc that creates .arch files (perhaps .track) to know which files have been tracked could be used.

@jonseddon
Copy link
Collaborator Author

This may be best implemented once #15 has been completed.

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

1 participant