-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.bash_eternal_history
executable file
·563 lines (563 loc) · 27.7 KB
/
.bash_eternal_history
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
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
999 2021-10-15 23:45:02 | exit
1000 2021-10-16 00:05:10 | git status
1001 2021-10-16 00:05:25 | source /opt/VirtEnv/tmes/bin/activate
1002 2021-10-16 00:05:40 | cron.py 20211015
1003 2021-10-16 00:05:47 | python cron.py 20211015
1002 2021-10-16 00:12:26 | cd ../bin/ingestion/
1003 2021-10-16 00:12:29 | python cron.py 20211015
1004 2021-10-16 00:14:44 | cron.py 20211015
1005 2021-10-16 00:14:49 | nano cron.py
1006 2021-10-16 00:15:15 | ls -alth
999 2021-10-16 00:15:24 | exit
1000 2021-10-16 00:16:09 | source /opt/VirtEnv/tmes/bin/activate
1001 2021-10-16 00:16:15 | nano cron.py
1002 2021-10-16 00:16:34 | python manage.py new
1003 2021-10-16 00:16:48 | nano manage.py
1004 2021-10-16 00:17:05 | python manage.py new
1005 2021-10-16 00:19:35 | nano manage.py
1006 2021-10-16 00:20:48 | python manage.py new
1007 2021-10-16 00:20:59 | nano manage.py
1008 2021-10-16 00:21:36 | python manage.py new
1009 2021-10-16 00:21:59 | nano manage.py
1010 2021-10-16 00:22:09 | python manage.py new
1011 2021-10-16 00:23:15 | nano sources_template.json
1011 2021-10-16 00:23:15 | nano sources_template.json
1012 2021-10-16 00:26:56 | python manage.py mod
1013 2021-10-16 00:28:44 | nano manage.py
1022 2021-10-16 08:44:25 | cd bin/ingestion/
1023 2021-10-16 08:44:35 | cp config.json /home/model/
1024 2021-10-16 08:44:39 | tail -f /var/log/tmes.log
1025 2021-10-16 08:47:34 | cp sources.json /home/model/
1026 2021-10-16 08:47:42 | crontab -e
1027 2021-10-16 08:47:56 | date
1028 2021-10-16 08:48:48 | tail -f /var/log/tmes.log
1029 2021-10-16 08:50:19 | crontab -e
1030 2021-10-16 08:51:50 | date
1041 2021-10-16 08:53:22 | cd ingestion/
1042 2021-10-16 08:53:28 | tail -f /var/log/tmes.log
999 2021-10-16 12:51:12 | exit
1000 2021-10-16 12:51:25 | python manage.py mod
1001 2021-10-16 12:52:39 | nano manage.py
1002 2021-10-16 13:22:40 | python manage.py mod
1003 2021-10-16 13:26:02 | nano manage.py
1004 2021-10-16 13:28:48 | Y
1000 2021-10-18 11:07:28 | cd /usr3/iwsdata/bin/ingestion
1001 2021-10-18 11:07:29 | ls
1002 2021-10-18 11:07:32 | lt
1003 2021-10-18 11:07:35 | vi sources.json
1000 2021-10-18 11:54:32 | cd /usr3/iwsdata/bin/ingestion
1001 2021-10-18 11:54:33 | lt
1002 2021-10-18 11:54:45 | vi sources.json
1003 2021-10-18 12:01:03 | vi sources_template.json
1004 2021-10-18 12:01:14 | vi sources.json
1005 2021-10-18 12:01:21 | vi sources_template.json
1006 2021-10-18 12:01:50 | vi sources.json
1007 2021-10-18 12:09:52 | vi config.json
998 2021-10-22 17:17:53 | exit
999 2021-10-22 17:24:09 | source /opt/VirtEnv/tmes/bin/activate
1000 2021-10-22 17:24:19 | pip install -r requirements.txt
1001 2021-10-22 17:24:31 | nano requirements.txt
1002 2021-10-22 17:24:43 | pip install -r requirements.txt
1003 2021-10-27 00:05:36 | crontab -e
1003 2021-10-27 00:05:36 | crontab -e
1004 2021-10-27 00:06:21 | python cron.py
1004 2021-10-27 00:06:21 | python cron.py
1005 2021-10-27 00:06:40 | python cron.py 20211023
1006 2021-10-27 00:18:02 | for i in range(4..6)
1007 2021-10-27 00:18:08 | for i in (4..6)
1008 2021-10-27 00:18:33 | for i in {4..6}; do echo $i; done;
1009 2021-10-27 00:19:04 | for i in {4..6}; do python cron.py 2021102$i; done;
1022 2021-10-27 10:59:45 | cd bin/ingestion/
1005 2021-10-27 14:01:24 | cd ingestion/
1006 2021-10-27 14:01:25 | lt
1007 2021-10-27 14:01:30 | vi sources.json
1008 2021-10-27 14:03:48 | vi processing.json
1009 2021-10-27 14:07:22 | vi config.json
1010 2021-10-27 14:07:31 | vi processing.json
1011 2021-10-27 14:08:01 | vi sources.json
1012 2021-10-27 14:08:49 | vi requirements.txt
1013 2021-10-27 14:08:53 | lt
1014 2021-10-27 14:12:44 | vi tmes_download.py
1015 2021-10-27 14:16:15 | vi processing.json
1016 2021-10-27 14:38:41 | lt
1023 2021-11-02 10:50:46 | for i in {28..31}; do python cron.py 202110$i; done;
1024 2021-11-02 10:52:45 | git status
1025 2021-11-02 10:53:10 | git pull
1026 2021-11-02 10:54:42 | git fetch --all
1027 2021-11-02 10:55:11 | git reset --hard origin/master
1028 2021-11-02 10:55:18 | git status
1029 2021-11-02 10:56:11 | for i in {28..31}; do python cron.py 202110$i; done;
1030 2021-11-02 10:56:16 | ls
1031 2021-11-02 10:56:35 | for i in {28..31}; do python mmes_creation.py 202110$i; done;
1032 2021-11-02 10:56:51 | pip install cdo
1033 2021-11-02 10:57:20 | python mmes_creation.py 20211028
1034 2021-11-02 12:34:34 | python mmes_creation.py 20211029
1034 2021-11-02 12:34:34 | python mmes_creation.py 20211029
1035 2021-11-02 14:09:00 | python mmes_creation.py 20211030
1036 2021-11-02 14:18:55 | d
1037 2021-11-02 14:22:16 | ls ../../TMES/
1038 2021-11-02 14:22:40 | python mmes_creation.py 20211031
1039 2021-11-02 14:39:00 | python mmes_creation.py 20211101
1040 2021-11-02 15:06:17 | git status
1041 2021-11-02 15:06:21 | git push
1041 2021-11-02 15:06:21 | git push
1042 2021-11-02 15:48:41 | python mmes_creation.py
1048 2021-11-02 16:19:53 | cd ../../bin/ingestion/
1049 2021-11-02 16:19:54 | ls
1050 2021-11-02 16:20:06 | nano mmes_functions.py
1051 2021-11-02 16:21:26 | python mmes_creation.py
1072 2021-11-02 16:34:00 | cd bin/ingestion/
1073 2021-11-02 16:34:02 | python
1073 2021-11-02 16:34:02 | python
1074 2021-11-02 16:38:26 | which cdo
1075 2021-11-02 16:38:48 | cdo --version
1076 2021-11-02 16:39:40 | crontab -e
1077 2021-11-02 16:40:33 | cdo --version
1078 2021-11-02 17:25:33 | nano mmes_functions.py
1079 2021-11-02 17:26:04 | python mmes_creation.py
1079 2021-11-02 17:26:04 | python mmes_creation.py
1080 2021-11-03 16:56:18 | pip install netcdf4
1080 2021-11-03 16:56:18 | pip install netcdf4
1003 2021-11-04 16:24:33 | cd ingestion/
1004 2021-11-04 16:24:34 | ls
1005 2021-11-04 16:24:37 | vi sources.json
1081 2021-11-11 00:05:33 | git status
1082 2021-11-11 00:05:55 | git checkout mmes_functions.py
1083 2021-11-11 00:05:58 | git pull
1084 2021-11-11 00:06:15 | git remote -v
998 2021-11-11 00:06:35 | exit
999 2021-11-11 00:07:25 | source /opt/VirtEnv/tmes/bin/activate
1000 2021-11-11 00:07:50 | python mmes_creation.py
1000 2021-11-11 00:07:50 | python mmes_creation.py
1001 2021-11-11 00:35:51 | ls
1002 2021-11-11 00:35:53 | python mmes_creation.py
1002 2021-11-11 00:35:53 | python mmes_creation.py
1002 2021-11-11 00:35:53 | python mmes_creation.py
1003 2021-11-11 00:48:46 | nano mmes_functions.py
1004 2021-11-15 10:30:13 | python mmes_creation.py
1005 2021-11-15 10:36:12 | nano mmes_validate.py
1006 2021-11-15 10:38:49 | python mmes_creation.py
1007 2021-11-15 10:43:33 | python mmes_creation.py 20211114
1015 2021-11-15 12:15:36 | cd ../../bin/ingestion/
1016 2021-11-15 12:15:37 | python mmes_creation.py 20211114
1017 2021-11-15 12:17:57 | python mmes_creation.py
1018 2021-12-20 18:08:54 | htop
1019 2021-12-20 18:09:33 | docker ps
1020 2021-12-20 18:11:19 | docker stats geonode
1021 2021-12-20 18:11:25 | docker ps
1022 2021-12-20 18:11:55 | docker stats iws_geonode
1023 2021-12-20 18:12:04 | docker ps | less
1024 2021-12-20 18:12:24 | docker container ls
1025 2021-12-20 18:12:36 | docker container ls | less
1012 2022-02-02 15:15:45 | cd ingestion/
1013 2022-02-02 15:15:46 | lt
1033 2022-02-02 15:19:05 | cd ingestion/
1034 2022-02-02 15:19:05 | lt
1039 2022-02-02 15:20:08 | s
1040 2022-02-02 15:20:10 | grep arpa *
1044 2022-02-02 15:22:39 | cd ingestion/
1045 2022-02-02 15:22:40 | lt
1046 2022-02-02 15:22:47 | vi sources.json
1015 2022-11-02 22:49:00 | cd /usr3/iwsdata/bin/ingestion/
1016 2022-11-02 22:49:02 | df -h
1017 2022-11-02 22:49:27 | ls
1018 2022-11-02 22:49:39 | python mmes_creation.py
1019 2022-11-02 22:50:50 | ls
1020 2022-11-02 22:50:59 | nano sources.json
1021 2022-11-02 22:51:53 | nano mmes_creation.py
1022 2022-11-02 22:52:57 | nano mmes_functions.py
1023 2022-11-02 22:53:09 | ls
1024 2022-11-02 22:53:13 | nano mmes_download.py
1025 2022-11-02 22:55:32 | nano sources.json
1000 2022-11-02 23:12:32 | exit
1000 2022-11-02 23:12:32 | exit
1001 2022-11-03 00:04:48 | source /opt/VirtEnv/tmes/bin/activate
1002 2022-11-03 00:05:00 | nano mmes_download.py
1003 2022-11-03 00:07:09 | python mmes_creation.py
1004 2022-11-03 00:07:18 | nano mmes_download.py
1005 2022-11-03 00:07:31 | python mmes_creation.py
1006 2022-11-03 00:10:43 | nano mmes_download.py
1007 2022-11-03 00:11:30 | python mmes_creation.py 20221102
999 2022-11-07 21:32:55 | exit
1000 2022-11-07 22:40:33 | crontab -e
1001 2022-11-07 22:41:00 | source /opt/VirtEnv/tmes/bin/activate
1002 2022-11-07 22:41:07 | ls
1003 2022-11-07 22:41:20 | python sources.py
1004 2022-11-07 22:41:25 | python manage.py
1005 2022-11-07 22:41:48 | python manage.py sources
1006 2022-11-07 22:41:56 | nano manage.py
1007 2022-11-07 22:44:26 | python manage.py mod
1008 2022-11-07 22:51:11 | nano sources.json
1009 2022-11-07 22:51:58 | crontab -e
1010 2022-11-07 22:52:18 | python mmes_creation.py
1011 2022-11-07 22:58:58 | ls -alth /usr3/iwsdata/TMES/
1012 2022-11-07 22:59:14 | ls -alth /usr3/iwsdata/TMES/history/
1012 2022-11-07 22:59:14 | ls -alth /usr3/iwsdata/TMES/history/
1013 2022-11-07 22:59:31 | ls -alth /usr3/iwsdata/TMES/history/ | less
1002 2022-11-07 23:04:11 | cd bin/ingestion/
1003 2022-11-07 23:04:13 | python mmes_creation.py 20221013
1005 2022-11-08 00:25:51 | cd bin/ingestion/
1006 2022-11-08 00:26:08 | for i in {1014..1107}; do python mmes_creation.py 2022$i; done;
1006 2022-11-08 00:26:08 | for i in {1014..1107}; do python mmes_creation.py 2022$i; done;
1007 2022-11-11 22:04:22 | ls /usr3/iwsdata/TMES
1008 2022-11-11 22:05:45 | ls /usr3/iwsdata/TMES/history/*202210*,nc
1009 2022-11-11 22:05:51 | ls /usr3/iwsdata/TMES/history/*202210*.nc
1010 2022-11-11 22:06:22 | ls /usr3/iwsdata/TMES/history/*202211*.nc
1011 2022-11-11 22:07:13 | python mmes_creation.py 20221108
1012 2022-11-11 22:08:50 | ls /usr3/iwsdata/TMES/history/*202211*.nc
1013 2022-11-11 22:09:12 | ls -alth /usr3/iwsdata/TMES/history/*202211*.nc
1014 2022-11-11 22:11:29 | ls -alth /usr3/iwsdata/mmes_components/20221108/
1015 2022-11-11 22:13:25 | nano sources.json
1016 2022-11-11 22:22:00 | python manage.py add
1017 2022-11-11 22:31:41 | python manage.py mod
1018 2022-11-11 22:44:37 | python manage.py del
1019 2022-11-11 22:44:51 | nano sources.json
1020 2022-11-11 22:48:27 | ls
1021 2022-11-11 22:48:44 | nano mmes_creation.py
1022 2022-11-11 22:49:29 | python mmes_creation.py 20221109
1022 2022-11-11 22:49:29 | python mmes_creation.py 20221109
1023 2022-11-11 22:51:44 | rm ../../MMES/TMES_waves_20221109.nc
1024 2022-11-11 22:52:03 | rm ../../MMES/TMES_waves_20220312.nc
1025 2022-11-11 22:52:23 | rm ../../MMES/TMES_sea_level_20220122.nc
1026 2022-11-11 22:52:29 | rm ../../MMES/TMES_sea_level_20220617.nc
1027 2022-11-11 22:53:02 | nano mmes_download.py
1028 2022-11-11 22:53:22 | nano mmes_creation.py
1029 2022-11-11 23:00:56 | python mmes_creation.py 20221109
1030 2022-11-11 23:02:15 | ls ../../MMES/
1031 2022-11-11 23:02:30 | rm ../../MMES/TMES_waves_20221109.nc
1032 2022-11-11 23:02:33 | ls ../../MMES/
1033 2022-11-11 23:03:13 | ls -alth ../../MMES/
1044 2022-11-15 17:56:43 | cd iwsdata/bin/ingestion/
1045 2022-11-15 17:56:48 | python mmes_creation.py 20221108
1045 2022-11-15 17:56:48 | python mmes_creation.py 20221108
1002 2022-11-15 18:08:21 | cd bin/ingestion/
1003 2022-11-15 18:08:23 | python mmes_creation.py 20221111
1004 2022-11-15 18:10:32 | ls -alth /usr3/iwsdata/TMES/
1005 2022-11-15 18:10:39 | ls -alth /usr3/iwsdata/
1006 2022-11-15 18:11:13 | chgrp -R model /usr3/thredds/data/public/TMES/
1001 2022-11-15 18:12:21 | cd bin/ingestion/
1002 2022-11-15 18:12:57 | for i in {11..15}; do echo 202211$i; done;
1003 2022-11-15 18:13:20 | for i in {11..15}; do python mmes_creation.py 202211$i; done;
999 2022-11-16 18:31:06 | exit
1000 2022-11-17 10:03:32 | virtualenv start tmes
1001 2022-11-17 10:03:45 | source /opt/VirtEnv/tmes/bin/activate
1002 2022-11-17 10:03:55 | python manage.py mod
1007 2022-11-24 17:06:39 | cd ingestion/
1008 2022-11-24 17:06:40 | ls
1009 2022-11-24 17:06:48 | pyhton manage.py mod
1010 2022-11-24 17:07:01 | pyhthon manage.py mod
1011 2022-11-24 17:07:11 | python manage.py mod
1011 2022-11-24 17:07:11 | python manage.py mod
1012 2022-11-24 17:49:15 | cat sources.json
1013 2022-11-24 17:55:46 | python mmes_creation 20221122
1014 2022-11-24 17:55:54 | python mmes_creation.py 20221122
1014 2022-11-24 17:55:54 | python mmes_creation.py 20221122
1013 2023-04-03 14:06:10 | cd ingestion/
1014 2023-04-03 14:06:10 | lt
1015 2023-04-03 14:06:15 | vi sources.json
1016 2023-04-03 14:07:51 | vi processing.json
1087 2023-04-03 14:30:51 | cd bin/ingestion/
1088 2023-04-03 14:30:52 | ls
1089 2023-04-03 14:30:55 | lt
1090 2023-04-03 14:30:57 | vi README.md
1091 2023-04-03 14:31:10 | vi sources
1092 2023-04-03 14:31:14 | vi sources.
1093 2023-04-03 14:31:21 | vi sources.py
1008 2023-04-03 14:32:57 | cd ingestion/
1009 2023-04-03 14:32:58 | ls
1010 2023-04-03 14:33:01 | vi mmes_functions.py
1011 2023-04-03 14:33:50 | vi sources.py
1013 2023-04-03 14:34:00 | p
1014 2023-04-03 14:34:06 | vi mmes_creation.py
1094 2023-04-03 14:31:56 | vi sources.json
1094 2023-04-03 14:31:56 | vi sources.json
1095 2023-04-03 14:36:52 | vi processing.json
1015 2023-04-03 14:34:44 | vi mmes_functions.py
1015 2023-04-03 14:34:44 | vi mmes_functions.py
1005 2023-04-05 09:12:20 | cd ingestion/
1006 2023-04-05 09:12:20 | lt
1007 2023-04-05 09:12:53 | vi mmes_creation.py
1008 2023-04-05 09:13:44 | vi sources.py
1009 2023-04-05 09:13:47 | lt
1010 2023-04-05 09:13:51 | vi processing.json
1011 2023-04-05 09:18:13 | vi sources.json
1012 2023-04-05 09:18:20 | vi processing.json
1003 2023-04-05 10:01:25 | cd ingestion/
1004 2023-04-05 10:01:26 | lt
1005 2023-04-05 10:01:37 | ls scripts/
1006 2023-04-05 10:01:48 | vi scripts/crea_tmes_waves.sh
1010 2023-04-05 10:07:18 | cd ingestion/
1011 2023-04-05 10:07:18 | lt
1012 2023-04-05 10:07:22 | vi mmes_creation.py
1013 2023-04-05 10:07:34 | grep copy *
1014 2023-04-05 10:07:52 | vi mmes_functions.py
1015 2023-04-05 11:14:53 | grb1to2.pl
1016 2023-04-05 11:21:36 | vi /var/log/tmes.log
1016 2023-04-05 11:21:36 | vi /var/log/tmes.log
1017 2023-04-05 11:24:03 | lt /var/log/tmes.log
1018 2023-04-05 11:24:07 | less /var/log/tmes.log
1019 2023-04-05 11:24:42 | lt
1019 2023-04-05 11:24:42 | lt
1029 2023-04-05 12:03:48 | cd bin/ingestion/
1030 2023-04-05 12:03:52 | vi sources.json
1031 2023-04-05 12:06:35 | units
1032 2023-04-05 12:12:35 | lt
1033 2023-04-05 12:12:40 | vi sources.json
1034 2023-04-05 12:13:04 | vi processing.json
1034 2023-04-05 12:13:04 | vi processing.json
1035 2023-04-05 12:14:30 | grep factor *.py
1036 2023-04-05 12:14:37 | vi mmes_functions.py
1037 2023-04-05 12:16:44 | vi sources.py
1037 2023-04-05 12:16:44 | vi sources.py
1038 2023-04-05 12:17:18 | lt
1039 2023-04-05 12:17:24 | vi sources.json
1040 2023-04-05 12:18:18 | vi sources.py
1041 2023-04-05 12:19:31 | vi processing.json
1042 2023-04-05 13:41:29 | less sources.json
1043 2023-04-05 13:44:26 | vi processing.json
1044 2023-04-05 13:44:38 | vi sources.json
1045 2023-04-05 14:37:49 | units
1046 2023-04-05 14:57:35 | lt
1047 2023-04-05 14:57:39 | vi mmes_creation.py
1048 2023-04-05 14:58:27 | vi mmes_functions.py
1048 2023-04-05 14:58:27 | vi mmes_functions.py
1049 2023-04-05 15:08:24 | vi sources.json
1050 2023-04-05 15:09:06 | vi mmes_functions.py
1050 2023-04-05 15:09:06 | vi mmes_functions.py
1051 2023-04-05 15:11:45 | vi sources.json
1052 2023-04-05 15:12:33 | vi mmes_creation.py
1053 2023-04-05 15:12:39 | vi mmes_functions.py
1054 2023-04-05 15:20:56 | vi sources.json
1055 2023-04-05 15:21:11 | vi mmes_functions.py
1056 2023-04-05 15:21:21 | vi sources.json
1057 2023-04-05 15:21:37 | vi mmes_functions.py
1058 2023-04-05 15:26:58 | vi mmes_creation.py
1059 2023-04-05 15:27:24 | vi mmes_functions.py
1060 2023-04-05 15:27:35 | vi mmes_creation.py
1061 2023-04-05 15:28:14 | vi mmes_download.py
1062 2023-04-05 15:29:06 | vi mmes_creation.py
1063 2023-04-05 15:29:21 | vi mmes_functions.py
1064 2023-04-05 15:29:48 | vi mmes_creation.py
1065 2023-04-05 15:31:03 | vi mmes_functions.py
1066 2023-04-05 15:34:54 | vi sources.json
1029 2023-04-05 15:40:32 | cd /usr3/iwsdata/bin/ingestion/
1030 2023-04-05 15:40:33 | ls
1066 2023-04-05 15:34:54 | vi sources.json
1031 2023-04-05 15:41:03 | git status
1032 2023-04-05 15:41:21 | nano .gitignore
1033 2023-04-05 15:41:49 | git status
1034 2023-04-05 15:41:58 | nano .gitignore
1066 2023-04-05 15:34:54 | vi sources.json
1067 2023-04-05 15:42:12 | ls
1035 2023-04-05 15:42:13 | git status
1036 2023-04-05 15:42:26 | git add .
1037 2023-04-05 15:44:06 | deactivate
1038 2023-04-05 15:44:55 | echo "source /opt/VirtEnv/tmes/bin/activate" >> virtualenv.sh
1039 2023-04-05 15:45:09 | sudo chmod +x virtualenv.sh
1040 2023-04-05 15:45:50 | ./virtualenv.sh
1041 2023-04-05 15:45:54 | ls
1042 2023-04-05 15:46:02 | ls -alth
1043 2023-04-05 15:46:13 | ls -alth virtualenv.sh
1044 2023-04-05 15:46:28 | ./virtualenv.sh
1045 2023-04-05 15:46:33 | cat virtualenv.sh
1046 2023-04-05 15:46:39 | source /opt/VirtEnv/tmes/bin/activate
1068 2023-04-05 15:42:15 | vi scripts/cmems-med_sea_level_IWS.sh
1074 2023-04-05 15:50:22 | s
1075 2023-04-05 15:50:23 | lt
1076 2023-04-05 15:50:26 | vi mmes_creation.py
1077 2023-04-05 15:50:44 | vi mmes_functions.py
1078 2023-04-05 15:50:58 | vi mmes_download.py
1081 2023-04-05 15:51:21 | p
1082 2023-04-05 15:51:23 | vi mmes_download.py
1047 2023-04-05 15:48:35 | python mmes_creation.py
1002 2023-04-12 09:06:49 | cd ingestion/
1003 2023-04-12 09:06:49 | lt
1004 2023-04-12 09:06:56 | vi sources.json
1008 2023-04-12 09:15:14 | s
1009 2023-04-12 09:15:16 | lt
1010 2023-04-12 09:15:33 | vi sources.json
1011 2023-04-12 09:17:49 | vi processing.json
1012 2023-04-12 09:19:40 | vi mmes_creation.py
1013 2023-04-12 09:19:48 | grep factor *.py
1014 2023-04-12 09:19:58 | vi mmes_functions.py
1015 2023-04-12 09:20:25 | vi sources.json
1015 2023-04-12 09:20:25 | vi sources.json
1016 2023-04-12 09:21:16 | vi processing.json
1017 2023-04-12 09:21:24 | vi sources.json
1018 2023-04-12 09:21:44 | vi processing.json
1019 2023-04-12 13:35:11 | ncl_convert2nc -h
1074 2023-04-12 13:39:34 | cd bin/ingestion/
1075 2023-04-12 13:39:34 | lt
1076 2023-04-12 13:39:37 | vi mmes_creation.py
1019 2023-04-12 13:35:11 | ncl_convert2nc -h
1043 2023-04-12 14:55:51 | cd bin/ingestion/
1044 2023-04-12 14:55:52 | lt
1045 2023-04-12 14:55:59 | vi sources.json
1046 2023-04-12 14:57:59 | ncl_convert2nc -h
1047 2023-04-12 14:58:50 | cdo sinfo arso_smmo_waves_20230405.grb
1024 2023-04-14 11:25:09 | cd bin/ingestion/
1025 2023-04-14 11:25:10 | lt
1026 2023-04-14 11:25:12 | vi processing.json
1027 2023-04-14 11:25:29 | vi mmes_creation.py
1028 2023-04-14 11:25:48 | vi mmes_functions.py
1001 2023-04-19 10:35:27 | cd /usr3/iwsdata/bin/ingestion/
1002 2023-04-19 10:35:27 | lt
1003 2023-04-19 10:35:45 | vi processing.json
1004 2023-04-19 10:36:06 | vi mmes_creation.py
1004 2023-04-19 10:36:06 | vi mmes_creation.py
1005 2023-04-19 10:37:06 | vi processing
1006 2023-04-19 10:37:11 | vi processing.json
1007 2023-04-19 10:39:19 | vi mmes_functions.py
1048 2023-04-19 12:28:12 | crontab -e
1048 2023-04-19 12:28:12 | crontab -e
1049 2023-04-19 12:28:37 | cat /var/log/tmes.log
1057 2023-04-19 12:29:54 | cd bin/ingestion/
1058 2023-04-19 12:29:55 | ls
1059 2023-04-19 12:30:05 | nano processing.json
1060 2023-04-19 12:36:20 | python mmes_creation.py 20230413
1061 2023-04-19 12:52:26 | python mmes_creation.py 20230414
1062 2023-04-21 10:30:08 | cd ls
1063 2023-04-21 10:30:09 | ls
1067 2023-04-21 10:30:54 | cd bin/ingestion/
1068 2023-04-21 10:30:54 | ls
1069 2023-04-26 11:36:27 | git status
1070 2023-04-26 11:36:45 | nano config.json
1071 2023-04-26 11:37:00 | git status
1072 2023-04-26 11:37:13 | git add config.json processing_template.json
1073 2023-04-26 11:37:16 | git status
1074 2023-04-26 11:37:28 | git restore --staged
1075 2023-04-26 11:37:35 | git restore --staged *.json
1076 2023-04-26 11:37:49 | nano .gitignore
1077 2023-04-26 11:38:18 | ls -alth
1078 2023-04-26 11:38:26 | ls -alth .gitignore
1000 2023-04-26 11:38:30 | exit
1001 2023-04-27 10:42:20 | ls
1002 2023-04-27 10:42:25 | source virtualenv.sh
1003 2023-04-27 11:10:41 | python mmes_creation.py 20230413 waves
1004 2023-04-27 11:10:52 | nano config.json
1004 2023-04-27 11:10:52 | nano config.json
1000 2023-04-27 11:11:13 | exit
1001 2023-04-27 11:12:00 | python mmes_creation.py 20230413 waves
1002 2023-04-27 11:12:09 | source virtualenv.sh
1003 2023-04-27 11:12:11 | python mmes_creation.py 20230413 waves
1004 2023-04-27 11:12:21 | nano config.json
1005 2023-04-27 11:12:37 | python mmes_creation.py 20230413 waves
1006 2023-04-27 11:42:30 | ls -alth /usr3/iwsdata/mmes_components/20230413/
1007 2023-04-27 11:47:03 | python mmes_creation.py 20230414 waves
1008 2023-04-27 11:47:52 | python mmes_creation.py 20230415 waves
1008 2023-04-27 11:47:52 | python mmes_creation.py 20230415 waves
1009 2023-04-27 12:20:12 | nano sources.json
1009 2023-04-27 12:20:12 | nano sources.json
1010 2023-04-27 13:04:24 | python mmes_creation.py 20230415 waves
1000 2023-04-27 13:09:25 | exit
1001 2023-04-27 13:10:10 | python mmes_creation.py 20230415 waves
1002 2023-04-27 13:10:18 | source virtualenv.sh
1003 2023-04-27 13:10:21 | python mmes_creation.py 20230415 waves
1004 2023-04-27 13:12:13 | rm /usr3/iwsdata nano mmes_functions.py
1005 2023-04-27 13:12:41 | ls
1006 2023-04-27 13:12:57 | git pull
1000 2023-04-27 13:13:02 | exit
1001 2023-04-27 13:15:27 | source virtualenv.sh
1002 2023-04-27 13:15:36 | python mmes_creation.py 20230415 waves
1000 2023-04-27 13:16:06 | exit
1001 2023-04-27 13:17:25 | source virtualenv.sh
1002 2023-04-27 13:17:30 | python mmes_creation.py 20230415 waves
1003 2023-04-27 13:19:20 | for i in {16..27} do echo $i; done;
1004 2023-04-27 13:19:31 | for i in {16..27}: do echo $i; done;
1005 2023-04-27 13:19:40 | for i in {16..27}: do echo $i
1006 2023-04-27 13:22:45 | for i in {16..27}; do echo $i; done;
1007 2023-04-27 13:23:35 | for i in {16..27}; do python mmes_creation.py 202304$i waves; done;
1008 2023-04-27 14:26:54 | python mmes_creation.py
1008 2023-04-27 14:26:54 | python mmes_creation.py
1009 2023-04-27 14:33:17 | python mmes_creation.py 20230427
1010 2023-04-27 14:36:31 | python mmes_creation.py 20230419 waves
1010 2023-04-27 14:36:31 | python mmes_creation.py 20230419 waves
1011 2023-04-27 17:13:46 | python mmes_creation.py 20230427
1012 2023-04-27 17:30:24 | python mmes_creation.py 20230319 waves
1013 2023-04-28 07:41:56 | python mmes_creation.py 20230327 waves
1014 2023-04-28 07:42:40 | git checkout master
1023 2023-04-28 13:13:16 | cd bin/ingestion/
1024 2023-04-28 19:17:01 | git commit
1025 2023-04-28 19:17:13 | nano .gitignore
1000 2023-04-28 19:17:38 | exit
1001 2023-04-28 19:19:23 | python mmes_creation.pypy 20230319 waves
1002 2023-04-28 19:19:29 | source virtualenv.sh
1003 2023-04-28 19:19:32 | python mmes_creation.pypy 20230319 waves
1004 2023-04-28 19:19:38 | python mmes_creation.py 20230319 waves
1010 2023-05-01 07:55:20 | cd /usr3/iwsdata/bin/ingestion/
1011 2023-05-01 07:55:32 | git branch
1012 2023-05-01 07:55:44 | git checkout issue_grib_conversion
1013 2023-05-01 07:55:50 | git status
1014 2023-05-01 07:55:56 | git push
1015 2023-05-01 07:58:02 | git checkout issue_grib_conversion
1016 2023-05-01 07:58:16 | python mmes_creation.py 20240319 waves
1017 2023-05-01 08:02:56 | python mmes_creation.py 20230419 waves
1023 2023-05-01 08:05:50 | cd ../../bin/ingestion/
1024 2023-05-01 08:05:59 | python mmes_creation.py 20230419 waves
1029 2023-05-01 08:07:55 | cd ../../bin/ingestion/
1030 2023-05-01 08:08:04 | python mmes_creation.py 20230419 waves
1031 2023-05-01 08:23:22 | ls /usr3/iwsdata/forecasts/arpae/arpae_swanita_pp1d_waves_20230419.grib
1032 2023-05-01 08:23:27 | ls - alth /usr3/iwsdata/forecasts/arpae/arpae_swanita_pp1d_waves_20230419.grib
1033 2023-05-01 08:23:34 | ls -alth /usr3/iwsdata/forecasts/arpae/arpae_swanita_pp1d_waves_20230419.grib
1034 2023-05-01 08:23:50 | rm /usr3/iwsdata/forecasts/arpae/arpae_swanita_pp1d_waves_20230419.grib
1035 2023-05-01 08:24:29 | ls - alth /usr3/iwsdata/mmes_components/20230419/arpae_swanita_waves_20230419.nc
1036 2023-05-01 08:24:35 | ls -alth /usr3/iwsdata/mmes_components/20230419/arpae_swanita_waves_20230419.nc
1000 2023-05-02 20:49:50 | exit
1001 2023-05-02 21:21:57 | source virtualenv.sh
1002 2023-05-02 21:22:03 | git status
1003 2023-05-02 21:23:19 | cat sources.json | grep adriac
1004 2023-05-02 21:23:36 | python mmes_creation.py
1005 2023-05-02 21:34:47 | python mmes_creation.py -d 20230419
1005 2023-05-02 21:34:47 | python mmes_creation.py -d 20230419
1006 2023-05-03 01:04:52 | nano sources.json
1007 2023-05-03 01:05:20 | python mmes_creation.py -d 20230419
1008 2023-05-03 01:07:07 | rm /usr3/iwsdata/mmes_components/20230419/arpae_adriac_sea_level_20230419.nc
1009 2023-05-03 01:07:28 | python mmes_creation.py -d 20230419
1010 2023-05-03 01:09:12 | python mmes_creation.py -d 20230502
1011 2023-05-03 01:11:08 | ls /usr3/iwsdata/mmes_components/20230419/
1012 2023-05-03 01:14:08 | python
1013 2023-05-03 01:19:19 | nano config.json
1000 2023-05-03 01:19:35 | exit
1001 2023-05-03 01:20:23 | source virtualenv.sh
1002 2023-05-03 01:20:37 | python mmes_creation.py -d 20230502
1003 2023-05-03 01:21:45 | nano config.json
1004 2023-05-03 01:21:55 | python mmes_creation.py -d 20230502
1005 2023-05-03 01:23:03 | nano sources.json
1006 2023-05-03 01:24:10 | ls ../../mmes_components/20230419/
1007 2023-05-03 01:27:08 | python
1008 2023-05-03 01:31:30 | python mmes_creation.py -d 20230502
1013 2023-05-03 01:34:46 | cd /usr3/iwsdata/bin/ingestion/
1014 2023-05-03 01:34:52 | python mmes_creation.py -d 20230501
1015 2023-05-03 01:40:43 | git status
1016 2023-05-03 01:40:52 | nano .gitignore
1016 2023-05-03 01:40:52 | nano .gitignore
1017 2023-05-03 01:41:24 | git pull
1000 2023-05-03 01:41:36 | exit
1001 2023-05-03 01:43:59 | source virtualenv.sh
1002 2023-05-03 01:44:07 | python mmes_creation.py -d 20230501
1000 2023-05-03 01:44:14 | exit
1001 2023-05-03 01:44:56 | source virtualenv.sh
1002 2023-05-03 01:45:00 | python mmes_creation.py -d 20230501
1000 2023-05-03 01:47:24 | exit
1001 2023-05-03 01:49:17 | source virtualenv.sh
1002 2023-05-03 01:49:20 | python
1003 2023-05-03 01:58:10 | nano mmes_functions
1004 2023-05-03 01:58:15 | nano mmes_functions.py
1000 2023-05-03 01:58:33 | exit
1001 2023-05-03 01:58:59 | source virtualenv.sh
1002 2023-05-03 01:59:06 | python mmes_creation.py -d 20230501
1003 2023-05-03 02:00:51 | rm /usr3/iwsdata/forecasts/cmcc/cmcc_adrifs_waves_20230501.nc
1004 2023-05-03 02:00:59 | python mmes_creation.py -d 20230501
1033 2023-05-03 08:45:35 | cd bin/ingestion/
1034 2023-05-03 08:45:35 | lt
1035 2023-05-03 08:45:39 | vi sources.json
1039 2023-05-03 08:58:56 | p
1040 2023-05-03 08:58:57 | lt
1041 2023-05-03 08:59:02 | vi sources.json
1042 2023-05-03 09:00:52 | vi mmes_creation.py
1043 2023-05-03 09:01:11 | vi mmes_functions.py
1044 2023-05-03 09:01:37 | vi ../TMES_waves.sh
1005 2023-05-03 14:35:59 | python mmes_creation.py -v sea_level -d 20230419
1006 2023-05-03 15:45:09 | nano mmes_creation.py
1007 2023-05-03 17:42:50 | ls -alth mmes_creation.py
1000 2023-05-03 17:42:54 | exit