From da689aaa1c686adcd3d7fbaef72d865e61e4f623 Mon Sep 17 00:00:00 2001 From: Bill Ladwig Date: Mon, 23 May 2016 16:43:54 -0600 Subject: [PATCH] removed the python directory --- src/{python => }/wrf/__init__.py | 0 src/{python => }/wrf/cape.py | 0 src/{python => }/wrf/config.py | 0 src/{python => }/wrf/constants.py | 0 src/{python => }/wrf/ctt.py | 0 src/{python => }/wrf/dbz.py | 0 src/{python => }/wrf/decorators.py | 0 src/{python => }/wrf/destag.py | 0 src/{python => }/wrf/dewpoint.py | 0 src/{python => }/wrf/extension.py | 0 src/{python => }/wrf/geoht.py | 0 src/{python => }/wrf/helicity.py | 0 src/{python => }/wrf/interp.py | 0 src/{python => }/wrf/interputils.py | 0 src/{python => }/wrf/latlon.py | 0 src/{python => }/wrf/latlonutils.py | 0 src/{python => }/wrf/metadecorators.py | 0 src/{python => }/wrf/omega.py | 0 src/{python => }/wrf/precip.py | 0 src/{python => }/wrf/pressure.py | 0 src/{python => }/wrf/projection.py | 0 src/{python => }/wrf/psadlookup.py | 0 src/{python => }/wrf/pw.py | 0 src/{python => }/wrf/rh.py | 0 src/{python => }/wrf/routines.py | 0 src/{python => }/wrf/slp.py | 0 src/{python => }/wrf/temp.py | 0 src/{python => }/wrf/terrain.py | 0 src/{python => }/wrf/times.py | 0 src/{python => }/wrf/units.py | 0 src/{python => }/wrf/util.py | 0 src/{python => }/wrf/uvdecorator.py | 0 src/{python => }/wrf/uvmet.py | 0 src/{python => }/wrf/vorticity.py | 0 src/{python => }/wrf/wind.py | 0 src/{python => }/wrf/wrfcape.f90 | 0 src/{python => }/wrf/wrfcape.pyf | 0 src/{python => }/wrf/wrfext.f90 | 0 src/{python => }/wrf/wrfext.pyf | 0 src/{python => }/wrf/wrfext2.f90.BAK | 0 40 files changed, 0 insertions(+), 0 deletions(-) rename src/{python => }/wrf/__init__.py (100%) rename src/{python => }/wrf/cape.py (100%) rename src/{python => }/wrf/config.py (100%) rename src/{python => }/wrf/constants.py (100%) rename src/{python => }/wrf/ctt.py (100%) rename src/{python => }/wrf/dbz.py (100%) rename src/{python => }/wrf/decorators.py (100%) rename src/{python => }/wrf/destag.py (100%) rename src/{python => }/wrf/dewpoint.py (100%) rename src/{python => }/wrf/extension.py (100%) rename src/{python => }/wrf/geoht.py (100%) rename src/{python => }/wrf/helicity.py (100%) rename src/{python => }/wrf/interp.py (100%) rename src/{python => }/wrf/interputils.py (100%) rename src/{python => }/wrf/latlon.py (100%) rename src/{python => }/wrf/latlonutils.py (100%) rename src/{python => }/wrf/metadecorators.py (100%) rename src/{python => }/wrf/omega.py (100%) rename src/{python => }/wrf/precip.py (100%) rename src/{python => }/wrf/pressure.py (100%) rename src/{python => }/wrf/projection.py (100%) rename src/{python => }/wrf/psadlookup.py (100%) rename src/{python => }/wrf/pw.py (100%) rename src/{python => }/wrf/rh.py (100%) rename src/{python => }/wrf/routines.py (100%) rename src/{python => }/wrf/slp.py (100%) rename src/{python => }/wrf/temp.py (100%) rename src/{python => }/wrf/terrain.py (100%) rename src/{python => }/wrf/times.py (100%) rename src/{python => }/wrf/units.py (100%) rename src/{python => }/wrf/util.py (100%) rename src/{python => }/wrf/uvdecorator.py (100%) rename src/{python => }/wrf/uvmet.py (100%) rename src/{python => }/wrf/vorticity.py (100%) rename src/{python => }/wrf/wind.py (100%) rename src/{python => }/wrf/wrfcape.f90 (100%) rename src/{python => }/wrf/wrfcape.pyf (100%) rename src/{python => }/wrf/wrfext.f90 (100%) rename src/{python => }/wrf/wrfext.pyf (100%) rename src/{python => }/wrf/wrfext2.f90.BAK (100%) diff --git a/src/python/wrf/__init__.py b/src/wrf/__init__.py similarity index 100% rename from src/python/wrf/__init__.py rename to src/wrf/__init__.py diff --git a/src/python/wrf/cape.py b/src/wrf/cape.py similarity index 100% rename from src/python/wrf/cape.py rename to src/wrf/cape.py diff --git a/src/python/wrf/config.py b/src/wrf/config.py similarity index 100% rename from src/python/wrf/config.py rename to src/wrf/config.py diff --git a/src/python/wrf/constants.py b/src/wrf/constants.py similarity index 100% rename from src/python/wrf/constants.py rename to src/wrf/constants.py diff --git a/src/python/wrf/ctt.py b/src/wrf/ctt.py similarity index 100% rename from src/python/wrf/ctt.py rename to src/wrf/ctt.py diff --git a/src/python/wrf/dbz.py b/src/wrf/dbz.py similarity index 100% rename from src/python/wrf/dbz.py rename to src/wrf/dbz.py diff --git a/src/python/wrf/decorators.py b/src/wrf/decorators.py similarity index 100% rename from src/python/wrf/decorators.py rename to src/wrf/decorators.py diff --git a/src/python/wrf/destag.py b/src/wrf/destag.py similarity index 100% rename from src/python/wrf/destag.py rename to src/wrf/destag.py diff --git a/src/python/wrf/dewpoint.py b/src/wrf/dewpoint.py similarity index 100% rename from src/python/wrf/dewpoint.py rename to src/wrf/dewpoint.py diff --git a/src/python/wrf/extension.py b/src/wrf/extension.py similarity index 100% rename from src/python/wrf/extension.py rename to src/wrf/extension.py diff --git a/src/python/wrf/geoht.py b/src/wrf/geoht.py similarity index 100% rename from src/python/wrf/geoht.py rename to src/wrf/geoht.py diff --git a/src/python/wrf/helicity.py b/src/wrf/helicity.py similarity index 100% rename from src/python/wrf/helicity.py rename to src/wrf/helicity.py diff --git a/src/python/wrf/interp.py b/src/wrf/interp.py similarity index 100% rename from src/python/wrf/interp.py rename to src/wrf/interp.py diff --git a/src/python/wrf/interputils.py b/src/wrf/interputils.py similarity index 100% rename from src/python/wrf/interputils.py rename to src/wrf/interputils.py diff --git a/src/python/wrf/latlon.py b/src/wrf/latlon.py similarity index 100% rename from src/python/wrf/latlon.py rename to src/wrf/latlon.py diff --git a/src/python/wrf/latlonutils.py b/src/wrf/latlonutils.py similarity index 100% rename from src/python/wrf/latlonutils.py rename to src/wrf/latlonutils.py diff --git a/src/python/wrf/metadecorators.py b/src/wrf/metadecorators.py similarity index 100% rename from src/python/wrf/metadecorators.py rename to src/wrf/metadecorators.py diff --git a/src/python/wrf/omega.py b/src/wrf/omega.py similarity index 100% rename from src/python/wrf/omega.py rename to src/wrf/omega.py diff --git a/src/python/wrf/precip.py b/src/wrf/precip.py similarity index 100% rename from src/python/wrf/precip.py rename to src/wrf/precip.py diff --git a/src/python/wrf/pressure.py b/src/wrf/pressure.py similarity index 100% rename from src/python/wrf/pressure.py rename to src/wrf/pressure.py diff --git a/src/python/wrf/projection.py b/src/wrf/projection.py similarity index 100% rename from src/python/wrf/projection.py rename to src/wrf/projection.py diff --git a/src/python/wrf/psadlookup.py b/src/wrf/psadlookup.py similarity index 100% rename from src/python/wrf/psadlookup.py rename to src/wrf/psadlookup.py diff --git a/src/python/wrf/pw.py b/src/wrf/pw.py similarity index 100% rename from src/python/wrf/pw.py rename to src/wrf/pw.py diff --git a/src/python/wrf/rh.py b/src/wrf/rh.py similarity index 100% rename from src/python/wrf/rh.py rename to src/wrf/rh.py diff --git a/src/python/wrf/routines.py b/src/wrf/routines.py similarity index 100% rename from src/python/wrf/routines.py rename to src/wrf/routines.py diff --git a/src/python/wrf/slp.py b/src/wrf/slp.py similarity index 100% rename from src/python/wrf/slp.py rename to src/wrf/slp.py diff --git a/src/python/wrf/temp.py b/src/wrf/temp.py similarity index 100% rename from src/python/wrf/temp.py rename to src/wrf/temp.py diff --git a/src/python/wrf/terrain.py b/src/wrf/terrain.py similarity index 100% rename from src/python/wrf/terrain.py rename to src/wrf/terrain.py diff --git a/src/python/wrf/times.py b/src/wrf/times.py similarity index 100% rename from src/python/wrf/times.py rename to src/wrf/times.py diff --git a/src/python/wrf/units.py b/src/wrf/units.py similarity index 100% rename from src/python/wrf/units.py rename to src/wrf/units.py diff --git a/src/python/wrf/util.py b/src/wrf/util.py similarity index 100% rename from src/python/wrf/util.py rename to src/wrf/util.py diff --git a/src/python/wrf/uvdecorator.py b/src/wrf/uvdecorator.py similarity index 100% rename from src/python/wrf/uvdecorator.py rename to src/wrf/uvdecorator.py diff --git a/src/python/wrf/uvmet.py b/src/wrf/uvmet.py similarity index 100% rename from src/python/wrf/uvmet.py rename to src/wrf/uvmet.py diff --git a/src/python/wrf/vorticity.py b/src/wrf/vorticity.py similarity index 100% rename from src/python/wrf/vorticity.py rename to src/wrf/vorticity.py diff --git a/src/python/wrf/wind.py b/src/wrf/wind.py similarity index 100% rename from src/python/wrf/wind.py rename to src/wrf/wind.py diff --git a/src/python/wrf/wrfcape.f90 b/src/wrf/wrfcape.f90 similarity index 100% rename from src/python/wrf/wrfcape.f90 rename to src/wrf/wrfcape.f90 diff --git a/src/python/wrf/wrfcape.pyf b/src/wrf/wrfcape.pyf similarity index 100% rename from src/python/wrf/wrfcape.pyf rename to src/wrf/wrfcape.pyf diff --git a/src/python/wrf/wrfext.f90 b/src/wrf/wrfext.f90 similarity index 100% rename from src/python/wrf/wrfext.f90 rename to src/wrf/wrfext.f90 diff --git a/src/python/wrf/wrfext.pyf b/src/wrf/wrfext.pyf similarity index 100% rename from src/python/wrf/wrfext.pyf rename to src/wrf/wrfext.pyf diff --git a/src/python/wrf/wrfext2.f90.BAK b/src/wrf/wrfext2.f90.BAK similarity index 100% rename from src/python/wrf/wrfext2.f90.BAK rename to src/wrf/wrfext2.f90.BAK