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

Handling of start-from-restart cases (one time step files) #430

Closed
ufladrich opened this issue Mar 29, 2019 · 6 comments
Closed

Handling of start-from-restart cases (one time step files) #430

ufladrich opened this issue Mar 29, 2019 · 6 comments

Comments

@ufladrich
Copy link

This is a follow-up issue to #413. The problem is that in some cases, the automatic detection of variable frequencies has a problem.

Citing @klauswyser:

Indeed we were testing a new case: the start of a scenario experiment. A historical experiment ends in 2014 and is followed by several scenarios starting in 2015. The scenario experiments will receive new experiment names yet they don't make a cold start but use the last set of restart files from the historical run. This implies that the ICM*+201412 that are saved at the beginning of the scenario experiment are incomplete in the sense that they only contain 1 timestep, and I think this is where the logic breaks down. It's good if this can be solved.

@ufladrich
Copy link
Author

For completeness, I cite @goord with a suggestion:

Would it be an option to create symlinks to the december files in 2014 with the new experiment name? At least we don't have to equip ece2cmor3 to handle multiple experiment names.

The ppt files and data request both changed in the scenario runs w.r.t. the historical right?

@plesager
Copy link
Contributor

Has anybody tested if prepending (copies or links with the correct experience name) the 2014-12 data to the scenario run works?

@oloapinivad
Copy link

No experience yet sorry, personally I will try to use the initial conditions from the libsave_ic to sort this out.

@plesager
Copy link
Contributor

Alright, then your start date will be 2015-01-01. For those who continue with the restart files from the historical run, it may be wise to restart on 2014-01-01 and cmorize from 2015-01-01. This is the only way to ensure that the same data set is available in 2014-12.

@klauswyser
Copy link
Collaborator

We have cmorized a case with a new experiment starting from the restart files of a previous experiment. Of course, it didn't work straight away, we had to do the following:

  1. add an output/ifs/001 directory with ICM*+000000 files. You can link to the ICM*+000000 files from the previous experiment, but you have to rename the links (because of the new experiment name).

  2. if your experiment starts with leg N than you have to create a new directory output/ifs/N-1 and move the first files (e.g. ICM*+201412) from output/ifs/N to output/ifs/N-1

After these changes everything worked fine.

@treerink
Copy link
Collaborator

Theis info has landed at the wiki: https://github.com/EC-Earth/ece2cmor3/wiki/Recommended-strategies.

So closing issue.

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

5 participants