Skip to content

Instantly share code, notes, and snippets.

@MeteoBoy4
MeteoBoy4 / nc2wrfda.py
Last active October 5, 2017 14:37
Preparing precipitation data for WRFDA 4DVAR
#! /home/meteoboy4/anaconda/bin/python
import write_rainobs
import os
import numpy as np
import xarray as xr
import pandas as pd
MISSING_R = -888888.