-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Make branch from Jostein's work * Implement and test cryo * Add cryoclim to suite based on option * remove prints * Add cryo_varname in config * Remove list notation. Needed for json data set. What about the others... * Token * Not update documentation for PRs * Not update documentation for PRs
- Loading branch information
Showing
5 changed files
with
136 additions
and
8 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 |
---|---|---|
|
@@ -6,11 +6,18 @@ | |
synop_obs_t2m = true # SYNOP 2m air temperature from bufr files | ||
synop_obs_rh2m = true # SYNOP 2m relative humidity from bufr files | ||
synop_obs_sd = true # SYNOP snow depth from bufr files | ||
cryo_obs_sd = false # Use cryoclim snow pseudo-observations | ||
netatmo_obs_t2m = true # 2m air temperature observations from Netatmo stations | ||
netatmo_obs_rh2m = true # 2m relative humidity observations from Netatmo stations | ||
netatmo_filepattern = "@sfx_exp_data@/archive/observations/@YYYY@/@MM@/@DD@/@HH@/@RRR@" | ||
# netatmo_filepattern = "/lustre/storeB/project/metproduction/products/netatmo/@YYYY@/@MM@/@DD@/@YYYY@@MM@@DD@T@HH@@[email protected]" | ||
# netatmo_filepattern = "/tmp/host1/testdata/@YYYY@@MM@@DD@T@HH@@mm@*Z_all.json" | ||
cryo_filepattern = "@sfx_exp_data@/archive/observations/@YYYY@/@MM@/@DD@/@HH@/@RRR@/daily-avhrr-sce-nhl_ease-50_@YYYY@@MM@@DD@@HH@" | ||
cryo_laf_threshold = 0.1 | ||
cryo_step = 2 | ||
cryo_fg_threshold = 0.4 | ||
cryo_new_snow = 0.1 | ||
cryo_var_name = "classed_value_c" | ||
|
||
[observations.qc] | ||
# QC_TESTS = ["domain", "blacklist", "nometa", "redundancy", "plausibility", "sct"] | ||
|
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