Skip to content

Commit

Permalink
Merge #1288
Browse files Browse the repository at this point in the history
1288: Add CNRM-CM6-1 cases r=ilopezgp a=ilopezgp

# PULL REQUEST

## Purpose and Content

Adds the `CNRM-CM6-1` cases to the library of shallow cases allowed for calibration.

Co-authored-by: ilopezgp <ilopezgp@gmail.com>
  • Loading branch information
bors[bot] and ilopezgp committed Sep 15, 2022
2 parents 77fca4b + 581877d commit 10486e1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/utility_functions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,20 @@ function get_shallow_LES_library()
LES_library["CNRM-CM5"]["01"] = Dict()
LES_library["CNRM-CM5"]["01"]["cfsite_numbers"] = setdiff(Shen_et_al_sites, [14, 15, 17, 18, 19, 20, 21, 22, 23])

# CNRM-CM6-1 model (69 AMIP-AMIP4K pairs)
LES_library["CNRM-CM6-1"]["10"] = Dict()
LES_library["CNRM-CM6-1"]["10"]["cfsite_numbers"] = setdiff(Shen_et_al_sites, [22, 23])
LES_library["CNRM-CM6-1"]["07"] = Dict()
LES_library["CNRM-CM6-1"]["07"]["cfsite_numbers"] = setdiff(Shen_et_al_sites, [12, 13, 14, 15, 17])
LES_library["CNRM-CM6-1"]["04"] = Dict()
LES_library["CNRM-CM6-1"]["04"]["cfsite_numbers"] = setdiff(Shen_et_al_sites, [13, 14, 15])
LES_library["CNRM-CM6-1"]["01"] = Dict()
LES_library["CNRM-CM6-1"]["01"]["cfsite_numbers"] = setdiff(Shen_et_al_sites, [14, 15, 21, 22, 23])

for month in ["01", "04", "07", "10"]
LES_library["HadGEM2-A"][month]["experiments"] = ["amip", "amip4K"]
LES_library["CNRM-CM5"][month]["experiments"] = ["amip", "amip4K"]
LES_library["CNRM-CM6-1"][month]["experiments"] = ["amip", "amip4K"]
end
return LES_library
end
Expand Down

0 comments on commit 10486e1

Please sign in to comment.