This repository has been archived by the owner on Jan 10, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
03b0d2c
commit fa749b8
Showing
4 changed files
with
99 additions
and
28 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
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,41 @@ | ||
description: "develop version of the dataset for a few days and a few variables, once data on mars is cached it should take a few seconds to generate the dataset" | ||
dataset_status: testing | ||
purpose: aifs | ||
name: test-small | ||
config_format_version: 2 | ||
|
||
common: | ||
mars_request: &mars_request | ||
expver: "0001" | ||
class: ea | ||
grid: 20./20. | ||
|
||
dates: | ||
start: 2020-12-30 00:00:00 | ||
end: 2021-01-03 12:00:00 | ||
frequency: 12h | ||
group_by: monthly | ||
|
||
include: | ||
- mars: | ||
<<: *mars_request | ||
param: [2t] | ||
levtype: sfc | ||
stream: oper | ||
type: an | ||
|
||
input: | ||
constants: | ||
template: ${include.0.mars} | ||
param: | ||
- cos_latitude | ||
|
||
output: | ||
chunking: { dates: 1, ensembles: 1 } | ||
dtype: float32 | ||
flatten_grid: True | ||
order_by: [valid_datetime, param_level, number] | ||
remapping: | ||
param_level: "{param}_{levelist}" | ||
statistics: param_level | ||
statistics_end: 2021 |
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