Noah D. Brenowitz
Noah D. Brenowitz
Home
Posts
Talks
Publications
CV
Light
Dark
Automatic
Posts
Loading NetCDFs in TensorFlow
NetCDF is a ubiquitous binary data format in the geosciences. While it may not be widely known in other domains it has several advantages. Most importantly it can efficiently store large amounts of data and is self-describing.
Last updated on Mar 21, 2022
8 min read
Managing dependencies for reproducible (scientific) software
Using code written by others can save a lot of time, but we are generally better at managing our own code. We diligently commit our code into version control systems like git and write automated tests, but do not at all control (or even list) the code that is written by third-parties.
Last updated on Feb 13, 2021
12 min read
Calling Python from Fortran (not the other way around)
Please see the github library based on this blog post: https://github.com/nbren12/call_py_fort. I have gotten many emails about small bugs and environment/compiling issues with the code samples in this blog post that are hard for me to help with.
Last updated on Oct 7, 2022
10 min read
Useful Software
I use a lot of different software tools in the course of my research, so I need a way to keep track of them in case something destroys my computer. That is the purpose of this post.
Last updated on Jul 20, 2019
1 min read
Regridding atmospheric datasets
I am currently working with model output from the cloud-resolving model SAM. The full-resolution datasets are often too-large to load into memory because I have over 16000 horizontal grid points, and it is more convenient to work with coarse-grained data.
Last updated on Jul 20, 2019
2 min read
Data archival strategy
At work, my datafiles are split accross several different machines with different filesystems. These are My desktop my laptop NYU HPC NYU Abu Dhabi HPC In this post, I outline a strategy for archiving my data, and tracking where what is on different servers.
Last updated on Jul 20, 2019
1 min read
Regression splines tutorial
This tutorial describes the spline basis and smoothing techniques which are based on splines. using Plots pyplot() Here is a simple function and noisy data. The object of this tutorial is to estimate the sinuosoidal curve given the noisy observations.
Last updated on Jul 20, 2019
3 min read
Cite
×