forked from NCAR/DART
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
225 lines (212 loc) · 3.5 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
*.mod
*.o
*.swp
*__pycache__*
*obscount.txt
*region?.ps
*~
.DS_Store
Gemfile.lock
_site/
.cppdefs
# Nuisance files
# Makefile
Makefile
!developer_tests/time_manager/Makefile
!developer_tests/mpi_utilities/tests/Makefile
build_templates/mkmf.template
dart_log.*
mkmf.template
input.nml.*default
filter_ics
obs_def_mod.f90
obs_kind_mod.f90
using_mpi_for_*
check_me.nc
check_me_interptest.*
*.orig
# sphinx build folder
_build
# python directories
__pycache__
# RTTOV coefficient files
mietable*
rtcoef*
# Executables
advance_time
closest_member_tool
compare_states
compute_error
create_fixed_network_seq
create_obs_sequence
fill_inflation_restart
filter
gen_sampling_err_table
integrate_model
model_mod_check
obs_assim_count
obs_common_subset
obs_diag
obs_impact_tool
obs_keep_a_few
obs_loop
obs_selection
obs_seq_coverage
obs_seq_to_netcdf
radiance_obs_seq_to_netcdf
obs_seq_verify
obs_sequence_tool
obs_total_error
obs_utils
perfect_model_obs
perturb_single_instance
preprocess
restart_file_tool
system_simulation
dart_to_clm
clm_to_dart
wakeup_filter
mpas_dart_obs_preprocess
update_bc
update_mpas_states
advance_cymdh
cice_to_dart
dart_to_cice
column_rand
pert_sounding
dart_to_mit
mit_to_dart
create_ocean_obs
gitm_blocks_to_netcdf
gitm_to_netcdf
netcdf_to_gitm_blocks
streamflow_obs_diag
# Observation converter exectutables
convert_aviso
level4_to_obs
CHAMP_density_text_to_obs
CNOFS_text_to_obs
CONAGUA_convert_streamflow
COSMOS_development
COSMOS_to_obs
convert_gpspw
convert_daily_grace
gtspp_to_obs
thinned_gtspp_to_obs
convert_madis_acars
convert_madis_marine
convert_madis_mesonet
convert_madis_metar
convert_madis_profiler
convert_madis_rawin
convert_madis_satwnd
MIDAS_to_obs
MOD15A2_to_obs
convert_saber_cdf
SIF_to_obs_netcdf
oi_sst_to_obs
sst_to_obs
convert_f16_edr_dsk
wod_to_obs
cice_to_obs
modis_ist_to_obs_netcdf
seaice_aggre_to_obs_netcdf
gnd_gps_vtec_text_to_obs
create_obs_radar_sequence
snow_to_obs
snow_to_obs_netcdf
tec_to_obs
text_to_obs
text_to_obs
convert_gpspw
convert_tpw
tc_to_obs
id_set_def_stdin
ps_id_stdin
ps_rand_local
convert_roms_obs
create_sphere_obs
convert_ok_mesonet
read_geo
convert_aura
dwl_to_obs
create_real_obs
prepbufr_to_obs
convert_pb_netcdf
cword.x
grabbufr.x
prepbufr.x
prepbufr_03Z.x
bufrlib.a
gsi_to_dart
convert_cosmic_gps_cdf
convert_cosmic_ionosphere
convert_gpsro_bufr
SMAP_L2_to_obs
convert_sat_chl
ssec_satwnd
gts_to_dart
littler_tf_dart
rad_3dvar_to_dart
# Test programs built by developer_tests
rttov_test
rttov_unit_tests
test_cf_conventions
test_diag_structure
test_read_write_restarts
test_read_write_time
test_state_structure
test_corr
test_diff
test_exp
test_gamma
test_gaussian
test_hist
test_inv_gamma
test_random
test_reseed
timetest
PrecisionCheck
error_handler_test
file_utils_test
find_enclosing_indices_test
find_first_occurrence_test
nml_test
parse_args_test
sort_test
stacktest
obs_rwtest
test_quad_irreg_interp
test_quad_reg_interp
# Directories to NOT IGNORE ... same as executable names
# as far as I know, these must be listed after the executables
!advance_time/
!closest_member_tool/
!compare_states/
!compute_error/
!create_fixed_network_seq/
!create_obs_sequence/
!fill_inflation_restart/
!filter/
!gen_sampling_err_table/
!integrate_model/
!model_mod_check/
!obs_assim_count/
!obs_common_subset/
!obs_diag/
!obs_impact_tool/
!obs_keep_a_few/
!obs_loop/
!obs_selection/
!obs_seq_coverage/
!obs_seq_to_netcdf/
!obs_seq_verify/
!obs_sequence_tool/
!obs_total_error/
!obs_utils/
!perfect_model_obs/
!perturb_single_instance/
!preprocess/
!restart_file_tool/
!system_simulation/
!wakeup_filter/