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

faster process_cmip_data: allow flattened cmip and selected time series #1564

Merged
merged 4 commits into from
May 16, 2023

Conversation

lilianschuster
Copy link
Member

Allows to use flattened CMIP data in process_cmip_data. The option is at the moment only used for the flattened overshoot and stabilisation options of gfdl-esm4 that go until 2500. This method is probably faster than always processing the unflattened files.

@lilianschuster lilianschuster changed the title allow flattened cmip in process_cmip_data faster process_cmip_data: allow flattened cmip and for selected time series Apr 12, 2023
@lilianschuster lilianschuster changed the title faster process_cmip_data: allow flattened cmip and for selected time series faster process_cmip_data: allow flattened cmip and selected time series Apr 12, 2023
@lilianschuster
Copy link
Member Author

allows to only process a selected time period of the GCMs for process_cmip_data and process_isimip_data.

Due to the rolling window for the std. bias correction of the temperature, the selected time period needs to be larger by +/- window_years_length/2 to create the exact same time series as without y0 and y1. That means, if bias corrections is done for e.g. from 2000-2019, need to set y0=1990

  • tests added

@fmaussion fmaussion merged commit 43e7645 into OGGM:master May 16, 2023
26 checks passed
@fmaussion
Copy link
Member

@lilianschuster thanks! Please document this in the notebooks

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

Successfully merging this pull request may close these issues.

None yet

2 participants