-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adds the ISPOL 1D testcase #15
base: main
Are you sure you want to change the base?
Conversation
Atmospheric, ocean and biogeochemical data from the 2004 Ice Station Polarstern (ISPOL) Weddell Sea (67.9S, 54W) from June 16, 2004 to December 31, 2004. BFB in all other test cases
@akturner : This is the E3SM PR that's needed for the above testcase: |
added plot_testcase_forcing
@akturner : the last two commits corrected bugs in the forcing plot script. It should all work now. |
@@ -0,0 +1,24 @@ | |||
#!/bin/bash |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The test cases dont have batch scripts associated with them, especially ones with person specific info. Remove from repo.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I removed the job_script.
|
||
def run_testcase(): | ||
|
||
MPAS_SEAICE_EXECUTABLE = os.environ.get('MPAS_SEAICE_EXECUTABLE') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
MPAS_SEAICE_TESTCASES_RUN_COMMAND = os.environ.get('MPAS_SEAICE_TESTCASES_RUN_COMMAND') | ||
if (MPAS_SEAICE_TESTCASES_RUN_COMMAND is None): | ||
MPAS_SEAICE_TESTCASES_RUN_COMMAND = "" | ||
MPAS_SEAICE_DOMAINS_DIR = os.environ.get('MPAS_SEAICE_DOMAINS_DIR') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
testcases/single_cell_ispol/README
Outdated
@@ -0,0 +1,22 @@ | |||
# Set DOMAINS DIRECTORY for ISPOL (67.9 S, -54.4 E) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is specific to anvil so please remove the README
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed README
Atmospheric, ocean and biogeochemical data from the 2004 Ice Station Polarstern (ISPOL) Weddell Sea (67.9S, 54W) from June 16, 2004 to December 31, 2004.
BFB in all other test cases