-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy path.gitignore
101 lines (85 loc) · 1.23 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
# Log files from preprocessing
# ----------------------------
# geogrid.log
# metgrid.log
# ungrib.log
*.log
# Executables
# -----------
# geogrid.exe
# metgrid.exe
# real.exe
# tc.exe
# ungrib.exe
# wrf.exe
# submit_real.sh
# submit_wrf.sh
*.exe
submit_*.sh
# Generated tables
# ----------------
# GENPARM.TBL
# HLC.TBL
# LANDUSE.TBL
# SOILPARM.TBL
# SOILPARM.TBL_Kishne_2017
# URBPARM.TBL
# URBPARM_UZE.TBL
# VEGPARM.TBL
*.TBL*
*.tbl
# Downloaded IC/BC data
# ---------------------
# met_em.d01.2013-11-08_00:00:00.nc
# ...
# met_em.d01.2013-11-09_00:00:00.nc
# ...
# met_em.d01.2013-11-10_00:00:00.nc
# ...
# met_em.d02.2013-11-08_00:00:00.nc
# ...
# met_em.d02.2013-11-09_00:00:00.nc
# ...
# met_em.d02.2013-11-10_00:00:00.nc
# ...
met_em.d*.*.nc
metgrid
# Grid
# ----
# geo_em.d01.nc
# geo_em.d02.nc
# geo_em.d03.nc
# geogrid/
geo_em.d*.nc
geogrid
# Generated data
# --------------
*.asc*
*.bin
*.BIN
*.dat*
*.formatted
CAM*
CLM*
ETAMPNEW*
RRTM*
# Other files
# -----------
README.*
Vtable
co2_trans
*.f90
*.txt
*.csh
tr??t??
# WRF output files
# ----------------
auxout
namelist.output
rsl.out.*
rsl.error.*
slurm-*.out
t????.d??.*
wrfbdy_d*
wrfinput_d*
wrfout_d*