A collection of diagnostic and interpolation routines for use with output from the Weather Research and Forecasting (WRF-ARW) Model.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Bill Ladwig 19cf6488c3 Fixes cape crashes when more than 150 levels used. 6 years ago
..
build_help PEP 8 6 years ago
reference Completed the backporting of fortran 90 code to NCL. All routines should now pass numpy views directly to fortran to be filled rather than copying. Multi-product output now moves the product type to the left index. Raw computational routines have a public API (not tested yet however). Lots of clean-up done, and lots remaining. 9 years ago
calc_uh.f90 Properly extracts the staggered geopotential height, and removes the 1000 scaling in the Fortran routine. Fixes #75 7 years ago
eqthecalc.f90 Set the fortran OpenMP code to use the runtime scheduler so that it can be controlled inside of Python. 7 years ago
omp.f90 Added a fortran routine to determine if OpenMP has been enabled. Added a python wrapper, and updated the default omp.f90 and wrffortran.pyf. 7 years ago
ompgen.F90 Updated build scripts. 7 years ago
ompgen.F90.template Updated build scripts. 7 years ago
ripW.c Completed the backporting of fortran 90 code to NCL. All routines should now pass numpy views directly to fortran to be filled rather than copying. Multi-product output now moves the product type to the left index. Raw computational routines have a public API (not tested yet however). Lots of clean-up done, and lots remaining. 9 years ago
rip_cape.f90 Fixes cape crashes when more than 150 levels used. 6 years ago
wrfW.c Completed the backporting of fortran 90 code to NCL. All routines should now pass numpy views directly to fortran to be filled rather than copying. Multi-product output now moves the product type to the left index. Raw computational routines have a public API (not tested yet however). Lots of clean-up done, and lots remaining. 9 years ago
wrf_cloud_fracf.f90 Added dummy code to prevent compiler warnings. Removed unused variables. 7 years ago
wrf_constants.f90 Make the algerr and errlen parameters 7 years ago
wrf_fctt.f90 Fix issues related to cloud top temperature. 7 years ago
wrf_pvo.f90 Set the fortran OpenMP code to use the runtime scheduler so that it can be controlled inside of Python. 7 years ago
wrf_pw.f90 Set the fortran OpenMP code to use the runtime scheduler so that it can be controlled inside of Python. 7 years ago
wrf_relhl.f90 Fix storm relative helicity in southern hemisphere. 7 years ago
wrf_rip_phys_routines.f90 Set the fortran OpenMP code to use the runtime scheduler so that it can be controlled inside of Python. 7 years ago
wrf_testfunc.f90 Added computational unit tests. Most, if not all, computational unit tests passed. Removed obsolute routines. More code cleanup for fortran. Changed constants module to wrf_constants.f90. Fixed bugs. 9 years ago
wrf_user.f90 Improved horizontal interpolation 7 years ago
wrf_user_dbz.f90 Set the fortran OpenMP code to use the runtime scheduler so that it can be controlled inside of Python. 7 years ago
wrf_user_latlon_routines.f90 More fortran cleaning 8 years ago
wrf_vinterp.f90 Moved some variable extraction to where it is needed. 7 years ago
wrf_wind.f90 Updated wspd wdir to match NCL 6 years ago