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 38f49d2303 Added dummy code to prevent compiler warnings. Removed unused variables. 7 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 Added dummy code to prevent compiler warnings. Removed unused variables. 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 dummy code to prevent compiler warnings. Removed unused variables. 7 years ago
ompgen.F90 Added dummy code to prevent compiler warnings. Removed unused variables. 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 Added dummy code to prevent compiler warnings. Removed unused variables. 7 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 Fixed numerous issues with reading scalars and non-grid variables from the NetCDF file using getvar. Adds unit tests for reading file variables. Fixes #37 7 years ago
wrf_fctt.f90 Set the fortran OpenMP code to use the runtime scheduler so that it can be controlled inside of Python. 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 Set the fortran OpenMP code to use the runtime scheduler so that it can be controlled inside of Python. 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 Added dummy code to prevent compiler warnings. Removed unused variables. 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 Added dummy code to prevent compiler warnings. Removed unused variables. 7 years ago
wrf_wind.f90 Set the fortran OpenMP code to use the runtime scheduler so that it can be controlled inside of Python. 7 years ago
wrffortran.pyf Cleaned up the default implementation of omp.f90 and the pyf file. 7 years ago