Skip to content

Instantly share code, notes, and snippets.

View willirath's full-sized avatar

Willi Rath willirath

View GitHub Profile
@willirath
willirath / 2023-11-21_topo_selection_xoak.ipynb
Created November 21, 2023 14:37
Selecting NEMO topo with Xoak
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@willirath
willirath / parcels_NEMO_tracer_vert-axis.ipynb
Last active August 28, 2023 16:04
Parcels C-Grid tracer vert axis supplementary
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
#!/usr/bin/env bash
#SBATCH --job-name=high_throughput
#SBATCH --ntasks=13 # number of tasks running at the same time
#SBATCH --cpus-per-task=1
#SBATCH --mem-per-cpu=12G
#SBATCH --time=1:00:00 # one hour
#SBATCH --partition=cluster
#SBATCH --output=high_throughput.out
#SBATCH --error=high_throughput.err
#SBATCH --mail-user=myname@example.com
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@willirath
willirath / rotating_velocities_on_the_NEMO_grid.ipynb
Created March 14, 2023 07:47
Rotating velocity vectors on a NEMO grid
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@willirath
willirath / plot_cape_verde_turtle_trajs_on_a_map.ipynb
Last active November 30, 2022 15:15
Plot cape verde turtles on a map.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@willirath
willirath / xarray_zarr_http.ipynb
Last active March 24, 2022 09:32
Reading Zarr via pure HTTP
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@willirath
willirath / apt.txt
Last active March 8, 2022 08:31
Minimal C and Fortran course
gcc
gfortran
make
vim