Skip to content

Commit 18b644d

Browse files
authored
Merge pull request #35 from open-meteo/expose-gaussian-file
fix: Expose gaussian
2 parents 94854fd + 77cece4 commit 18b644d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ export * from './utils/interpolations';
66
export * from './utils/math';
77
export * from './utils/projections';
88
export * from './utils/variables';
9+
export * from './utils/gaussian';
10+
911
export * from './om-file-reader';
1012
export * from './om-protocol';
1113
export * from './worker-pool';

src/utils/domains.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ export const domainOptions: Array<Domain> = [
377377
model_interval: 6,
378378
windUVComponents: true
379379
},
380-
{
380+
{
381381
value: 'ecmwf_ifs',
382382
label: 'ECMWF IFS HRES',
383383
grid: {

0 commit comments

Comments
 (0)