Skip to content
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

need a flush before preview_namelist in case.build, need to allow for… #65

Merged
merged 1 commit into from
Feb 17, 2016

Conversation

jedwards4b
Copy link
Contributor

… finidat unset in check_input_data, improve parsing in xmlchange

… finidat unset in check_input_data, improve parsing in xmlchange
@@ -117,29 +117,32 @@ def check_input_data(svn_loc, input_data_root, data_list_dir, download):
if (line and not line.startswith("#")):
tokens = line.split('=')
description, full_path = tokens[0].strip(), tokens[1].strip()

if(full_path):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Full_path can be empty?

jgfouca added a commit that referenced this pull request Feb 17, 2016
need a flush before preview_namelist in case.build, need to allow for…
@jgfouca jgfouca merged commit 88b5876 into ESMCI:master Feb 17, 2016
@jedwards4b jedwards4b deleted the Bcasefix branch February 17, 2016 21:42
jayeshkrishna pushed a commit that referenced this pull request Aug 16, 2016
changed example data size, added valgrind suppression file
jgfouca pushed a commit that referenced this pull request Feb 20, 2019
Master merge
Merge nuopc-cmeps to the latest cime/master

Test suite: ./create_test --xml-testlist ../src/drivers/nuopc/cime_config/testdefs/testlist_drv.xml --xml-machine cheyenne --xml-category nuopc --walltime 00:30:00 --compare jan01 --baseline-root /glade/scratch/mvertens/BASELINES

Differences in f19_g17 and f19_g17 cases due to change in mapping files.

Test baseline: jan01
Test namelist changes:
Test status: bit for bit
Fixes [CIME Github issue #]

User interface changes?:

Update gh-pages html (Y/N)?:

Code review:
externals:
cam 90394
cice a20bfa6
clm b80b478
MOM 888ad0d9
mvertens pushed a commit to mvertens/cime that referenced this pull request Dec 23, 2023
Updates for NorESM2.1
- Update min python to 3.8 (oldest supported version)
- Correct restrictions on grids that do not support an active ocean component
- Bring supported test categories in line with NorESM testing
    - `noresm_prealpha`: For testing before making any alpha or release tag
    - `aux_<xxx>`: For component-specific pre-tag testing (e.g., `aux_cam_noresm`, `aux_clm`).

Test suite: Ran `create_newcase` against all CAM and NorESM compsets
Test baseline: NA
Test namelist changes: No
Test status: BfB

User interface changes?: Supported test suite names now `prealpha_noresm` and `aux_<xxx>`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants