Skip to content

Commit b9035e2

Browse files
committed
removing old code
1 parent 4232d75 commit b9035e2

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

scripts/plotting/regional_climatology.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,6 @@ def regional_climatology(adfobj):
8181
'GPP','TWS','FCEV','FAREA_BURNED',
8282
]
8383

84-
## Open observations YML here?
85-
86-
## Read regions from yml file:
87-
ymlFilename = 'lib/regions_lnd.yaml'
88-
with open(ymlFilename, 'r') as file:
89-
regions = yaml.safe_load(file)
90-
9184
# Extract variables:
9285
baseline_name = adfobj.get_baseline_info("cam_case_name", required=True)
9386
input_climo_baseline = Path(adfobj.get_baseline_info("cam_climo_loc", required=True))

0 commit comments

Comments
 (0)