GithubHelp home page GithubHelp logo

wrfout_ncl's Introduction

wrfout-ncl

This repository serves as an "library" for plotting various parameters in the output of Weather Research and Forecast (WRF) model. It used module approach so as to reduce the time on making consistent configuration, as well as creating more readible code.

Requirement

NCL 6.3.0

Background

Before getting started, first you need to understand the file naming. Files with prefix "module" are configuration files. There are four important types of module files.

  • module_input_single.ncl is responsible for selecting a single wrfout for NCL to plot.
  • module_input_multi.ncl is responsible for selecting multiples wrfout for NCL to plot.
  • module_output_type.ncl is responsible for selecting the format that NCL outputs. (E.g. ps, png, pdf, and so on).
  • module_basemap_mpres.ncl is responsible for configuring the geographic information.
  • module_(plot_type)_(parameters_name).ncl are responsible for plotting "parameters_name" from wrfout in the "plot_type" style with colormap defined inside.

Moreover, files with prefix "plot" are responsible for the data processing of parameters, as well as label of the plot.

These plot files may have suffix "single" or "multi", which means they use module_input_single.ncl (for reading a single wrfout file) or module_input_multi.ncl (for reading multiple wrfout files) respectively.

How to use

  1. Check out which plot file you have to use.
  2. Open the plot file using editor.
  3. Check whether the correct setting are made by in module files according to "loadscript" section. E.g. Selecting correct wrfout.
  4. If it is all correct, use NCL command to plot.

Problems

Please let me know if there are any bugs/wrong setting. I will try to fix ASAP.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.