-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
37 lines (30 loc) · 917 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
.idea/*
**/.ipynb_checkpoints/
wrftamer.egg-info/*
__pycache__
/docs/site
/debug
/dist
/build
/reports
/.pytest_cache
.coverage
coverage.xml
/jupyter/*
#/tests/resources/dummy_data/wrfaux1_d01_2020-05-17_00:00:00
#/tests/resources/dummy_data/wrfinput_d01
/tests/resources/dummy_data/wrfout_d01_2020-05-17_00:00:00
/tests/resources/dummy_data/wrfrst_d01_2020-05-17_03:00:00
/tests/resources/model_data/Ave10Min_tslist_d01.nc
/tests/resources/model_data/raw_tslist_d01.nc
/tests/resources/observations_data/Nonconform/Nonconform_20200101_20210101.nc
/tests/resources/observations_data/Testset/Testset_20200101_20210101.nc
/tests/resources/observations_data/Testset2/Testset2_20200101_20210101.nc
/tests/resources/testres1.nc
/tests/resources/testres2.nc
/tests/resources/testres3.nc
/tests/resources/testres4.nc
/tests/resources/testset1.nc
/tests/resources/testset2.nc
/tests/resources/testset3.nc
/jupyterlab/