-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add basic tests for _load_extra_facets
- Loading branch information
Klaus Zimmermann
committed
Jun 8, 2021
1 parent
4142fb0
commit 7032553
Showing
4 changed files
with
58 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
PROJECT1: | ||
Amon: | ||
tas: | ||
source_var_name: "t2m" | ||
cds_var_name: "temperature_2m" | ||
uas: | ||
source_var_name: "u10n" | ||
cds_var_name: "10m_u-component_of_neutral_wind" | ||
vas: | ||
source_var_name: "v10n" | ||
cds_var_name: "10m_v-component_of_neutral_wind" |
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,6 @@ | ||
--- | ||
PROJECT1: | ||
Amon: | ||
vas: | ||
source_var_name: "10v" | ||
cds_var_name: "v-component_of_neutral_wind_at_10m" |
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,5 @@ | ||
--- | ||
PROJECT1: | ||
Amon: | ||
tas: {source_var_name: "2t", cds_var_name: "2m_temperature"} | ||
psl: {source_var_name: "msl", cds_var_name: "mean_sea_level_pressure"} |
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