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.
MISC_VARS
1 parent 632ee6a commit 77a57c5Copy full SHA for 77a57c5
e3sm_diags/driver/utils/dataset_xr.py
@@ -46,7 +46,7 @@
46
47
# Additional variables to keep when subsetting.
48
HYBRID_VAR_KEYS = set(list(sum(HYBRID_SIGMA_KEYS.values(), ())))
49
-MISC_VARS = ["area"]
+MISC_VARS = ["area", "areatotal2"]
50
51
52
def squeeze_time_dim(ds: xr.Dataset) -> xr.Dataset:
0 commit comments