From 2256b0ca15490f3a23fe4df32ddc425631ddd575 Mon Sep 17 00:00:00 2001 From: dzalkind Date: Fri, 18 Dec 2020 15:09:26 -0700 Subject: [PATCH] Move ofTools into ROSCO_toolbox --- {ofTools => ROSCO_toolbox/ofTools}/README.md | 0 {ofTools => ROSCO_toolbox/ofTools}/__init__.py | 0 {ofTools => ROSCO_toolbox/ofTools}/case_gen/CaseGen_General.py | 0 {ofTools => ROSCO_toolbox/ofTools}/case_gen/CaseGen_IEC.py | 0 {ofTools => ROSCO_toolbox/ofTools}/case_gen/__init__.py | 0 {ofTools => ROSCO_toolbox/ofTools}/case_gen/runFAST_pywrapper.py | 0 {ofTools => ROSCO_toolbox/ofTools}/fast_io/FAST_post.py | 0 {ofTools => ROSCO_toolbox/ofTools}/fast_io/FAST_reader.py | 0 {ofTools => ROSCO_toolbox/ofTools}/fast_io/FAST_vars.py | 0 {ofTools => ROSCO_toolbox/ofTools}/fast_io/FAST_vars_out.py | 0 {ofTools => ROSCO_toolbox/ofTools}/fast_io/FAST_wrapper.py | 0 {ofTools => ROSCO_toolbox/ofTools}/fast_io/FAST_writer.py | 0 {ofTools => ROSCO_toolbox/ofTools}/fast_io/__init__.py | 0 {ofTools => ROSCO_toolbox/ofTools}/fast_io/file.py | 0 {ofTools => ROSCO_toolbox/ofTools}/fast_io/output_processing.py | 0 {ofTools => ROSCO_toolbox/ofTools}/fast_io/pyIECWind.py | 0 {ofTools => ROSCO_toolbox/ofTools}/fast_io/read_fast_input.py | 0 {ofTools => ROSCO_toolbox/ofTools}/fast_io/turbsim_io/__init__.py | 0 .../ofTools}/fast_io/turbsim_io/turbsim_reader.py | 0 .../ofTools}/fast_io/turbsim_io/turbsim_vartrees.py | 0 .../ofTools}/fast_io/turbsim_io/turbsim_wrapper.py | 0 .../ofTools}/fast_io/turbsim_io/turbsim_writer.py | 0 .../ofTools}/fast_io/turbsim_io/turbulence_spectrum.py | 0 .../ofTools}/fast_io/turbsim_io/wind_profile_writer.py | 0 {ofTools => ROSCO_toolbox/ofTools}/util/FileTools.py | 0 {ofTools => ROSCO_toolbox/ofTools}/util/__init__.py | 0 {ofTools => ROSCO_toolbox/ofTools}/util/spectral.py | 0 27 files changed, 0 insertions(+), 0 deletions(-) rename {ofTools => ROSCO_toolbox/ofTools}/README.md (100%) rename {ofTools => ROSCO_toolbox/ofTools}/__init__.py (100%) rename {ofTools => ROSCO_toolbox/ofTools}/case_gen/CaseGen_General.py (100%) rename {ofTools => ROSCO_toolbox/ofTools}/case_gen/CaseGen_IEC.py (100%) rename {ofTools => ROSCO_toolbox/ofTools}/case_gen/__init__.py (100%) rename {ofTools => ROSCO_toolbox/ofTools}/case_gen/runFAST_pywrapper.py (100%) rename {ofTools => ROSCO_toolbox/ofTools}/fast_io/FAST_post.py (100%) rename {ofTools => ROSCO_toolbox/ofTools}/fast_io/FAST_reader.py (100%) rename {ofTools => ROSCO_toolbox/ofTools}/fast_io/FAST_vars.py (100%) rename {ofTools => ROSCO_toolbox/ofTools}/fast_io/FAST_vars_out.py (100%) rename {ofTools => ROSCO_toolbox/ofTools}/fast_io/FAST_wrapper.py (100%) rename {ofTools => ROSCO_toolbox/ofTools}/fast_io/FAST_writer.py (100%) rename {ofTools => ROSCO_toolbox/ofTools}/fast_io/__init__.py (100%) rename {ofTools => ROSCO_toolbox/ofTools}/fast_io/file.py (100%) rename {ofTools => ROSCO_toolbox/ofTools}/fast_io/output_processing.py (100%) rename {ofTools => ROSCO_toolbox/ofTools}/fast_io/pyIECWind.py (100%) rename {ofTools => ROSCO_toolbox/ofTools}/fast_io/read_fast_input.py (100%) rename {ofTools => ROSCO_toolbox/ofTools}/fast_io/turbsim_io/__init__.py (100%) rename {ofTools => ROSCO_toolbox/ofTools}/fast_io/turbsim_io/turbsim_reader.py (100%) rename {ofTools => ROSCO_toolbox/ofTools}/fast_io/turbsim_io/turbsim_vartrees.py (100%) rename {ofTools => ROSCO_toolbox/ofTools}/fast_io/turbsim_io/turbsim_wrapper.py (100%) rename {ofTools => ROSCO_toolbox/ofTools}/fast_io/turbsim_io/turbsim_writer.py (100%) rename {ofTools => ROSCO_toolbox/ofTools}/fast_io/turbsim_io/turbulence_spectrum.py (100%) rename {ofTools => ROSCO_toolbox/ofTools}/fast_io/turbsim_io/wind_profile_writer.py (100%) rename {ofTools => ROSCO_toolbox/ofTools}/util/FileTools.py (100%) rename {ofTools => ROSCO_toolbox/ofTools}/util/__init__.py (100%) rename {ofTools => ROSCO_toolbox/ofTools}/util/spectral.py (100%) diff --git a/ofTools/README.md b/ROSCO_toolbox/ofTools/README.md similarity index 100% rename from ofTools/README.md rename to ROSCO_toolbox/ofTools/README.md diff --git a/ofTools/__init__.py b/ROSCO_toolbox/ofTools/__init__.py similarity index 100% rename from ofTools/__init__.py rename to ROSCO_toolbox/ofTools/__init__.py diff --git a/ofTools/case_gen/CaseGen_General.py b/ROSCO_toolbox/ofTools/case_gen/CaseGen_General.py similarity index 100% rename from ofTools/case_gen/CaseGen_General.py rename to ROSCO_toolbox/ofTools/case_gen/CaseGen_General.py diff --git a/ofTools/case_gen/CaseGen_IEC.py b/ROSCO_toolbox/ofTools/case_gen/CaseGen_IEC.py similarity index 100% rename from ofTools/case_gen/CaseGen_IEC.py rename to ROSCO_toolbox/ofTools/case_gen/CaseGen_IEC.py diff --git a/ofTools/case_gen/__init__.py b/ROSCO_toolbox/ofTools/case_gen/__init__.py similarity index 100% rename from ofTools/case_gen/__init__.py rename to ROSCO_toolbox/ofTools/case_gen/__init__.py diff --git a/ofTools/case_gen/runFAST_pywrapper.py b/ROSCO_toolbox/ofTools/case_gen/runFAST_pywrapper.py similarity index 100% rename from ofTools/case_gen/runFAST_pywrapper.py rename to ROSCO_toolbox/ofTools/case_gen/runFAST_pywrapper.py diff --git a/ofTools/fast_io/FAST_post.py b/ROSCO_toolbox/ofTools/fast_io/FAST_post.py similarity index 100% rename from ofTools/fast_io/FAST_post.py rename to ROSCO_toolbox/ofTools/fast_io/FAST_post.py diff --git a/ofTools/fast_io/FAST_reader.py b/ROSCO_toolbox/ofTools/fast_io/FAST_reader.py similarity index 100% rename from ofTools/fast_io/FAST_reader.py rename to ROSCO_toolbox/ofTools/fast_io/FAST_reader.py diff --git a/ofTools/fast_io/FAST_vars.py b/ROSCO_toolbox/ofTools/fast_io/FAST_vars.py similarity index 100% rename from ofTools/fast_io/FAST_vars.py rename to ROSCO_toolbox/ofTools/fast_io/FAST_vars.py diff --git a/ofTools/fast_io/FAST_vars_out.py b/ROSCO_toolbox/ofTools/fast_io/FAST_vars_out.py similarity index 100% rename from ofTools/fast_io/FAST_vars_out.py rename to ROSCO_toolbox/ofTools/fast_io/FAST_vars_out.py diff --git a/ofTools/fast_io/FAST_wrapper.py b/ROSCO_toolbox/ofTools/fast_io/FAST_wrapper.py similarity index 100% rename from ofTools/fast_io/FAST_wrapper.py rename to ROSCO_toolbox/ofTools/fast_io/FAST_wrapper.py diff --git a/ofTools/fast_io/FAST_writer.py b/ROSCO_toolbox/ofTools/fast_io/FAST_writer.py similarity index 100% rename from ofTools/fast_io/FAST_writer.py rename to ROSCO_toolbox/ofTools/fast_io/FAST_writer.py diff --git a/ofTools/fast_io/__init__.py b/ROSCO_toolbox/ofTools/fast_io/__init__.py similarity index 100% rename from ofTools/fast_io/__init__.py rename to ROSCO_toolbox/ofTools/fast_io/__init__.py diff --git a/ofTools/fast_io/file.py b/ROSCO_toolbox/ofTools/fast_io/file.py similarity index 100% rename from ofTools/fast_io/file.py rename to ROSCO_toolbox/ofTools/fast_io/file.py diff --git a/ofTools/fast_io/output_processing.py b/ROSCO_toolbox/ofTools/fast_io/output_processing.py similarity index 100% rename from ofTools/fast_io/output_processing.py rename to ROSCO_toolbox/ofTools/fast_io/output_processing.py diff --git a/ofTools/fast_io/pyIECWind.py b/ROSCO_toolbox/ofTools/fast_io/pyIECWind.py similarity index 100% rename from ofTools/fast_io/pyIECWind.py rename to ROSCO_toolbox/ofTools/fast_io/pyIECWind.py diff --git a/ofTools/fast_io/read_fast_input.py b/ROSCO_toolbox/ofTools/fast_io/read_fast_input.py similarity index 100% rename from ofTools/fast_io/read_fast_input.py rename to ROSCO_toolbox/ofTools/fast_io/read_fast_input.py diff --git a/ofTools/fast_io/turbsim_io/__init__.py b/ROSCO_toolbox/ofTools/fast_io/turbsim_io/__init__.py similarity index 100% rename from ofTools/fast_io/turbsim_io/__init__.py rename to ROSCO_toolbox/ofTools/fast_io/turbsim_io/__init__.py diff --git a/ofTools/fast_io/turbsim_io/turbsim_reader.py b/ROSCO_toolbox/ofTools/fast_io/turbsim_io/turbsim_reader.py similarity index 100% rename from ofTools/fast_io/turbsim_io/turbsim_reader.py rename to ROSCO_toolbox/ofTools/fast_io/turbsim_io/turbsim_reader.py diff --git a/ofTools/fast_io/turbsim_io/turbsim_vartrees.py b/ROSCO_toolbox/ofTools/fast_io/turbsim_io/turbsim_vartrees.py similarity index 100% rename from ofTools/fast_io/turbsim_io/turbsim_vartrees.py rename to ROSCO_toolbox/ofTools/fast_io/turbsim_io/turbsim_vartrees.py diff --git a/ofTools/fast_io/turbsim_io/turbsim_wrapper.py b/ROSCO_toolbox/ofTools/fast_io/turbsim_io/turbsim_wrapper.py similarity index 100% rename from ofTools/fast_io/turbsim_io/turbsim_wrapper.py rename to ROSCO_toolbox/ofTools/fast_io/turbsim_io/turbsim_wrapper.py diff --git a/ofTools/fast_io/turbsim_io/turbsim_writer.py b/ROSCO_toolbox/ofTools/fast_io/turbsim_io/turbsim_writer.py similarity index 100% rename from ofTools/fast_io/turbsim_io/turbsim_writer.py rename to ROSCO_toolbox/ofTools/fast_io/turbsim_io/turbsim_writer.py diff --git a/ofTools/fast_io/turbsim_io/turbulence_spectrum.py b/ROSCO_toolbox/ofTools/fast_io/turbsim_io/turbulence_spectrum.py similarity index 100% rename from ofTools/fast_io/turbsim_io/turbulence_spectrum.py rename to ROSCO_toolbox/ofTools/fast_io/turbsim_io/turbulence_spectrum.py diff --git a/ofTools/fast_io/turbsim_io/wind_profile_writer.py b/ROSCO_toolbox/ofTools/fast_io/turbsim_io/wind_profile_writer.py similarity index 100% rename from ofTools/fast_io/turbsim_io/wind_profile_writer.py rename to ROSCO_toolbox/ofTools/fast_io/turbsim_io/wind_profile_writer.py diff --git a/ofTools/util/FileTools.py b/ROSCO_toolbox/ofTools/util/FileTools.py similarity index 100% rename from ofTools/util/FileTools.py rename to ROSCO_toolbox/ofTools/util/FileTools.py diff --git a/ofTools/util/__init__.py b/ROSCO_toolbox/ofTools/util/__init__.py similarity index 100% rename from ofTools/util/__init__.py rename to ROSCO_toolbox/ofTools/util/__init__.py diff --git a/ofTools/util/spectral.py b/ROSCO_toolbox/ofTools/util/spectral.py similarity index 100% rename from ofTools/util/spectral.py rename to ROSCO_toolbox/ofTools/util/spectral.py