-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from ecmwf-ifs/naan-fine-grid-configs
Add configs for finer grids
- Loading branch information
Showing
3 changed files
with
191 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,87 @@ | ||
grid: O1280 | ||
directions: 36 | ||
frequencies: 29 | ||
bathymetry: ETOPO1 | ||
|
||
advection: | ||
timestep: 450 | ||
fast_waves: | ||
timestep: 225 | ||
max_frequency: 5 | ||
physics: | ||
timestep: 900 | ||
|
||
analysis.begin: 2022-12-31 12:00:00 | ||
analysis.end: 2023-01-01 00:00:00 | ||
forecast.begin: 2023-01-01 00:00:00 | ||
forecast.end: 2023-01-01 06:00:00 | ||
|
||
begin: ${analysis.begin} | ||
end: ${forecast.end} | ||
|
||
nproma: 24 | ||
|
||
forcings: | ||
file: data/forcings/oper_an_12h_fc_2023010100_36h_O1280.grib | ||
|
||
at: | ||
- begin: ${analysis.begin} | ||
end: ${analysis.end} | ||
timestep: 06:00 | ||
- begin: ${forecast.begin} | ||
end: ${forecast.end} | ||
timestep: 01:00 | ||
|
||
output: | ||
fields: | ||
name: | ||
- swh # Significant height of combined wind waves and swell | ||
- mwd # Mean wave direction | ||
- mwp # Mean wave period | ||
- pp1d # Peak wave period | ||
- dwi # 10 metre wind direction | ||
- cdww # Coefficient of drag with waves | ||
- wind # 10 metre wind speed | ||
format: grib # (default : grib) or binary | ||
at: | ||
- timestep: 01:00 | ||
|
||
restart: | ||
format: binary # (default : binary) or grib | ||
at: | ||
- time: ${end} | ||
|
||
|
||
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.1456589300993350E+01 | ||
hashes: [0x3FF74E30953784E0] | ||
|
||
# 6h into forcast | ||
- name: swh | ||
time: 2023-01-01 06:00:00 | ||
average: 0.1532376268424686E+01 | ||
relative_tolerance: 1.e-14 | ||
hashes: [0x3FF8849CFA60CF05] | ||
- name: swh | ||
time: 2023-01-01 06:00:00 | ||
minimum: 0.1720965670282631E-01 | ||
relative_tolerance: 1.e-14 | ||
hashes: [0x3F919F6882DB29B0] | ||
- name: swh | ||
time: 2023-01-01 06:00:00 | ||
maximum: 0.7669986535925322E+01 | ||
relative_tolerance: 1.e-14 | ||
hashes: [0x401EAE10F3523D04] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,85 @@ | ||
grid: O640 | ||
directions: 36 | ||
frequencies: 29 | ||
bathymetry: ETOPO1 | ||
|
||
advection: | ||
timestep: 450 | ||
physics: | ||
timestep: 450 | ||
|
||
analysis.begin: 2022-12-31 12:00:00 | ||
analysis.end: 2023-01-01 00:00:00 | ||
forecast.begin: 2023-01-01 00:00:00 | ||
forecast.end: 2023-01-01 06:00:00 | ||
|
||
begin: ${analysis.begin} | ||
end: ${forecast.end} | ||
|
||
nproma: 24 | ||
|
||
forcings: | ||
file: data/forcings/oper_an_12h_fc_2023010100_36h_O640.grib | ||
|
||
at: | ||
- begin: ${analysis.begin} | ||
end: ${analysis.end} | ||
timestep: 06:00 | ||
- begin: ${forecast.begin} | ||
end: ${forecast.end} | ||
timestep: 01:00 | ||
|
||
output: | ||
fields: | ||
name: | ||
- swh # Significant height of combined wind waves and swell | ||
- mwd # Mean wave direction | ||
- mwp # Mean wave period | ||
- pp1d # Peak wave period | ||
- dwi # 10 metre wind direction | ||
- cdww # Coefficient of drag with waves | ||
- wind # 10 metre wind speed | ||
format: grib # (default : grib) or binary | ||
at: | ||
- timestep: 01:00 | ||
|
||
restart: | ||
format: binary # (default : binary) or grib | ||
at: | ||
- time: ${end} | ||
|
||
|
||
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] |