From 985cd38bcc4c67105251ec8a3ca91b0ea8a78eb5 Mon Sep 17 00:00:00 2001 From: Bill Ladwig Date: Mon, 23 May 2016 14:53:59 -0600 Subject: [PATCH] removed the wrf_open directory --- {wrf_open/ncl_reference => ncl_reference}/WRFUserARW.ncl | 0 {wrf_open/ncl_reference => ncl_reference}/WRF_contributed.ncl | 0 {wrf_open/ncl_reference => ncl_reference}/calc_uh.f90 | 0 {wrf_open/ncl_reference => ncl_reference}/eqthecalc.f | 0 {wrf_open/ncl_reference => ncl_reference}/etaconv.py | 0 {wrf_open/ncl_reference => ncl_reference}/psadilookup.dat | 0 {wrf_open/ncl_reference => ncl_reference}/rcm2points.f | 0 {wrf_open/ncl_reference => ncl_reference}/rcm2rgrid.f | 0 {wrf_open/ncl_reference => ncl_reference}/rcmW.c | 0 {wrf_open/ncl_reference => ncl_reference}/rip_cape.f | 0 {wrf_open/ncl_reference => ncl_reference}/wrfW.c | 0 {wrf_open/ncl_reference => ncl_reference}/wrf_bint3d.f | 0 {wrf_open/ncl_reference => ncl_reference}/wrf_cloud_topW.c | 0 {wrf_open/ncl_reference => ncl_reference}/wrf_fctt.f | 0 {wrf_open/ncl_reference => ncl_reference}/wrf_fddaobs_in.F | 0 {wrf_open/ncl_reference => ncl_reference}/wrf_pvo.f | 0 {wrf_open/ncl_reference => ncl_reference}/wrf_relhl.f | 0 {wrf_open/ncl_reference => ncl_reference}/wrf_rip_phys_routines.f | 0 {wrf_open/ncl_reference => ncl_reference}/wrf_user.f | 0 {wrf_open/ncl_reference => ncl_reference}/wrf_user_dbz.f | 0 .../ncl_reference => ncl_reference}/wrf_user_latlon_routines.f | 0 {wrf_open/ncl_reference => ncl_reference}/wrf_vinterp.f | 0 {wrf_open/ncl_reference => ncl_reference}/wrf_vinterpW.c | 0 {wrf_open/script => script}/plot2d | 0 {wrf_open/script => script}/somplot | 0 {wrf_open/script => script}/td_test.py | 0 {wrf_open/script => script}/wrftest.py | 0 wrf_open/setup.py => setup.py | 0 {wrf_open/src => src}/python/wrf/__init__.py | 0 {wrf_open/src => src}/python/wrf/cape.py | 0 {wrf_open/src => src}/python/wrf/config.py | 0 {wrf_open/src => src}/python/wrf/constants.py | 0 {wrf_open/src => src}/python/wrf/ctt.py | 0 {wrf_open/src => src}/python/wrf/dbz.py | 0 {wrf_open/src => src}/python/wrf/decorators.py | 0 {wrf_open/src => src}/python/wrf/destag.py | 0 {wrf_open/src => src}/python/wrf/dewpoint.py | 0 {wrf_open/src => src}/python/wrf/extension.py | 0 {wrf_open/src => src}/python/wrf/geoht.py | 0 {wrf_open/src => src}/python/wrf/helicity.py | 0 {wrf_open/src => src}/python/wrf/interp.py | 0 {wrf_open/src => src}/python/wrf/interputils.py | 0 {wrf_open/src => src}/python/wrf/latlon.py | 0 {wrf_open/src => src}/python/wrf/latlonutils.py | 0 {wrf_open/src => src}/python/wrf/metadecorators.py | 0 {wrf_open/src => src}/python/wrf/omega.py | 0 {wrf_open/src => src}/python/wrf/precip.py | 0 {wrf_open/src => src}/python/wrf/pressure.py | 0 {wrf_open/src => src}/python/wrf/projection.py | 0 {wrf_open/src => src}/python/wrf/psadlookup.py | 0 {wrf_open/src => src}/python/wrf/pw.py | 0 {wrf_open/src => src}/python/wrf/rh.py | 0 {wrf_open/src => src}/python/wrf/routines.py | 0 {wrf_open/src => src}/python/wrf/slp.py | 0 {wrf_open/src => src}/python/wrf/temp.py | 0 {wrf_open/src => src}/python/wrf/terrain.py | 0 {wrf_open/src => src}/python/wrf/times.py | 0 {wrf_open/src => src}/python/wrf/units.py | 0 {wrf_open/src => src}/python/wrf/util.py | 0 {wrf_open/src => src}/python/wrf/uvdecorator.py | 0 {wrf_open/src => src}/python/wrf/uvmet.py | 0 {wrf_open/src => src}/python/wrf/vorticity.py | 0 {wrf_open/src => src}/python/wrf/wind.py | 0 {wrf_open/src => src}/python/wrf/wrfcape.f90 | 0 {wrf_open/src => src}/python/wrf/wrfcape.pyf | 0 {wrf_open/src => src}/python/wrf/wrfext.f90 | 0 {wrf_open/src => src}/python/wrf/wrfext.pyf | 0 {wrf_open/src => src}/python/wrf/wrfext2.f90.BAK | 0 {wrf_open/test => test}/ipynb/WRF_python_demo.ipynb | 0 {wrf_open/test => test}/listBug.ncl | 0 {wrf_open/test => test}/ncl_get_var.ncl | 0 {wrf_open/test => test}/projtest.py | 0 {wrf_open/test => test}/snippet.py | 0 {wrf_open/test => test}/test_vinterp.ncl | 0 {wrf_open/test => test}/utests.py | 0 75 files changed, 0 insertions(+), 0 deletions(-) rename {wrf_open/ncl_reference => ncl_reference}/WRFUserARW.ncl (100%) rename {wrf_open/ncl_reference => ncl_reference}/WRF_contributed.ncl (100%) rename {wrf_open/ncl_reference => ncl_reference}/calc_uh.f90 (100%) rename {wrf_open/ncl_reference => ncl_reference}/eqthecalc.f (100%) rename {wrf_open/ncl_reference => ncl_reference}/etaconv.py (100%) rename {wrf_open/ncl_reference => ncl_reference}/psadilookup.dat (100%) rename {wrf_open/ncl_reference => ncl_reference}/rcm2points.f (100%) rename {wrf_open/ncl_reference => ncl_reference}/rcm2rgrid.f (100%) rename {wrf_open/ncl_reference => ncl_reference}/rcmW.c (100%) rename {wrf_open/ncl_reference => ncl_reference}/rip_cape.f (100%) rename {wrf_open/ncl_reference => ncl_reference}/wrfW.c (100%) rename {wrf_open/ncl_reference => ncl_reference}/wrf_bint3d.f (100%) rename {wrf_open/ncl_reference => ncl_reference}/wrf_cloud_topW.c (100%) rename {wrf_open/ncl_reference => ncl_reference}/wrf_fctt.f (100%) rename {wrf_open/ncl_reference => ncl_reference}/wrf_fddaobs_in.F (100%) rename {wrf_open/ncl_reference => ncl_reference}/wrf_pvo.f (100%) rename {wrf_open/ncl_reference => ncl_reference}/wrf_relhl.f (100%) rename {wrf_open/ncl_reference => ncl_reference}/wrf_rip_phys_routines.f (100%) rename {wrf_open/ncl_reference => ncl_reference}/wrf_user.f (100%) rename {wrf_open/ncl_reference => ncl_reference}/wrf_user_dbz.f (100%) rename {wrf_open/ncl_reference => ncl_reference}/wrf_user_latlon_routines.f (100%) rename {wrf_open/ncl_reference => ncl_reference}/wrf_vinterp.f (100%) rename {wrf_open/ncl_reference => ncl_reference}/wrf_vinterpW.c (100%) rename {wrf_open/script => script}/plot2d (100%) rename {wrf_open/script => script}/somplot (100%) rename {wrf_open/script => script}/td_test.py (100%) rename {wrf_open/script => script}/wrftest.py (100%) rename wrf_open/setup.py => setup.py (100%) rename {wrf_open/src => src}/python/wrf/__init__.py (100%) rename {wrf_open/src => src}/python/wrf/cape.py (100%) rename {wrf_open/src => src}/python/wrf/config.py (100%) rename {wrf_open/src => src}/python/wrf/constants.py (100%) rename {wrf_open/src => src}/python/wrf/ctt.py (100%) rename {wrf_open/src => src}/python/wrf/dbz.py (100%) rename {wrf_open/src => src}/python/wrf/decorators.py (100%) rename {wrf_open/src => src}/python/wrf/destag.py (100%) rename {wrf_open/src => src}/python/wrf/dewpoint.py (100%) rename {wrf_open/src => src}/python/wrf/extension.py (100%) rename {wrf_open/src => src}/python/wrf/geoht.py (100%) rename {wrf_open/src => src}/python/wrf/helicity.py (100%) rename {wrf_open/src => src}/python/wrf/interp.py (100%) rename {wrf_open/src => src}/python/wrf/interputils.py (100%) rename {wrf_open/src => src}/python/wrf/latlon.py (100%) rename {wrf_open/src => src}/python/wrf/latlonutils.py (100%) rename {wrf_open/src => src}/python/wrf/metadecorators.py (100%) rename {wrf_open/src => src}/python/wrf/omega.py (100%) rename {wrf_open/src => src}/python/wrf/precip.py (100%) rename {wrf_open/src => src}/python/wrf/pressure.py (100%) rename {wrf_open/src => src}/python/wrf/projection.py (100%) rename {wrf_open/src => src}/python/wrf/psadlookup.py (100%) rename {wrf_open/src => src}/python/wrf/pw.py (100%) rename {wrf_open/src => src}/python/wrf/rh.py (100%) rename {wrf_open/src => src}/python/wrf/routines.py (100%) rename {wrf_open/src => src}/python/wrf/slp.py (100%) rename {wrf_open/src => src}/python/wrf/temp.py (100%) rename {wrf_open/src => src}/python/wrf/terrain.py (100%) rename {wrf_open/src => src}/python/wrf/times.py (100%) rename {wrf_open/src => src}/python/wrf/units.py (100%) rename {wrf_open/src => src}/python/wrf/util.py (100%) rename {wrf_open/src => src}/python/wrf/uvdecorator.py (100%) rename {wrf_open/src => src}/python/wrf/uvmet.py (100%) rename {wrf_open/src => src}/python/wrf/vorticity.py (100%) rename {wrf_open/src => src}/python/wrf/wind.py (100%) rename {wrf_open/src => src}/python/wrf/wrfcape.f90 (100%) rename {wrf_open/src => src}/python/wrf/wrfcape.pyf (100%) rename {wrf_open/src => src}/python/wrf/wrfext.f90 (100%) rename {wrf_open/src => src}/python/wrf/wrfext.pyf (100%) rename {wrf_open/src => src}/python/wrf/wrfext2.f90.BAK (100%) rename {wrf_open/test => test}/ipynb/WRF_python_demo.ipynb (100%) rename {wrf_open/test => test}/listBug.ncl (100%) rename {wrf_open/test => test}/ncl_get_var.ncl (100%) rename {wrf_open/test => test}/projtest.py (100%) rename {wrf_open/test => test}/snippet.py (100%) rename {wrf_open/test => test}/test_vinterp.ncl (100%) rename {wrf_open/test => test}/utests.py (100%) diff --git a/wrf_open/ncl_reference/WRFUserARW.ncl b/ncl_reference/WRFUserARW.ncl similarity index 100% rename from wrf_open/ncl_reference/WRFUserARW.ncl rename to ncl_reference/WRFUserARW.ncl diff --git a/wrf_open/ncl_reference/WRF_contributed.ncl b/ncl_reference/WRF_contributed.ncl similarity index 100% rename from wrf_open/ncl_reference/WRF_contributed.ncl rename to ncl_reference/WRF_contributed.ncl diff --git a/wrf_open/ncl_reference/calc_uh.f90 b/ncl_reference/calc_uh.f90 similarity index 100% rename from wrf_open/ncl_reference/calc_uh.f90 rename to ncl_reference/calc_uh.f90 diff --git a/wrf_open/ncl_reference/eqthecalc.f b/ncl_reference/eqthecalc.f similarity index 100% rename from wrf_open/ncl_reference/eqthecalc.f rename to ncl_reference/eqthecalc.f diff --git a/wrf_open/ncl_reference/etaconv.py b/ncl_reference/etaconv.py similarity index 100% rename from wrf_open/ncl_reference/etaconv.py rename to ncl_reference/etaconv.py diff --git a/wrf_open/ncl_reference/psadilookup.dat b/ncl_reference/psadilookup.dat similarity index 100% rename from wrf_open/ncl_reference/psadilookup.dat rename to ncl_reference/psadilookup.dat diff --git a/wrf_open/ncl_reference/rcm2points.f b/ncl_reference/rcm2points.f similarity index 100% rename from wrf_open/ncl_reference/rcm2points.f rename to ncl_reference/rcm2points.f diff --git a/wrf_open/ncl_reference/rcm2rgrid.f b/ncl_reference/rcm2rgrid.f similarity index 100% rename from wrf_open/ncl_reference/rcm2rgrid.f rename to ncl_reference/rcm2rgrid.f diff --git a/wrf_open/ncl_reference/rcmW.c b/ncl_reference/rcmW.c similarity index 100% rename from wrf_open/ncl_reference/rcmW.c rename to ncl_reference/rcmW.c diff --git a/wrf_open/ncl_reference/rip_cape.f b/ncl_reference/rip_cape.f similarity index 100% rename from wrf_open/ncl_reference/rip_cape.f rename to ncl_reference/rip_cape.f diff --git a/wrf_open/ncl_reference/wrfW.c b/ncl_reference/wrfW.c similarity index 100% rename from wrf_open/ncl_reference/wrfW.c rename to ncl_reference/wrfW.c diff --git a/wrf_open/ncl_reference/wrf_bint3d.f b/ncl_reference/wrf_bint3d.f similarity index 100% rename from wrf_open/ncl_reference/wrf_bint3d.f rename to ncl_reference/wrf_bint3d.f diff --git a/wrf_open/ncl_reference/wrf_cloud_topW.c b/ncl_reference/wrf_cloud_topW.c similarity index 100% rename from wrf_open/ncl_reference/wrf_cloud_topW.c rename to ncl_reference/wrf_cloud_topW.c diff --git a/wrf_open/ncl_reference/wrf_fctt.f b/ncl_reference/wrf_fctt.f similarity index 100% rename from wrf_open/ncl_reference/wrf_fctt.f rename to ncl_reference/wrf_fctt.f diff --git a/wrf_open/ncl_reference/wrf_fddaobs_in.F b/ncl_reference/wrf_fddaobs_in.F similarity index 100% rename from wrf_open/ncl_reference/wrf_fddaobs_in.F rename to ncl_reference/wrf_fddaobs_in.F diff --git a/wrf_open/ncl_reference/wrf_pvo.f b/ncl_reference/wrf_pvo.f similarity index 100% rename from wrf_open/ncl_reference/wrf_pvo.f rename to ncl_reference/wrf_pvo.f diff --git a/wrf_open/ncl_reference/wrf_relhl.f b/ncl_reference/wrf_relhl.f similarity index 100% rename from wrf_open/ncl_reference/wrf_relhl.f rename to ncl_reference/wrf_relhl.f diff --git a/wrf_open/ncl_reference/wrf_rip_phys_routines.f b/ncl_reference/wrf_rip_phys_routines.f similarity index 100% rename from wrf_open/ncl_reference/wrf_rip_phys_routines.f rename to ncl_reference/wrf_rip_phys_routines.f diff --git a/wrf_open/ncl_reference/wrf_user.f b/ncl_reference/wrf_user.f similarity index 100% rename from wrf_open/ncl_reference/wrf_user.f rename to ncl_reference/wrf_user.f diff --git a/wrf_open/ncl_reference/wrf_user_dbz.f b/ncl_reference/wrf_user_dbz.f similarity index 100% rename from wrf_open/ncl_reference/wrf_user_dbz.f rename to ncl_reference/wrf_user_dbz.f diff --git a/wrf_open/ncl_reference/wrf_user_latlon_routines.f b/ncl_reference/wrf_user_latlon_routines.f similarity index 100% rename from wrf_open/ncl_reference/wrf_user_latlon_routines.f rename to ncl_reference/wrf_user_latlon_routines.f diff --git a/wrf_open/ncl_reference/wrf_vinterp.f b/ncl_reference/wrf_vinterp.f similarity index 100% rename from wrf_open/ncl_reference/wrf_vinterp.f rename to ncl_reference/wrf_vinterp.f diff --git a/wrf_open/ncl_reference/wrf_vinterpW.c b/ncl_reference/wrf_vinterpW.c similarity index 100% rename from wrf_open/ncl_reference/wrf_vinterpW.c rename to ncl_reference/wrf_vinterpW.c diff --git a/wrf_open/script/plot2d b/script/plot2d similarity index 100% rename from wrf_open/script/plot2d rename to script/plot2d diff --git a/wrf_open/script/somplot b/script/somplot similarity index 100% rename from wrf_open/script/somplot rename to script/somplot diff --git a/wrf_open/script/td_test.py b/script/td_test.py similarity index 100% rename from wrf_open/script/td_test.py rename to script/td_test.py diff --git a/wrf_open/script/wrftest.py b/script/wrftest.py similarity index 100% rename from wrf_open/script/wrftest.py rename to script/wrftest.py diff --git a/wrf_open/setup.py b/setup.py similarity index 100% rename from wrf_open/setup.py rename to setup.py diff --git a/wrf_open/src/python/wrf/__init__.py b/src/python/wrf/__init__.py similarity index 100% rename from wrf_open/src/python/wrf/__init__.py rename to src/python/wrf/__init__.py diff --git a/wrf_open/src/python/wrf/cape.py b/src/python/wrf/cape.py similarity index 100% rename from wrf_open/src/python/wrf/cape.py rename to src/python/wrf/cape.py diff --git a/wrf_open/src/python/wrf/config.py b/src/python/wrf/config.py similarity index 100% rename from wrf_open/src/python/wrf/config.py rename to src/python/wrf/config.py diff --git a/wrf_open/src/python/wrf/constants.py b/src/python/wrf/constants.py similarity index 100% rename from wrf_open/src/python/wrf/constants.py rename to src/python/wrf/constants.py diff --git a/wrf_open/src/python/wrf/ctt.py b/src/python/wrf/ctt.py similarity index 100% rename from wrf_open/src/python/wrf/ctt.py rename to src/python/wrf/ctt.py diff --git a/wrf_open/src/python/wrf/dbz.py b/src/python/wrf/dbz.py similarity index 100% rename from wrf_open/src/python/wrf/dbz.py rename to src/python/wrf/dbz.py diff --git a/wrf_open/src/python/wrf/decorators.py b/src/python/wrf/decorators.py similarity index 100% rename from wrf_open/src/python/wrf/decorators.py rename to src/python/wrf/decorators.py diff --git a/wrf_open/src/python/wrf/destag.py b/src/python/wrf/destag.py similarity index 100% rename from wrf_open/src/python/wrf/destag.py rename to src/python/wrf/destag.py diff --git a/wrf_open/src/python/wrf/dewpoint.py b/src/python/wrf/dewpoint.py similarity index 100% rename from wrf_open/src/python/wrf/dewpoint.py rename to src/python/wrf/dewpoint.py diff --git a/wrf_open/src/python/wrf/extension.py b/src/python/wrf/extension.py similarity index 100% rename from wrf_open/src/python/wrf/extension.py rename to src/python/wrf/extension.py diff --git a/wrf_open/src/python/wrf/geoht.py b/src/python/wrf/geoht.py similarity index 100% rename from wrf_open/src/python/wrf/geoht.py rename to src/python/wrf/geoht.py diff --git a/wrf_open/src/python/wrf/helicity.py b/src/python/wrf/helicity.py similarity index 100% rename from wrf_open/src/python/wrf/helicity.py rename to src/python/wrf/helicity.py diff --git a/wrf_open/src/python/wrf/interp.py b/src/python/wrf/interp.py similarity index 100% rename from wrf_open/src/python/wrf/interp.py rename to src/python/wrf/interp.py diff --git a/wrf_open/src/python/wrf/interputils.py b/src/python/wrf/interputils.py similarity index 100% rename from wrf_open/src/python/wrf/interputils.py rename to src/python/wrf/interputils.py diff --git a/wrf_open/src/python/wrf/latlon.py b/src/python/wrf/latlon.py similarity index 100% rename from wrf_open/src/python/wrf/latlon.py rename to src/python/wrf/latlon.py diff --git a/wrf_open/src/python/wrf/latlonutils.py b/src/python/wrf/latlonutils.py similarity index 100% rename from wrf_open/src/python/wrf/latlonutils.py rename to src/python/wrf/latlonutils.py diff --git a/wrf_open/src/python/wrf/metadecorators.py b/src/python/wrf/metadecorators.py similarity index 100% rename from wrf_open/src/python/wrf/metadecorators.py rename to src/python/wrf/metadecorators.py diff --git a/wrf_open/src/python/wrf/omega.py b/src/python/wrf/omega.py similarity index 100% rename from wrf_open/src/python/wrf/omega.py rename to src/python/wrf/omega.py diff --git a/wrf_open/src/python/wrf/precip.py b/src/python/wrf/precip.py similarity index 100% rename from wrf_open/src/python/wrf/precip.py rename to src/python/wrf/precip.py diff --git a/wrf_open/src/python/wrf/pressure.py b/src/python/wrf/pressure.py similarity index 100% rename from wrf_open/src/python/wrf/pressure.py rename to src/python/wrf/pressure.py diff --git a/wrf_open/src/python/wrf/projection.py b/src/python/wrf/projection.py similarity index 100% rename from wrf_open/src/python/wrf/projection.py rename to src/python/wrf/projection.py diff --git a/wrf_open/src/python/wrf/psadlookup.py b/src/python/wrf/psadlookup.py similarity index 100% rename from wrf_open/src/python/wrf/psadlookup.py rename to src/python/wrf/psadlookup.py diff --git a/wrf_open/src/python/wrf/pw.py b/src/python/wrf/pw.py similarity index 100% rename from wrf_open/src/python/wrf/pw.py rename to src/python/wrf/pw.py diff --git a/wrf_open/src/python/wrf/rh.py b/src/python/wrf/rh.py similarity index 100% rename from wrf_open/src/python/wrf/rh.py rename to src/python/wrf/rh.py diff --git a/wrf_open/src/python/wrf/routines.py b/src/python/wrf/routines.py similarity index 100% rename from wrf_open/src/python/wrf/routines.py rename to src/python/wrf/routines.py diff --git a/wrf_open/src/python/wrf/slp.py b/src/python/wrf/slp.py similarity index 100% rename from wrf_open/src/python/wrf/slp.py rename to src/python/wrf/slp.py diff --git a/wrf_open/src/python/wrf/temp.py b/src/python/wrf/temp.py similarity index 100% rename from wrf_open/src/python/wrf/temp.py rename to src/python/wrf/temp.py diff --git a/wrf_open/src/python/wrf/terrain.py b/src/python/wrf/terrain.py similarity index 100% rename from wrf_open/src/python/wrf/terrain.py rename to src/python/wrf/terrain.py diff --git a/wrf_open/src/python/wrf/times.py b/src/python/wrf/times.py similarity index 100% rename from wrf_open/src/python/wrf/times.py rename to src/python/wrf/times.py diff --git a/wrf_open/src/python/wrf/units.py b/src/python/wrf/units.py similarity index 100% rename from wrf_open/src/python/wrf/units.py rename to src/python/wrf/units.py diff --git a/wrf_open/src/python/wrf/util.py b/src/python/wrf/util.py similarity index 100% rename from wrf_open/src/python/wrf/util.py rename to src/python/wrf/util.py diff --git a/wrf_open/src/python/wrf/uvdecorator.py b/src/python/wrf/uvdecorator.py similarity index 100% rename from wrf_open/src/python/wrf/uvdecorator.py rename to src/python/wrf/uvdecorator.py diff --git a/wrf_open/src/python/wrf/uvmet.py b/src/python/wrf/uvmet.py similarity index 100% rename from wrf_open/src/python/wrf/uvmet.py rename to src/python/wrf/uvmet.py diff --git a/wrf_open/src/python/wrf/vorticity.py b/src/python/wrf/vorticity.py similarity index 100% rename from wrf_open/src/python/wrf/vorticity.py rename to src/python/wrf/vorticity.py diff --git a/wrf_open/src/python/wrf/wind.py b/src/python/wrf/wind.py similarity index 100% rename from wrf_open/src/python/wrf/wind.py rename to src/python/wrf/wind.py diff --git a/wrf_open/src/python/wrf/wrfcape.f90 b/src/python/wrf/wrfcape.f90 similarity index 100% rename from wrf_open/src/python/wrf/wrfcape.f90 rename to src/python/wrf/wrfcape.f90 diff --git a/wrf_open/src/python/wrf/wrfcape.pyf b/src/python/wrf/wrfcape.pyf similarity index 100% rename from wrf_open/src/python/wrf/wrfcape.pyf rename to src/python/wrf/wrfcape.pyf diff --git a/wrf_open/src/python/wrf/wrfext.f90 b/src/python/wrf/wrfext.f90 similarity index 100% rename from wrf_open/src/python/wrf/wrfext.f90 rename to src/python/wrf/wrfext.f90 diff --git a/wrf_open/src/python/wrf/wrfext.pyf b/src/python/wrf/wrfext.pyf similarity index 100% rename from wrf_open/src/python/wrf/wrfext.pyf rename to src/python/wrf/wrfext.pyf diff --git a/wrf_open/src/python/wrf/wrfext2.f90.BAK b/src/python/wrf/wrfext2.f90.BAK similarity index 100% rename from wrf_open/src/python/wrf/wrfext2.f90.BAK rename to src/python/wrf/wrfext2.f90.BAK diff --git a/wrf_open/test/ipynb/WRF_python_demo.ipynb b/test/ipynb/WRF_python_demo.ipynb similarity index 100% rename from wrf_open/test/ipynb/WRF_python_demo.ipynb rename to test/ipynb/WRF_python_demo.ipynb diff --git a/wrf_open/test/listBug.ncl b/test/listBug.ncl similarity index 100% rename from wrf_open/test/listBug.ncl rename to test/listBug.ncl diff --git a/wrf_open/test/ncl_get_var.ncl b/test/ncl_get_var.ncl similarity index 100% rename from wrf_open/test/ncl_get_var.ncl rename to test/ncl_get_var.ncl diff --git a/wrf_open/test/projtest.py b/test/projtest.py similarity index 100% rename from wrf_open/test/projtest.py rename to test/projtest.py diff --git a/wrf_open/test/snippet.py b/test/snippet.py similarity index 100% rename from wrf_open/test/snippet.py rename to test/snippet.py diff --git a/wrf_open/test/test_vinterp.ncl b/test/test_vinterp.ncl similarity index 100% rename from wrf_open/test/test_vinterp.ncl rename to test/test_vinterp.ncl diff --git a/wrf_open/test/utests.py b/test/utests.py similarity index 100% rename from wrf_open/test/utests.py rename to test/utests.py