Skip to content

Commit

Permalink
Add validation norms for O640 and O1280 configs
Browse files Browse the repository at this point in the history
  • Loading branch information
awnawab committed Oct 14, 2023
1 parent 322281f commit 23f0273
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 0 deletions.
34 changes: 34 additions & 0 deletions tests/etopo1_oper_an_fc_O1280.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ advection:
physics:
timestep: 450

ifrelfmax: 5

analysis.begin: 2022-12-31 12:00:00
analysis.end: 2023-01-01 00:00:00
forecast.begin: 2023-01-01 00:00:00
Expand Down Expand Up @@ -51,3 +53,35 @@ output:

validation:

double_precision:

# initial analysis time
- name: swh
time: 2022-12-31 12:00:00
average: 0.1285755868651114E+01
relative_tolerance: 1.e-14
hashes: [0x3FF49274BEE7F21B]

# initial forecast time
- name: swh
time: 2023-01-01 00:00:00
average: 0.1447608698613651E+01
relative_tolerance: 1.e-14
hashes: [0x3FF72967BD1F3649]

# 6h into forcast
- name: swh
time: 2023-01-01 06:00:00
average: 0.1524919757209909E+01
relative_tolerance: 1.e-14
hashes: [0x3FF866124263DA64]
- name: swh
time: 2023-01-01 06:00:00
minimum: 0.1720962714224267E-01
relative_tolerance: 1.e-14
hashes: [0x3F919F6687025752]
- name: swh
time: 2023-01-01 06:00:00
maximum: 0.7692948689575956E+01
relative_tolerance: 1.e-14
hashes: [0x401EC594575E239F]
32 changes: 32 additions & 0 deletions tests/etopo1_oper_an_fc_O640.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,35 @@ output:

validation:

double_precision:

# initial analysis time
- name: swh
time: 2022-12-31 12:00:00
average: 0.1285046301316225E+01
relative_tolerance: 1.e-14
hashes: [0x3FF48F8CB5DFFBB2]

# initial forecast time
- name: swh
time: 2023-01-01 00:00:00
average: 0.1450281539835982E+01
relative_tolerance: 1.e-14
hashes: [0x3FF7345A6A7968B6]

# 6h into forcast
- name: swh
time: 2023-01-01 06:00:00
average: 0.1528345198537696E+01
relative_tolerance: 1.e-14
hashes: [0x3FF8741A184B7D10]
- name: swh
time: 2023-01-01 06:00:00
minimum: 0.1726014660228352E-01
relative_tolerance: 1.e-14
hashes: [0x3F91ACA4D4B9510C]
- name: swh
time: 2023-01-01 06:00:00
maximum: 0.7616349300514687E+01
relative_tolerance: 1.e-14
hashes: [0x401E772445627E03]

0 comments on commit 23f0273

Please sign in to comment.