Conversation
sjavis
left a comment
There was a problem hiding this comment.
This seems to mostly work for me locally, with the exception of TSTORMS since I don't have ifort. I have just a few suggested changes.
I think the conda environment is fine, especially since we discussed that this will probably be what we recommend. The pre-processing time also didn't seem too dreadful to me. I think, ultimately, is going to take time for the pre-processing for any reasonable.
I agree that the multiple sources and using wget can probably also be made an issue to look at improving later.
| git clone git@github.com:Cambridge-ICCS/TCTrack.git | ||
| cd TCTrack | ||
| pip install . | ||
|
|
There was a problem hiding this comment.
Instructions for initialising the conda environment for cf-python are given in the pre-processing section. Should those be moved here? Otherwise we will also need to add the pip install instruction in the pre-processing section
| plt.figure(figsize=(10, 3)) | ||
| ax = plt.axes(projection=ccrs.PlateCarree()) |
There was a problem hiding this comment.
| plt.figure(figsize=(10, 3)) | |
| ax = plt.axes(projection=ccrs.PlateCarree()) | |
| plt.figure(figsize=(8, 4)) | |
| ax = plt.axes(projection=ccrs.PlateCarree()) | |
| ax.set_extent([-180, 180, -90, 90]) |
The current plot is hard to see since the latitude range is so small and the title and legend are larger than the axes.
|
I've tried using the equivalent data from 1951, 1952, and 1953, but TSTORMs still gives no output trajectories. It seems to me that there might be an issue somewhere. I have checked and |
|
Yes, I think we need to look at the esgf-generated vorticity file. |
57186f4 to
17cd643
Compare
…o the online docs.
92cb818 to
879f9c4
Compare
|
Rebased and autosquashed. Picked up version and linting fixes from main. |
Closes #126
This adds a tutorial for new users to the docs, with associated scripts in the GitHub repo.
It works through
Potential issues:
wgetto fetch data, but I would prefer if we used OpenDAP or THREDDS. Perhaps improve later. Open an issue?On CSD3 I use the following environment:
To run the regridding script I submitted as a batch job (approx 30mins to run) using the following:
which assumes you have already cloned TCTrack and placed your miniforge installation in the
tutorial/directory.It would be good if you could work through this when back @sjavis to see how well it works or any sticking points/points for clarification/improvement.