File tree 8 files changed +86
-0
lines changed
8 files changed +86
-0
lines changed Original file line number Diff line number Diff line change
1
+ /config.local
2
+ /tmp
3
+ /cache
Original file line number Diff line number Diff line change
1
+ [core]
2
+ autostage = true
Original file line number Diff line number Diff line change
1
+ # Add patterns of files dvc should ignore, which could improve
2
+ # the performance. Learn more at
3
+ # https://dvc.org/doc/user-guide/dvcignore
Original file line number Diff line number Diff line change
1
+ environments :
2
+ py :
3
+ path : environment.yml
4
+ kind : conda
Original file line number Diff line number Diff line change
1
+ schema: '2.0'
2
+ stages:
3
+ get-smarteole-data:
4
+ cmd: calkit xenv -n py -- python examples/download_flasc_data.py
5
+ deps:
6
+ - path: examples/download_flasc_data.py
7
+ hash: md5
8
+ md5: b32c6407763065a089ae6f336f3ac74b
9
+ size: 1559
10
+ outs:
11
+ - path: inputs/SMARTEOLE-WFC-open-dataset
12
+ hash: md5
13
+ md5: 1e2a5737103434165f1f10a0f108405b.dir
14
+ size: 438232953
15
+ nfiles: 9
Original file line number Diff line number Diff line change
1
+ stages :
2
+ get-smarteole-data :
3
+ cmd : calkit xenv -n py -- python examples/download_flasc_data.py
4
+ deps :
5
+ - examples/download_flasc_data.py
6
+ outs :
7
+ - inputs/SMARTEOLE-WFC-open-dataset :
8
+ cache : false
9
+ persist : true
Original file line number Diff line number Diff line change
1
+ channels :
2
+ - conda-forge
3
+ dependencies :
4
+ - brotli-python=1.1.0
5
+ - bzip2=1.0.8
6
+ - ca-certificates=2025.1.31
7
+ - certifi=2025.1.31
8
+ - cffi=1.17.1
9
+ - charset-normalizer=3.4.1
10
+ - h2=4.2.0
11
+ - hpack=4.1.0
12
+ - hyperframe=6.1.0
13
+ - idna=3.10
14
+ - libblas=3.9.0
15
+ - libcblas=3.9.0
16
+ - libcxx=19.1.7
17
+ - libexpat=2.6.4
18
+ - libffi=3.4.2
19
+ - libgfortran=5.0.0
20
+ - libgfortran5=13.2.0
21
+ - liblapack=3.9.0
22
+ - liblzma=5.6.4
23
+ - libmpdec=4.0.0
24
+ - libopenblas=0.3.29
25
+ - libsqlite=3.49.1
26
+ - libzlib=1.3.1
27
+ - llvm-openmp=19.1.7
28
+ - ncurses=6.5
29
+ - numpy=2.2.3
30
+ - openssl=3.4.1
31
+ - pip=25.0.1
32
+ - pycparser=2.22
33
+ - pysocks=1.7.1
34
+ - python=3.13.2
35
+ - python_abi=3.13
36
+ - readline=8.2
37
+ - requests=2.32.3
38
+ - tk=8.6.13
39
+ - tzdata=2025a
40
+ - urllib3=2.3.0
41
+ - zstandard=0.23.0
42
+ - zstd=1.5.6
43
+ name : wind-forecasting-py
Original file line number Diff line number Diff line change
1
+ name : wind-forecasting-py
2
+ channels :
3
+ - conda-forge
4
+ dependencies :
5
+ - python
6
+ - requests
7
+ - numpy
You can’t perform that action at this time.
0 commit comments