Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mean climate 3d field vertical coordinate QC #978

Merged
merged 13 commits into from
Sep 19, 2023
Prev Previous commit
Next Next commit
typo fix
  • Loading branch information
lee1043 committed Sep 19, 2023
commit b128ded8dd6476babfaa35e18c217ab9bad77f24
8 changes: 4 additions & 4 deletions pcmdi_metrics/io/default_regions_define.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ def load_regions_specs():
"ocean_NHEX": {"value": 0, "domain": {"latitude": (30.0, 90)}},
"ocean_SHEX": {"value": 0, "domain": {"latitude": (-90.0, -30)}},
"ocean_TROPICS": {"value": 0, "domain": {"latitude": (30.0, 30)}},
"ocean_50S50N" : {"value":0.,'domain': {latitude=(-50.,50)}},
"ocean_50S20S" : {"value":0.,'domain': {latitude=(-50.,-20)}},
"ocean_20S20N": {"value":0.,'domain': {latitude=(-20.,20)}},
"ocean_20N50N" : {"value":0.,'domain': {latitude=(20.,50)}},
"ocean_50S50N" : {"value":0.,'domain': {"latitude": (-50., 50)}},
"ocean_50S20S" : {"value":0.,'domain': {"latitude": (-50., -20)}},
"ocean_20S20N": {"value":0.,'domain': {"latitude": (-20., 20)}},
"ocean_20N50N" : {"value":0.,'domain': {"latitude": (20., 50)}},
# Modes of variability
"NAM": {"domain": {"latitude": (20.0, 90), "longitude": (-180, 180)}},
"NAO": {"domain": {"latitude": (20.0, 80), "longitude": (-90, 40)}},
Expand Down