Spaces:
Running on Zero
Running on Zero
Commit ·
4cbff2e
1
Parent(s): bc97dbb
add mask
Browse files- aifs/data/lsm.grib +3 -0
- aifs/initial_conditions.py +1 -1
aifs/data/lsm.grib
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6660ca07729fd8f2ac3fb8bfeee66e7513a355ca90d287f39b5987832c44a891
|
| 3 |
+
size 1627680
|
aifs/initial_conditions.py
CHANGED
|
@@ -228,7 +228,7 @@ def _build_fields(ekd, ekr, date: datetime.datetime, source: str = SOURCE):
|
|
| 228 |
if var in fields:
|
| 229 |
fields[var][:, ocean_mask] = np.nan
|
| 230 |
except Exception:
|
| 231 |
-
pass
|
| 232 |
|
| 233 |
# Convert geopotential height → geopotential (Z = gh × g)
|
| 234 |
G = 9.80665
|
|
|
|
| 228 |
if var in fields:
|
| 229 |
fields[var][:, ocean_mask] = np.nan
|
| 230 |
except Exception:
|
| 231 |
+
pass
|
| 232 |
|
| 233 |
# Convert geopotential height → geopotential (Z = gh × g)
|
| 234 |
G = 9.80665
|