Skip to content

Commit

Permalink
Added structural module files to pyFMS
Browse files Browse the repository at this point in the history
  • Loading branch information
fmalatino committed Apr 9, 2024
1 parent 992e9bc commit 6009c17
Show file tree
Hide file tree
Showing 44 changed files with 128 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyFMS/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from .block_control.pyFMSblockcontrol import define_blocks, define_blocks_packed
from .fms.pyFMSinit import fms_init
from .mpp.pyMPPpset import (
from .block_control.pyFMS_block_control import define_blocks, define_blocks_packed
from .fms.pyFMS_fms import fms_init
from .mpp.pyFMS_mpp_pset import (
mpp_pset_broadcast,
mpp_pset_broadcast_ptr_array,
mpp_pset_broadcast_ptr_scalar,
Expand All @@ -26,4 +26,4 @@
mpp_send_ptr_scalar,
mpp_translate_remote_ptr,
)
from .mpp.pyMPPutil import mpp_array_global_min_max
from .mpp.pyFMS_mpp_util import mpp_array_global_min_max
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 4 additions & 0 deletions pyFMS/diag_manager/pyFMS_diag_bbox.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# import ctypes as ct


# TODO: Structural non-functional code
4 changes: 4 additions & 0 deletions pyFMS/diag_manager/pyFMS_diag_data.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# import ctypes as ct


# TODO: Structural non-functional code
4 changes: 4 additions & 0 deletions pyFMS/diag_manager/pyFMS_diag_elem_weight_procs.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# import ctypes as ct


# TODO: Structural non-functional code
4 changes: 4 additions & 0 deletions pyFMS/diag_manager/pyFMS_diag_fieldbuff_update.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# import ctypes as ct


# TODO: Structural non-functional code
4 changes: 4 additions & 0 deletions pyFMS/diag_manager/pyFMS_diag_grid.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# import ctypes as ct


# TODO: Structural non-functional code
4 changes: 4 additions & 0 deletions pyFMS/diag_manager/pyFMS_diag_manager.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# import ctypes as ct


# TODO: Structural non-functional code
4 changes: 4 additions & 0 deletions pyFMS/diag_manager/pyFMS_diag_outfield.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# import ctypes as ct


# TODO: Structural non-functional code
4 changes: 4 additions & 0 deletions pyFMS/diag_manager/pyFMS_diag_output.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# import ctypes as ct


# TODO: Structural non-functional code
4 changes: 4 additions & 0 deletions pyFMS/diag_manager/pyFMS_diag_table.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# import ctypes as ct


# TODO: Structural non-functional code
4 changes: 4 additions & 0 deletions pyFMS/diag_manager/pyFMS_diag_time_reduction.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# import ctypes as ct


# TODO: Structural non-functional code
4 changes: 4 additions & 0 deletions pyFMS/diag_manager/pyFMS_diag_util.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# import ctypes as ct


# TODO: Structural non-functional code
4 changes: 4 additions & 0 deletions pyFMS/field_manager/pyFMS_field_manager.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# import ctypes as ct


# TODO: Structural non-functional code
4 changes: 4 additions & 0 deletions pyFMS/field_manager/pyFMS_fm_util.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# import ctypes as ct


# TODO: Structural non-functional code
4 changes: 4 additions & 0 deletions pyFMS/field_manager/pyFMS_fm_yaml.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# import ctypes as ct


# TODO: Structural non-functional code
File renamed without changes.
4 changes: 4 additions & 0 deletions pyFMS/interpolator/pyFMS_interpolator.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# import ctypes as ct


# TODO: Structural non-functional code
4 changes: 4 additions & 0 deletions pyFMS/memutils/pyFMS_memutils.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# import ctypes as ct


# TODO: Structural non-functional code
Empty file removed pyFMS/memutils/pyFMSmemutils.py
Empty file.
4 changes: 4 additions & 0 deletions pyFMS/mosaic2/pyFMS_grid2.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# import ctypes as ct


# TODO: Structural non-functional code
4 changes: 4 additions & 0 deletions pyFMS/mosaic2/pyFMS_mosaic2.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# import ctypes as ct


# TODO: Structural non-functional code
4 changes: 4 additions & 0 deletions pyFMS/mpp/pyFMS_mpp.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# import ctypes as ct


# TODO: Structural non-functional code
4 changes: 4 additions & 0 deletions pyFMS/mpp/pyFMS_mpp_data.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# import ctypes as ct


# TODO: Structural non-functional code
4 changes: 4 additions & 0 deletions pyFMS/mpp/pyFMS_mpp_domains.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# import ctypes as ct


# TODO: Structural non-functional code
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Empty file removed pyFMS/mpp/pyMPPparameter.py
Empty file.
4 changes: 4 additions & 0 deletions pyFMS/sat_vapor_pres/pyFMS_sat_vapor_pres.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# import ctypes as ct


# TODO: Structural non-functional code
4 changes: 4 additions & 0 deletions pyFMS/sat_vapor_pres/pyFMS_sat_vapor_pres_k.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# import ctypes as ct


# TODO: Structural non-functional code
4 changes: 4 additions & 0 deletions pyFMS/time_interp/pyFMS_time_interp.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# import ctypes as ct


# TODO: Structural non-functional code
4 changes: 4 additions & 0 deletions pyFMS/time_interp/pyFMS_time_interp_external.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# import ctypes as ct


# TODO: Structural non-functional code
4 changes: 4 additions & 0 deletions pyFMS/time_interp/pyFMS_time_interp_external2.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# import ctypes as ct


# TODO: Structural non-functional code
4 changes: 4 additions & 0 deletions pyFMS/time_manager/pyFMS_get_cal_time.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# import ctypes as ct


# TODO: Structural non-functional code
4 changes: 4 additions & 0 deletions pyFMS/time_manager/pyFMS_time_manager.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# import ctypes as ct


# TODO: Structural non-functional code
4 changes: 4 additions & 0 deletions pyFMS/topography/pyFMS_gaussian_topog.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# import ctypes as ct


# TODO: Structural non-functional code
4 changes: 4 additions & 0 deletions pyFMS/topography/pyFMS_topography.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# import ctypes as ct


# TODO: Structural non-functional code
4 changes: 4 additions & 0 deletions pyFMS/tracer_manager/pyFMS_tracer_manager.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# import ctypes as ct


# TODO: Structural non-functional code

0 comments on commit 6009c17

Please sign in to comment.