Code Monkey home page Code Monkey logo

ute_wrf's Introduction

THIS CODE IS SO OLD...best to scavage for parts.

Ute-WRF/

Mostly for post processing WRF output data. Python codes that I've created at the University of Utah Mountain Meteorology Group. For more info about running WRF see http://home.chpc.utah.edu/~u0553130/Brian_Blaylock/wrf.html

cross_section_*.py...............plot a cross section through the model domain (wrfout or auxhist files)

plot_*.py........................plot a 2D map view of data at the surface or a model level

tslist_*.py......................plot data from a ts file or vertical profile output

####Functions

"functions" folder includes functions dealing with various needs for processing WRF data. Note: some of these have been renamed since I wrote my other plotting scripts.

custom_domains.py................dictionary of predefined subdomain lat/lon for plotting basemap

landuse_colormap.py..............colormap for WRF landuse categories: MODIS20, MODIS21, NLCD, USGS

terrain_colormap.py..............colormap for terrain. Set lake mask to low number for blue water

read_tslist.py...................read data in the tslist file which includes station name, lat, lon

get_ts_data.py...................loads station header, time series file, vertical profile variables

trim_map.py......................trims wrf data. Useful if you have a large domain and only want a section

wind_calcs.py....................convert from UV components to speed and direction, vice versa, etc.

staggered_to_mass.py.............converts U and V variables on a staggered grid to the mass point value.

####Modificaitons

"modifications" folder includes modificaitons to WRF code.

Initialize WRF with HRRR analyses (custom WPS tables):

METGRID.TBL.HRRR.bkb...........................Metgrid Table for HRRR analyses

Vtable.HRRR.bkb................................Vtable for HRRR analyses grib2 files

Initialize and set continuous passive tracer:

Registry.EM.bkb.tracer.........................Set new tracer variable in registry

module_initialize_real.F.bkb.tracer............Initialize a passive tracer (code snippit)

solve_em.bkb.tracer............................Create continuous tracer emit every timestep (code snippit)

Modify Great Salt Lake tempertaure:

module_initialize_real.F.bkb.LakeTemp..........Change Great Salt Lake temperature (code snippit)

Modify Great Salt Lake Area in MODIS landuse category (do this in WPS geo.em files):

shrink_GSL.py..................................Python script for changing lake area

####Other

"other" folder includes miscellaneous WRF code.

tslist.bkb...............................tslist file for defining locations for WRF output at model time step

untar_hrrr_files.csh.....................untar HRRR analyses from Horel Group archive

ute_wrf's People

Contributors

blaylockbk avatar

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.