Skip to content

Instantly share code, notes, and snippets.

@Ovewh
Ovewh / nural_network_windspeed.ipynb
Last active January 4, 2022 15:48
Nural_network_windspeed.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
import os
from IPython import embed
import pandas as pd
import argparse as ap
"""
DESCRIPTION
===========
Creates file containing the paths to the forcing required to run FLEXPART
@Ovewh
Ovewh / .vimrc
Created August 24, 2019 09:12 — forked from simonista/.vimrc
A basic .vimrc file that will serve as a good template on which to build.
" Don't try to be vi compatible
set nocompatible
" Helps force plugins to load correctly when it is turned back on below
filetype off
" TODO: Load plugins here (pathogen or vundle)
" Turn on syntax highlighting
syntax on