Skip to content

Commit 1dc5587

Browse files
committed
Allow metdata to expand its search bounding box by 25% * 3 to try to find enough stations. Output mesh bounding box and per-netcdf file per rank station files. Output geoJSON instead of shp. Move forcing informatino from option to forcing config section
1 parent 191247d commit 1dc5587

9 files changed

+358
-268
lines changed

spack.yaml

+31-28
Original file line numberDiff line numberDiff line change
@@ -4,37 +4,40 @@
44
# configuration settings.
55
spack:
66
definitions:
7-
# - vtk: [ [email protected].6 ]
8-
# when: '"ubuntu" not in os'
9-
# has a compilation error in llvm when enabled
10-
- vtk: [ [email protected] ^mesa~llvm ]
11-
when: '"linux" in platform'
12-
- tbb: [intel-tbb]
7+
# - vtk: [ "[email protected]:" ]
8+
## when: '"ubuntu" not in os'
9+
## has a compilation error in llvm when enabled
10+
# - vtk: [ "[email protected]: ^mesa~llvm" ]
11+
# when: '"linux" in platform'
12+
- tbb: ["intel-tbb"]
1313
when: '"darwin" in platform'
14-
- tbb: [ intel-oneapi-tbb ]
14+
- tbb: [ "intel-oneapi-tbb" ]
1515
when: '"linux" in platform'
1616
specs:
17-
- "[email protected]: +system+filesystem+date_time+thread+chrono+regex+iostreams+program_options+mpi+serialization"
18-
- cgal +header_only
19-
- hdf5 +cxx
20-
21-
- "[email protected]: +hdf5 +netcdf"
22-
- "proj@9: +curl+tiff"
23-
- sparsehash
24-
- "gperftools build_system=autotools"
25-
- gsl +external-cblas
26-
- armadillo
27-
- tbb
28-
- eigen
29-
- meteoio
30-
- "[email protected]: ~openmp"
31-
32-
- jemalloc
33-
34-
- spdlog
35-
- openblas
36-
37-
- "openmpi"
17+
- "[email protected]: +system+filesystem+date_time+thread+chrono+regex+iostreams+program_options+mpi+serialization~python"
18+
- "cgal@6: +gmp"
19+
- "hdf5 +cxx"
20+
21+
- "[email protected]: +hdf5 +netcdf"
22+
- "proj@9: +curl+tiff"
23+
- "sparsehash"
24+
- "gperftools build_system=autotools"
25+
- "gsl +external-cblas"
26+
- "armadillo"
27+
- "tbb"
28+
- "eigen"
29+
- "meteoio"
30+
- "[email protected]: ~openmp"
31+
32+
- "jemalloc"
33+
34+
- "spdlog"
35+
- "openblas"
36+
37+
- "openmpi"
38+
39+
- "gcc@14"
40+
# - udunits
3841
view: true
3942
concretizer:
4043
unify: true

0 commit comments

Comments
 (0)