Skip to content

Commit

Permalink
Add CNRM-CM6-1 cases
Browse files Browse the repository at this point in the history
  • Loading branch information
ilopezgp committed Sep 15, 2022
1 parent 694432c commit 1bbc312
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/utility_functions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,21 @@ 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-CM5 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 1bbc312

Please sign in to comment.