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

Update scripts, code, tests to fix handful of issues including parse namelist checking #215

Merged
merged 3 commits into from Oct 19, 2018

Conversation

apcraig
Copy link
Contributor

@apcraig apcraig commented Oct 19, 2018

Update scripts, code, tests to implement a few important features

  • Developer(s): tcraig

  • Are the code changes bit for bit, different at roundoff level, or more substantial? bit-for-bit

  • Does this PR create or have dependencies on Icepack or any other models? N

  • Is the documentation being updated with this PR? (Y/N) N
    If not, does the documentation need to be updated separately at a later time? (Y/N) N

  • Other Relevant Details:

Add check that namelist parsing strings are valid and in ice_in.

Workaround atan2 bug on nag on hobart.

Update poll_queue script to catch all jobs, stopped working correctly when executable reuse was introduced.

Turn off some questionable OMP loops.

Fix OMP loop in ice_restart_driver.

Update set_nml.gx1, turn off ocn_data again.

Add qstat env variable for hobart.

Add workaround for ice_distribution clean for unallocated datatype variables.

Add new diagnostic to report_results associated with non-fail, non-pass test info and set default test result to FAIL.

@apcraig apcraig self-assigned this Oct 19, 2018
@apcraig
Copy link
Contributor Author

apcraig commented Oct 19, 2018

I am running the test suite now and will have results shortly.

eclare108213
eclare108213 previously approved these changes Oct 19, 2018
Copy link
Contributor

@eclare108213 eclare108213 left a comment

Choose a reason for hiding this comment

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

Looks okay to me. I didn't test it. I'm surprised the atan2 issue hadn't shown up before.

@apcraig
Copy link
Contributor Author

apcraig commented Oct 19, 2018

The atan2 seems to just be an issue on hobart with nag. It has been a problem for a while, we just hadn't addressed it. I am not happy about adding it, but it seems to help some of the test results on hobart. It should not be needed.

atm_data_format = 'bin'
atm_data_dir = '/glade/u/home/tcraig/cice_data/'
Copy link
Contributor

Choose a reason for hiding this comment

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

Should this really point to your directory, @apcraig ?
ICE_MACHINE_INPUTDATA/CICE_data/ might be better.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I noticed that too. It's been that way for a while. I'll fix it sometime. It's always overridden so I don't think it's a problem. But I agree better to have something more generic there.

duvivier
duvivier previously approved these changes Oct 19, 2018
@apcraig apcraig dismissed stale reviews from duvivier and eclare108213 via 63c9966 October 19, 2018 22:24
@apcraig
Copy link
Contributor Author

apcraig commented Oct 19, 2018

Tests look good, hash 47507fb here https://github.com/CICE-Consortium/Test-Results/wiki/cice_by_hash_forks. Also, I just made one small commit to allow for longer run times for a couple tests, so will wait for travis to pass then merge this PR.

@apcraig
Copy link
Contributor Author

apcraig commented Oct 19, 2018

If someone could approve this again, that would be great. I cannot do it and cannot merge until I have a review.

@apcraig apcraig merged commit 4671a1c into CICE-Consortium:master Oct 19, 2018
@apcraig apcraig deleted the cicetestF branch August 17, 2022 20:59
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.

None yet

3 participants