-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitignore
82 lines (82 loc) · 1.67 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
WRFV3/inc/*.inc
# WRF automated f90 files #
*.f90
# Compiled source #
*.mod
*.o
*.exe
# Compiled python #
*.pyc
# log files #
*.log
slurm*
# WRF rsl files
rsl.out.*
rsl.error.*
# debug files
gout*
# WRF meteorology files
met_em*
geo_em*
# WRF output files
wrfout*
*00:00
# WRF backup namelists
namelist.input.backup*
# WPS
WPS/GRIBFILE*
WPS/FILE*
#
WRFV3/external/esmf_time_f90/*.f
WRFV3/external/io_netcdf/*.f
WRFV3/external/io_netcdf/diffwrf
WRFV3/external/io_int/*.f
WRFV3/external/RSL_LITE/*.f
#
*.a
*.tar.gz
#
wrfchemi*
wrfem*
wrfinput*
wrfbdy*
# The real files are in the WRFV3/run dir
WRFV3/test/em_real/*.TBL
WRFV3/test/em_real/CAM*
WRFV3/test/em_real/*.formatted
WRFV3/test/em_real/*.asc
WRFV3/test/em_real/*DATA
WRFV3/test/em_real/CCN_ACTIVATE.BIN
WRFV3/test/em_real/ETAMPNEW_DATA.expanded_rain
WRFV3/test/em_real/README.namelist
WRFV3/test/em_real/batch_real.sh
WRFV3/test/em_real/bulkdens.asc_s_0_03_0_9
WRFV3/test/em_real/bulkradii.asc_s_0_03_0_9
WRFV3/test/em_real/grib2map.tbl
WRFV3/test/em_real/gribmap.txt
WRFV3/test/em_real/kernels.asc_s_0_03_0_9
WRFV3/test/em_real/p3_lookup_table_1.dat
WRFV3/test/em_real/tr49t67
WRFV3/test/em_real/tr49t85
WRFV3/test/em_real/tr67t85
# Any folder named figures
figures/
*.pdf
# Any netcdf files
*.nc
# generated files that should not be tracked
WRFV3/frame/module_dm.F
configure.wrf
WRFV3/Registry/Registry
WRFV3/Registry/Registry.backup
WRFV3/configure.wrf.backup
WRFV3/external/io_int/diffwrf
WRFV3/external/io_int/io_int_idx_tags.h
WRFV3/external/io_int/test_io_idx
WRFV3/frame/module_state_description.F
WRFV3/inc/dm_comm_cpp_flags
WRFV3/inc/wrf_io_flags.h
WRFV3/inc/wrf_status_codes.h
WRFV3/run/namelist.input
WRFV3/tools/gen_comms.c
WRFV3/tools/registry