Skip to content

Instantly share code, notes, and snippets.

{
"cells": [
{
"cell_type": "markdown",
"metadata": {
"collapsed": false
},
"source": [
"This document outlines an example of how I identified and tested the coherency of a sample Eulerian SSH eddy in CM2.6 by seeding the interior with virtual Lagrangian particles and generating a float file for MITgcm advection. \n"
]
@nathanieltarshish
nathanieltarshish / CM2p6_global_floatset_gen.ipynb
Created February 17, 2017 22:41
CM2p6_global_floatset_gen
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@nathanieltarshish
nathanieltarshish / network_topology.sh
Last active November 7, 2021 17:24
network topology profiler
#!/bin/sh
Help()
{
# Display Help
echo "Probes the network topology of a SLURM cluster."
echo
echo "Syntax: network_topology.sh [-h -p partition]"
echo "options:"
echo "p only profile specific partition."