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.
2 parents 94854fd + 77cece4 commit 18b644dCopy full SHA for 18b644d
src/index.ts
@@ -6,6 +6,8 @@ export * from './utils/interpolations';
6
export * from './utils/math';
7
export * from './utils/projections';
8
export * from './utils/variables';
9
+export * from './utils/gaussian';
10
+
11
export * from './om-file-reader';
12
export * from './om-protocol';
13
export * from './worker-pool';
src/utils/domains.ts
@@ -377,7 +377,7 @@ export const domainOptions: Array<Domain> = [
377
model_interval: 6,
378
windUVComponents: true
379
},
380
- {
+ {
381
value: 'ecmwf_ifs',
382
label: 'ECMWF IFS HRES',
383
grid: {
0 commit comments