Skip to content

Instantly share code, notes, and snippets.

View aidanheerdegen's full-sized avatar

Aidan Heerdegen aidanheerdegen

  • Australian Earth-System Simulator National Research Infrastructure (ACCESS-NRI)
  • ACCESS-NRI, Australian National University
View GitHub Profile
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@aidanheerdegen
aidanheerdegen / ARGO_GEM.ipynb
Created March 4, 2022 04:41
Calclate Gravest Empirical Mode of the Southern Ocean from ARGO data
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.
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.
@aidanheerdegen
aidanheerdegen / ConcatETH.ipynb
Created January 17, 2022 03:51
Concatenate data files without correct time dimensions
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.
#!/bin/bash
####define fucmntion for surface level vars regridding at smaller extent
regrid_shallow () {
#$1 = depth_idx
#$2 = file
#mk outdire if not there
OUTDIR=$outdir/$2/$3
mkdir -p $OUTDIR
FILE="${1##*/}"