Skip to content

Commit

Permalink
remove unnecessary import call
Browse files Browse the repository at this point in the history
  • Loading branch information
glemieux committed May 29, 2024
1 parent 2848873 commit 709c3da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 0 additions & 2 deletions cime_config/SystemTests/pvt.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,10 @@
- use CLM_ACCELERATED_SPINUP?
2) run a transient landuse case with use_fates_lupft
- start from the restart file generated in (1)
"""
from CIME.XML.standard_module_setup import *
from CIME.SystemTests.system_tests_common import SystemTestsCommon
from CIME.SystemTests.test_utils.user_nl_utils import append_to_user_nl_files
from systemtest_utils import find_user_nl_option
import shutil, glob, os

logger = logging.getLogger(__name__)
Expand Down
5 changes: 2 additions & 3 deletions cime_config/SystemTests/systemtest_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,8 @@ def run_python_script(caseroot, this_conda_env, command_in, tool_path):
except:
print(f"ERROR trying to run {tool_name}.")
raise
"""
Read a user_nl file and return the namelist option if found
"""

# Read a user_nl file and return the namelist option if found
def find_user_nl_option(caseroot, component, namelist_option):

# This is a copy of the CIME _get_list_of_user_nl_files
Expand Down

0 comments on commit 709c3da

Please sign in to comment.