-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
69 lines (69 loc) · 1.71 KB
/
.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
# system files
.DS_Store
src/preprocessing/__pycache__/
src/utils/__pycache__/
src/postprocessing/__pycache__/
src/preprocessing/extract/bin/
src/__pycache__/
src/plot/__pycache__/
__pycache__/main.cpython-311.pyc
src/download/__pycache__/__init__.cpython-311.pyc
src/download/__pycache__/download_copernicus_parser.cpython-311.pyc
src/download/__pycache__/download_era5_parser.cpython-311.pyc
# log files
compile.log
medslik_run.log
# folders and files used in other branches
src/model/bin/
src/model/mod/
src/model/test/*.o
src/model/test/*.exe
src/model/test/*.mod
src/model/obj/
src/utils/jday/bin/
src/model/test/data/test_envdata_20170423.nc
src/model/test/data/test_envdata_20170424.nc
src/model/test/data/test_envdata_20170425.nc
fort.91
output
# data not uploaded
data/gebco/GEBCO_2023.nc
data/gshhs/GSHHS_shp/c/*
data/gshhs/GSHHS_shp/f/*
data/gshhs/GSHHS_shp/h/*
data/gshhs/GSHHS_shp/i/*
data/gshhs/GSHHS_shp/l/*
data/gshhs/f/GSHHS_f_L1.shp
data/gshhs/f/GSHHS_f_L1.shx
# algeria test case
cases/algeria/out_files/
cases/algeria/bnc_files/dtmcst1.d
cases/algeria/xp_files/
cases/algeria/bnc_files/
cases/algeria/oce_files/
cases/algeria/met_files/
cases/algeria/*.log
cases/algeria/detections
# paria test case
cases/paria/out_files/oil_concentration.nc
cases/parameters/*
cases/paria/out_files
cases/paria/xp_files
cases/paria/*.log
cases/paria/bnc_files/dtmcst1.d
cases/paria/detections
# lebanon test case
cases/lebanon/out_files/
cases/lebanon/bnc_files/dtmcst1.d
cases/lebanon/xp_files/
cases/lebanon/*.log
cases/lebanon/detections
# Syria test case
cases/syria/out_files/
cases/syria/bnc_files/dtmcst1.d
cases/syria/xp_files/
cases/syria/bnc_files/
cases/syria/oce_files/
cases/syria/met_files/
cases/syria/*.log
cases/syria/detections