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

Resample DINO data and modify Jumper.ipynb to make it compatible #22

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

ma595
Copy link
Member

@ma595 ma595 commented Nov 13, 2024

As title suggests, DINO data is resampled using Resample_ssh.ipynb script. This converts DINO_1m_grid_T.nc to DINO_1m_To_1y_grid_T.nc.

In addition, within forecast.py the term variable is assumed to now be a tuple of form ("variable", "filename"), as it is no longer assumed that the variable name is present in the filename.

- simu_zos    = Simulation(path=path, start=start, end=end, ye=ye, term="zos")    
+ simu_zos    = Simulation(path=path, start=start, end=end, ye=ye, term=("ssh", "DINO_1m_To_1y_grid_T.nc"))   

Further changes before merge:

  • Modify Jumper.ipynb so that it demonstrates processing DINO and run end to end.

Closes #19

Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@ma595 ma595 changed the title Resample DINO data and modify jumpyer.ipynb to make it compatible Resample DINO data and modify Jumper.ipynb to make it compatible Nov 13, 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

Successfully merging this pull request may close these issues.

Load output of NEMO/DINO in spinup tool and generalise code to more inputs.
3 participants