Skip to content

Commit 5c67a5d

Browse files
Merge branch 'main' into add-v3LR-metrics-998
2 parents df53e92 + c394ffa commit 5c67a5d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

e3sm_diags/derivations/default_regions_xr.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@
6868
# Below is for RRM(regionally refined model) domains.
6969
# 'CONUS_RRM': {'domain': "lat":(20., 50., 'ccb'), "lon":(-125., -65., 'ccb'))},For RRM dataset, negative value won't work
7070
"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)},
7173
# Below is for debugging. A smaller latitude range reduces processing time.
7274
"DEBUG": {"lat": (-2.0, 2)},
7375
}

0 commit comments

Comments
 (0)