-
Notifications
You must be signed in to change notification settings - Fork 41
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 #1249 from PCMDI/cmec_bugfix
Add cmec settings file for extremes
- Loading branch information
Showing
1 changed file
with
36 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
{ | ||
"settings": { | ||
"name": "extremes", | ||
"driver": "cmec/mean_climate/pmp_extremes_driver.sh", | ||
"async": null, | ||
"long_name": "PMP extremes metrics", | ||
"description": "PMP Extremes metrics for earth system models", | ||
"runtime": {"PCMDI Metrics Package": "1.2", "CDAT": "8.2.1"} | ||
}, | ||
"varlist": { | ||
"pr": { | ||
"long_name": "precipitation_flux", | ||
"units": "kg m-2 s-2", | ||
"frequency": "day" | ||
}, | ||
"tasmax": { | ||
"long_name": "maximum_temperature", | ||
"units": "K", | ||
"frequency": "day" | ||
}, | ||
"tasmin": { | ||
"long_name": "minimum_temperature", | ||
"units": "K", | ||
"frequency": "day" | ||
} | ||
}, | ||
"obslist": {}, | ||
"default_parameters": { | ||
"case_id": "extremes_demo", | ||
"model_list": [], | ||
"vars": ["pr"], | ||
"filename_template": "", | ||
"sftlf_filename_template": "", | ||
"generate_sftlf": true | ||
} | ||
} |