Skip to content

Commit

Permalink
integrated tmy with new cli. removed old hpc wrappers in TmyRunner
Browse files Browse the repository at this point in the history
  • Loading branch information
bnb32 committed Jul 2, 2024
1 parent 82500c1 commit 4ce19ef
Show file tree
Hide file tree
Showing 29 changed files with 798 additions and 750 deletions.
46 changes: 46 additions & 0 deletions .gaps/nsrdb_status.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"tmy": {
"tmy": {
"outdir": "./",
"log_file": "./logs/tmy/tmy.log",
"job_status": "successful",
"execution_control": {
"stdout_path": "./stdout/"
},
"fn_out": "tmy.h5",
"job_name": "tmy",
"log_level": "INFO",
"nsrdb_base_fp": "/home/bbenton/repos/nsrdb/tests/data/validation_nsrdb/nsrdb_*_{}.h5",
"out_dir": "/tmp/pytest-of-bbenton/pytest-356/tmp0",
"status_dir": "./",
"time": 88.59361386299133,
"tmy_types": [
"tmy",
"tdy",
"tgy"
],
"years": [
1998,
1999,
2000,
2001,
2002,
2003,
2004,
2005,
2006,
2007,
2008,
2009,
2010,
2011,
2012,
2013,
2014,
2015,
2016,
2017
]
}
}
}
7 changes: 3 additions & 4 deletions nsrdb/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# -*- coding: utf-8 -*-
"""
NSRDB processing methods.
"""NSRDB processing methods.
@author: gbuster
"""

import os

from ._version import __version__
Expand All @@ -14,4 +13,4 @@
TESTDATADIR = os.path.join(os.path.dirname(NSRDBDIR), 'tests', 'data')

# This needs to go last because it depends on the global dirs above
from nsrdb.nsrdb import NSRDB
from nsrdb.nsrdb import NSRDB # noqa: E402
Loading

0 comments on commit 4ce19ef

Please sign in to comment.