Skip to content
/ viswrf Public
forked from yyr/viswrf

Framework to visualize WRF results. Basically smart python wrappers to NCL

Notifications You must be signed in to change notification settings

yfq2009/viswrf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VISualize WRF

NOTE: not usable right now please come back soon

INTRO

if you try to write ncl scripts to plot wrf output, you have to write awful lot of code again and again. This is a framework to VISualize WRF which follows the rule DRY.

Dependencies

you need to have ncl and python3 installed on your computer

how to use

  • go to results directory
  • create conf.ncl script by calling vw.
    wv conf
        
  • edit conf.ncl if necessary

finally call

vw --help

to see what VISWRF can plot.

customizations to the plots.

  • all user customizations are to be made in the conf.ncl in the results directory.
  • each results directory should have a conf.ncl script

License

GPL v3 or later

Acknowledgment

see the cite file

About

Framework to visualize WRF results. Basically smart python wrappers to NCL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published