-
Notifications
You must be signed in to change notification settings - Fork 49
Update UKCA initialisation for dust only to include segment size #83
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
Changes from all commits
7974d51
b04e226
c00df4e
c5b20fc
6fe51b9
383f44c
b44c87f
08a3431
f74aa8e
1503e5b
751c78e
85f64ed
a0c3283
eac0094
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -157,7 +157,7 @@ def test_run_lfric_atm_scm_ral3_urban2t_BiP2x2_50000x50000_azspice_gnu_fast_debu | |
| capture_output=True) | ||
| assert sr.returncode == 0, sr.stderr.decode("UTF-8") | ||
|
|
||
| def test_run_lfric_atm_nwp_gal9_mgnoukca_C48_MG_ex1a_cce_fast_debug_64bit(self, monkeypatch): | ||
| def test_run_lfric_atm_nwp_gal9_mg_C48_MG_ex1a_cce_fast_debug_64bit(self, monkeypatch): | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Do you need to get approval from the owner of the test to change the name? I will check with Paul ernshaw about this, as he is likely the owner of the test. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I spoke to Paul. its not a problem as its a technical change. He would want to see if there was a science change. |
||
| monkeypatch.setenv("TARGET_PLATFORM", "meto-ex1a") | ||
| monkeypatch.setenv("RUN_METHOD", "mpiexec") | ||
| monkeypatch.setenv("HYPERTHREADS", "1") | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| Inner product checksum rho = 46D7F6F5 | ||
| Inner product checksum theta = 518E7E86 | ||
| Inner product checksum u = 6B17CB5F | ||
| Inner product checksum mr1 = 3FCBD858 | ||
| Inner product checksum mr2 = 37C2FD11 | ||
| Inner product checksum mr3 = 34CEC474 | ||
| Inner product checksum mr4 = 36CCBB27 | ||
| Inner product checksum mr5 = 0 | ||
| Inner product checksum mr6 = 0 |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| Inner product checksum rho = 48D7FDF2 | ||
| Inner product checksum theta = 5392A6D4 | ||
| Inner product checksum u = 6A97C1C8 | ||
| Inner product checksum mr1 = 41CD0A6C | ||
| Inner product checksum mr2 = 39CA0FC6 | ||
| Inner product checksum mr3 = 37B1AE5A | ||
| Inner product checksum mr4 = 39608489 | ||
| Inner product checksum mr5 = 0 | ||
| Inner product checksum mr6 = 0 |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| Inner product checksum rho = 46D7F7DE | ||
| Inner product checksum theta = 518E7EA1 | ||
| Inner product checksum u = 6B17C572 | ||
| Inner product checksum mr1 = 3FCBE9BB | ||
| Inner product checksum mr2 = 37B9B7A7 | ||
| Inner product checksum mr3 = 34CF2B07 | ||
| Inner product checksum mr4 = 36D31CAE | ||
| Inner product checksum mr5 = 0 | ||
| Inner product checksum mr6 = 0 |
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 change will make dust_and_clim work correctly with the changes that Jon Elsey made last year.
Including UKCA diagnostics and UKCA namelist items in LFRic is now close to the top of my todo list. This module is technical debt until I can replace the whole thing with namelist settings.