We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents df53e92 + c394ffa commit 5c67a5dCopy full SHA for 5c67a5d
e3sm_diags/derivations/default_regions_xr.py
@@ -68,6 +68,8 @@
68
# Below is for RRM(regionally refined model) domains.
69
# 'CONUS_RRM': {'domain': "lat":(20., 50., 'ccb'), "lon":(-125., -65., 'ccb'))},For RRM dataset, negative value won't work
70
"CONUS_RRM": {"lat": (20.0, 50.0), "lon": (235.0, 295.0)},
71
+ "EastAsia_RRM": {"lat": (8.0, 50.0), "lon": (70.0, 142.5)},
72
+ "Amazon_RRM": {"lat": (-28.5, 14.0), "lon": (-88.5, -31.0)},
73
# Below is for debugging. A smaller latitude range reduces processing time.
74
"DEBUG": {"lat": (-2.0, 2)},
75
}
0 commit comments