Skip to content

Instantly share code, notes, and snippets.

View jpdarela's full-sized avatar

João Paulo Darela Filho jpdarela

  • TUM - Weihenstephan School of Life Sciences
  • Freising
  • 00:33 (UTC +01:00)
View GitHub Profile
@ycopin
ycopin / taylorDiagram.py
Last active August 9, 2024 14:25
Taylor diagram for python/matplotlib [ 10.5281/zenodo.5548061 ]
#!/usr/bin/env python
# Copyright: This document has been placed in the public domain.
"""
Taylor diagram (Taylor, 2001) implementation.
Note: If you have found these software useful for your research, I would
appreciate an acknowledgment.
"""
@ezietsman
ezietsman / build_deeming.sh
Last active August 26, 2020 20:42
Python, Cython, Fortran f2py and OpenCL versions of a Deeming periodogram
#!/bin/bash
f2py -c -m deeming periodogram.f90 -lgomp
f2py -c -m deemingomp periodogram.f90 --f90flags="-fopenmp " -lgomp