Skip to content

Scripts used for Validation of the RU-WRF model by comparing various outputs to observations points.

License

Notifications You must be signed in to change notification settings

rucool/wrf_validation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rutgers University Weather Research and Forecasting Model Validation

Scripts used for Validation of the RU-WRF model by comparing various outputs to observations points. Originally developed for Rutgers' RUWRF real-time model.

Author: Jaden Dicopoulos (jadend@marine.rutgers.edu)

Rutgers Center for Ocean Observing Leadership

Disclaimer

This toolbox will only run on a computer with direct access to the DMCS file server.

Installation Instructions

Add the channel conda-forge to your .condarc. You can find out more about conda-forge from their website: https://conda-forge.org/

conda config --add channels conda-forge

Clone the wrf_validation repository

git clone https://github.com/JadenD/wrf_validation.git

Change your current working directory to the location that you downloaded wrf_validation.

cd /Users/your_name/your_directory_structure/wrf_validation/

Create conda environment from the included environment.yml file:

conda env create -f environment.yml

Once the environment is done building, activate the environment:

conda activate wrf_val

About

Scripts used for Validation of the RU-WRF model by comparing various outputs to observations points.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 86.1%
  • Jupyter Notebook 13.9%