Skip to content

Commit 77a57c5

Browse files
committed
Add "areatotal2" to MISC_VARS for subsetting
1 parent 632ee6a commit 77a57c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e3sm_diags/driver/utils/dataset_xr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747
# Additional variables to keep when subsetting.
4848
HYBRID_VAR_KEYS = set(list(sum(HYBRID_SIGMA_KEYS.values(), ())))
49-
MISC_VARS = ["area"]
49+
MISC_VARS = ["area", "areatotal2"]
5050

5151

5252
def squeeze_time_dim(ds: xr.Dataset) -> xr.Dataset:

0 commit comments

Comments
 (0)