-
-
Save pukpr/0465a8bbedc76f4b2dc87a7cdfdd3072 to your computer and use it in GitHub Desktop.
| function Tide_Sum_Custom (Template : in Data_Pairs; | |
| Constituents : in Long_Periods_Amp_Phase; | |
| Periods : in Long_Periods; | |
| Ref_Time : in Long_Float := 0.0; | |
| Scaling : in Long_Float := 1.0; | |
| Cos_Phase : in Boolean := True; | |
| Year_Len : in Long_Float := Year_Length; | |
| Integ: in Long_Float := 0.0; | |
| Ext_Forcing : in Data_Pairs := Empty_Data; | |
| Ext_Factor : in Long_Float := 0.0; | |
| Ext_Phase : in Long_Float := 0.0; | |
| Ext_Amp : in Long_Float := 0.0 | |
| ) return Data_Pairs is | |
| Pi : Long_Float := Ada.Numerics.Pi; | |
| Time : Long_Float; | |
| Res : Data_Pairs := Template; | |
| D, A, T : Long_Float; | |
| TF : Long_Float; | |
| pragma Unreferenced (Integ, Scaling, Cos_Phase, Ext_Forcing, Ext_Factor, Ext_Phase, Ext_Amp); | |
| begin | |
| for I in Template'Range loop | |
| Time := Template(I).Date + Ref_Time; | |
| declare -- uses 18.6y and 173 | |
| use Ada.Numerics.Long_Elementary_Functions; | |
| L : Amp_Phase renames Constituents(2); | |
| Freq : Long_Float := Year_Len / Periods(2); | |
| HF : Amp_Phase renames Constituents(5); | |
| HP : Long_Float := Year_Len / Periods(5); | |
| NF : Amp_Phase renames Constituents(11); | |
| NP : Long_Float := Year_Len / Periods(11); | |
| begin | |
| D := L.Amplitude*(Cos(2.0*Pi*Freq*Time + L.Phase + | |
| HF.Amplitude*Cos(2.0*Pi*HP*Time + HF.Phase) + | |
| NF.Amplitude*Cos(2.0*Pi*NP*Time + NF.Phase) | |
| )); | |
| end; | |
| declare | |
| use Ada.Numerics.Long_Elementary_Functions; | |
| L : Amp_Phase renames Constituents(9); | |
| Freq : Long_Float := Year_Len / Periods(9); | |
| PF : Amp_Phase renames Constituents(14); | |
| PP : Long_Float := Year_Len / (2.0*Periods(14)); | |
| EF : Amp_Phase renames Constituents(15); -- arbitrary | |
| begin --ampA*(ABS(SIN(freq*$A18+$E$13*ABS(SIN(freq*($A18+$E$14)))+phaseA)))) | |
| A := L.Amplitude*(Cos(2.0*Pi*Freq*Time + L.Phase + | |
| PF.Amplitude*Abs(Cos(2.0*Pi*PP*Time + | |
| EF.Amplitude*Abs(Cos(2.0*Pi*PP*Time + | |
| EF.Phase)) + | |
| PF.Phase)) | |
| )); | |
| end; | |
| declare | |
| use Ada.Numerics.Long_Elementary_Functions; | |
| L : Amp_Phase renames Constituents(7); | |
| Freq : Long_Float := Year_Len / Periods(7); | |
| begin --ampA*(ABS(SIN(freq*$A18+$E$13*ABS(SIN(freq*($A18+$E$14)))+phaseA)))) | |
| T := L.Amplitude*Cos(2.0*Pi*Freq*Time + L.Phase); | |
| end; | |
| declare | |
| A1 : Long_Float renames Constituents(16).Amplitude; | |
| A2 : Long_Float renames Constituents(17).Amplitude; | |
| A3 : Long_Float renames Constituents(18).Amplitude; | |
| A4 : Long_Float renames Constituents(19).Amplitude; | |
| D1 : Long_Float renames Constituents(20).Amplitude; | |
| D2 : Long_Float renames Constituents(21).Amplitude; | |
| D3 : Long_Float renames Constituents(22).Amplitude; | |
| D4 : Long_Float renames Constituents(23).Amplitude; | |
| DA2 : Long_Float renames Constituents(24).Amplitude; | |
| D2A2 : Long_Float renames Constituents(25).Amplitude; | |
| D2A : Long_Float renames Constituents(26).Amplitude; | |
| DA3 : Long_Float renames Constituents(27).Amplitude; | |
| D3A : Long_Float renames Constituents(28).Amplitude; | |
| begin | |
| TF := T + A1*A + A2*A**2 + A3*A**3 + A4*A**4 + | |
| D1*D + D2*D**2 + D3*D**3 + D4*D**4 + | |
| DA2*D*(A**2) + D2A2*(D**2)*(A**2) + D2A*(D**2)*A + | |
| DA3*D*(A**3) + D3A*(D**3)*A ; | |
| Res(I) := (Time, TF); | |
| end; | |
| end loop; | |
| return Res; | |
| end Tide_Sum_Custom; | |
[] NINO3
Resetting 5 0%
0.67032101866 :offset:
0.22487186750 :bg:
0.32546347695 :impA:
1.38189794130 :impB:
11.69949882160 :impC:
0.99814134635:delA:
0.54528074063:delB:
-3.49339937647:asym:
0.03014952515:ann1:
17.90558363267:ann2:
-4.07056223078:sem1:
4.00366962669:sem2:
0.00047592799:year:
-0.34750370395:IR:
-0.05343993415 :mA:
0.00202583274 :mP:
-0.00000000000 :shiftT:
-0.00000000000 :init:
---- Tidal ----
27.32166155400, 0.00000000000, 0.00000000000, 1, -100, 2.99063427285046E-03
27.21222081500, 1.03693228477, 0.61023024911, 2, 69546, 1.48886169146506E-03
1095.17502233364, 0.00000000000, 0.00000000000, 3, -100, 1.02961790501006E-04
-3083.60350686619, -0.00000000000, 0.00000000000, 4, -100, 7.70994484599825E-04
173.30359167079, 0.01982852535, -2.80082720364, 5, 1690, 1.10769646139949E-03
13.63341568476, 0.00000000000, 0.00000000000, 6, -100, 1.30488228966311E-01
13.66083077700, -0.00250310055, 1.56595311177, 7, -101, 3.15851209728462E-01
13.60611040750, -0.00000000000, 0.00000000000, 8, -100, 1.10954764433649E-02
27.55454988600, -0.24320773108, 12.22750554753, 9, -384, 8.56032232411765E-02
13.77727494300, 0.00000000000, 0.00000000000, 10, -100, 1.36908092101149E-02
6793.47648813065, 0.34417018163, -31.97343026254, 11, 33653, 1.01968644193699E-03
13.49252967365, -0.00000000000, 0.00000000000, 12, -100, 1.39966803549860E-03
27.09267692660, 0.00000000000, -0.00000000000, 13, -100, 5.01682575545077E-03
-205.88311836727, -0.24348226765, 3.48582110770, 14, -34257, 7.12823065605224E-04
13.69115772864, -0.56363362987, -2.18548177674, 15, -20068, 2.82262906796778E-03
1305.66025845931, 0.06825549970, 0.00000000000, 16, 17237, 3.93692240348125E-04
27.44323926226, -0.00097307996, 0.00000000000, 17, -124, 4.07294883646464E-03
27.66676714572, -0.06252987247, 0.00000000000, 18, -1061, 6.50392316922114E-03
2190.35004466729, 0.03117683134, 0.00000000000, 19, 2825, 1.06600756973243E-03
26.98505934729, -0.00528975813, 0.00000000000, 20, -275, 3.02339902514604E-03
6167.20701373239, -0.00443943416, 0.00000000000, 21, -1405, 3.40235869160127E-04
-3232.60542850251, 0.05525132989, 0.00000000000, 22, 10749, 5.09277017581658E-04
199.82715599190, -0.00078143207, 0.00000000000, 23, -163, 1.24597185455209E-03
27.33282433123, 0.03953306715, 0.00000000000, 24, 1067, 3.38803487381239E-03
-2120.90900683440, 0.03430637574, 0.00000000000, 25, 3939, 8.49457752623714E-04
13.51938052729, -0.00568702889, 0.00000000000, 26, -378, 2.04461909430299E-03
26.76165906720, 0.18983015108, 0.00000000000, 27, 21350, 8.84996955584047E-04
13.74939096637, 0.00498954961, -0.00000000000, 28, 259, 1.39061243837663E-03
27.67821376175, -0.00000000000, 0.00000000000, 29, -100, 1.56199624327294E-03
---- LTE ----
0.00735065212 :trend:
0.00012325772 :accel:
1.63029458092 :K0:
13.83157307996 :level:
-1.24168392420, 0.40867772957, 0.95891632678 1
-2.48336784840, 0.41156190024, -1.71480367518 2
-3.72505177260, 0.29397898898, 2.27105243618 3
-4.96673569680, 0.37508990284, 0.18844997016 4
-22.35031063560, 0.33207345321, 2.26330786065 18
-27.31704633239, 0.16031112266, -0.64830509460 22
-28.55873025659, 0.08730668368, 0.11450980676 23
-58.35914443739, 0.14188176722, -1.65893073607 47
CC 0.6947289864 0.3421569662 16 1
0.05268155912:dLOD: 365.24204840000:Yr: nino3.dat
PS C:\Users\paul\github\pukpr\GEM-LTE\run> ../backup component_artificial_n4pt58short1pt77_cust8overnight_mf1_n34dtwCCfilter_n4_biquad_N34_N4cDTWccWOW1try2_N3d
Overfitting the non-LTE part, with extra 4.4 etc factors
[] NINO4
Status: 9 2 0.76369 0.20023 # 2300
0.26960120543 :offset:
-0.00107140627 :bg:
0.20355805816 :impA:
-10.06852340240 :impB:
-4.53825047056 :impC:
6.12598834971:delA:
0.43513694667:delB:
-3.87574634665:asym:
-0.13585367844:ann1:
-4.35823511777:ann2:
-1.88502402143:sem1:
0.57452060522:sem2:
0.00035216281:year:
0.34662498117:IR:
-0.70641551348 :mA:
-0.00561097214 :mP:
-0.30271332318 :shiftT:
0.21790768191 :init:
---- Tidal ----
27.32166155400, 0.01808205062, 7.73245457216, 1, 504, 2.99185446830221E-03
27.21222081500, 1.19851779719, 0.40485002893, 2, 80745, 1.48249009575208E-03
1095.17502233364, 0.00000000000, 0.00000000000, 3, -100, 1.02005430122255E-04
-3083.60350686619, -0.00000000000, 0.00000000000, 4, -100, 7.90132309267928E-04
173.30379429721, 1.11073490297, -2.30734915911, 5, 100200, 1.10741491935749E-03
13.63341568476, -0.02585677475, 8.04065885266, 6, -120, 1.30360938693915E-01
13.66083077700, -0.01537178690, -3.48297175030, 7, -105, 3.15888935364211E-01
13.60611040750, -0.03347363431, 4.63864352913, 8, -403, 1.10350593353712E-02
27.55454988600, -0.49537715015, 5.82497186937, 9, -679, 8.56004729354089E-02
13.77727494300, 0.00501481232, -3.93501841498, 10, -63, 1.36806736230545E-02
6793.47648813065, 0.88590880883, -56.20182472551, 11, 88126, 1.00413981823776E-03
1616.30271425126, -0.01793022793, -5.24547181818, 12, -7108, 2.55845054643550E-04
27.09267692660, 0.00000000000, -0.00000000000, 13, -100, 5.01386210448549E-03
-205.88340433861, -1.18847790218, 2.37732481230, 14, -166777, 7.13042181496757E-04
13.69115772864, 1.45749667568, 0.54701594255, 15, 51881, 2.80389764676023E-03
1305.66025845931, 0.28326580338, 0.00000000000, 16, 71741, 3.94294770541628E-04
27.44323926226, -0.00716092252, 0.00000000000, 17, -275, 4.08728425887432E-03
27.66676714572, -1.32602871006, 0.00000000000, 18, -20582, 6.47399376167565E-03
2190.35004466729, -0.18375642068, 0.00000000000, 19, -16325, 1.13251965441760E-03
26.98505934729, -0.02207980245, 0.00000000000, 20, -829, 3.02761316081279E-03
6167.20701373239, -0.03934992179, 0.00000000000, 21, -12733, 3.11473159735622E-04
-3232.60542850251, 0.02753907733, 0.00000000000, 22, 4978, 5.42336402804491E-04
199.82742538721, 0.01538956624, 0.00000000000, 23, 1135, 1.24603968080457E-03
27.33282433123, 0.01265402583, 0.00000000000, 24, 273, 3.38831226167356E-03
-2120.90900683440, 0.08030393598, 0.00000000000, 25, 8720, 9.10462351327644E-04
13.51938052729, -0.11882256002, 0.00000000000, 26, -5939, 2.03505313566542E-03
26.76165906720, 0.49773443558, 0.00000000000, 27, 56210, 8.83913608281136E-04
13.74939096637, -0.01972268096, -0.00000000000, 28, -1479, 1.43041155329352E-03
27.67821376175, -0.00000000000, 0.00000000000, 29, -100, 1.61193493108131E-03
---- LTE ----
0.00786492500 :trend:
0.00002594306 :accel:
0.39870098316 :K0:
15.10747720217 :level:
-0.81657485152, 0.18897068177, -0.72651276128 1
-1.63314970304, 0.22708272302, -0.91281802480 2
-4.08287425760, 0.04857810496, 0.11184088245 5
-5.71602396064, 0.06857129569, 0.56773453255 7
-15.51492217887, 0.02234972857, -2.66010091836 19
-18.78122158495, 0.05715415433, -2.83535035080 23
DTW 0.7636851484 0.2002198185 9 1
0.09273405782:dLOD: 365.24249840000:Yr: nino4.dat
PS C:\Users\paul\github\pukpr\GEM-LTE\run> ../backup component_artificial_n4pt58short1pt77_cust8overnight_mf1_n34dtwCCfilter_n4_biquad_N34_N4cDTWccWOW1try2_bend1harmALL44f_2plus1a
Status: 10 2 0.77095 0.04102 # 20
0.20032354232 :offset:
-0.00107140627 :bg:
0.11711542095 :impA:
-9.86371097257 :impB:
-4.53259555651 :impC:
6.12546084091:delA:
0.43513694667:delB:
-3.87579040812:asym:
-0.02045133253:ann1:
-3.43859921125:ann2:
-1.88668959218:sem1:
0.57342014021:sem2:
0.00035216281:year:
0.34662576920:IR:
-0.70644481788 :mA:
-0.00561139635 :mP:
-0.28698335709 :shiftT:
0.21753969807 :init:
---- Tidal ----
27.32166155400, 0.01808466309, 7.72919853233, 1, 504, 2.99185446830221E-03
27.21222081500, 1.19846099761, 0.40499781891, 2, 80741, 1.48249009575208E-03
1095.17502233364, 0.00000000000, 0.00000000000, 3, -100, 1.02005430122255E-04
-3083.60350686619, -0.00000000000, 0.00000000000, 4, -100, 7.90132309267928E-04
173.30379429721, 1.11165526568, -2.30568715199, 5, 100283, 1.10741491935749E-03
13.63341568476, -0.02581345490, 8.04272507544, 6, -120, 1.30360938693915E-01
13.66083077700, -0.01534597141, -3.48306325534, 7, -105, 3.15888935364211E-01
13.60611040750, -0.03362583252, 4.63626195731, 8, -405, 1.10350593353712E-02
27.55454988600, -0.49538887861, 5.82497005643, 9, -679, 8.56004729354089E-02
13.77727494300, 0.00474411832, -3.94107141272, 10, -65, 1.36806736230545E-02
6793.47648813065, 0.88549637024, -56.20176975976, 11, 88085, 1.00413981823776E-03
1616.30271425126, -0.01794451368, -5.24727752963, 12, -7114, 2.55845054643550E-04
27.09267692660, 0.00000000000, -0.00000000000, 13, -100, 5.01386210448549E-03
-205.88340433861, -1.18848848508, 2.37702491834, 14, -166779, 7.13042181496757E-04
13.69115772864, 1.45682455972, 0.54700627080, 15, 51857, 2.80389764676023E-03
1305.66025845931, 0.28326132480, 0.00000000000, 16, 71740, 3.94294770541628E-04
27.44323926226, -0.00712067932, 0.00000000000, 17, -274, 4.08728425887432E-03
27.66676714572, -1.32605728364, 0.00000000000, 18, -20583, 6.47399376167565E-03
2190.35004466729, -0.18389781047, 0.00000000000, 19, -16338, 1.13251965441760E-03
26.98505934729, -0.02208489195, 0.00000000000, 20, -829, 3.02761316081279E-03
6167.20701373239, -0.03935303427, 0.00000000000, 21, -12734, 3.11473159735622E-04
-3232.60542850251, 0.02751420565, 0.00000000000, 22, 4973, 5.42336402804491E-04
199.82742538721, 0.01538381165, 0.00000000000, 23, 1135, 1.24603968080457E-03
27.33282433123, 0.01295425884, 0.00000000000, 24, 282, 3.38831226167356E-03
-2120.90900683440, 0.08022144952, 0.00000000000, 25, 8711, 9.10462351327644E-04
13.51938052729, -0.11881315348, 0.00000000000, 26, -5938, 2.03505313566542E-03
26.76165906720, 0.49817487393, 0.00000000000, 27, 56260, 8.83913608281136E-04
13.74939096637, -0.01957924677, -0.00000000000, 28, -1469, 1.43041155329352E-03
27.67821376175, -0.00000000000, 0.00000000000, 29, -100, 1.61193493108131E-03
---- LTE ----
0.00846722747 :trend:
0.00002975952 :accel:
0.40577621940 :K0:
16.25178349721 :level:
-0.40810168091, 0.04213431642, 0.70721743162 1
-0.81620336181, 0.18309692900, -0.74806727448 2
-1.63240672363, 0.23196559978, -0.88382704189 4
-4.08101680906, 0.04256191680, 0.30334591366 10
-5.71342353269, 0.07447213813, 0.81085790233 14
-38.36155800520, 0.09614094232, -1.59293834647 94
-18.77267732169, 0.05308050300, -2.82108546389 46
-2.44861008544, 0.06030004084, 2.06281578031 6
-3.67291512816, 0.05614682804, -2.32951440184 9
CC 0.7709526587 0.0410194356 10 1
0.09261611703:dLOD: 365.24249840000:Yr: nino4.dat
PS C:\Users\paul\github\pukpr\GEM-LTE\run> ../restore component_artificial_n4pt58short1pt77_cust8overnight_mf1_n34dtwCCfilter_n4_biquad_N34_N4cDTWccWOW1try2_bend1harmALL44f_2plus1c
PS C:\Users\paul\github\pukpr\python> python .\extract_satellite_periods_harmonics_compare.py ..\GEM-LTE\run\lte_results.csv 0.5 1.0
0.07086999022482894
0.08748778103616814
0.13734115347018572
0.15347018572825025
0.17204301075268819
0.22531769305962854
0.23460410557184752
0.2883675464320626
0.3064516129032258
0.3225806451612903
0.34506353861192574
0.39100684261974583
0.42424242424242425
0.46529814271749753
0.48729227761485827
0.49560117302052786
Correlation Coefficient (NumPy): [[1. 0.62122483]







Interesting 12.8 year cycle forcing = draconic * 2 year
[] PDO
Status: 1 2 0.65515 0.40989 # 11520
CC 0.6551533277 0.4098917455 1 1
0.03594491314:dLOD: 365.24204840000:Yr: pdo.dat
PS C:\Users\paul\github\pukpr\GEM-LTE\run> ../backup component_artificial_n4pt58short1pt77_cust8overnight_mf1_n34dtwCCfilter_n4_biquad_N34_N4cDTWccWOW1try2_pdo2e
-a---- 6/23/2025 9:49 AM 2442 lt.exe.par.component_artificial_n4pt58short1pt77_cust8overnight_mf1_n34dtwCCfilter_n4_biquad
-a---- 6/23/2025 9:56 AM 2442 lt.exe.par.component_artificial_n4pt58short1pt77_cust8overnight_mf1_n34dtwCCfilter_n4_biquad_N34
-a---- 6/23/2025 10:07 AM 2442 lt.exe.par.component_artificial_n4pt58short1pt77_cust8overnight_mf1_n34dtwCCfilter_n4_biquad_N34_N4
-a---- 6/23/2025 10:15 AM 2442 lt.exe.par.component_artificial_n4pt58short1pt77_cust8overnight_mf1_n34dtwCCfilter_n4_biquad_N34_N4a
-a---- 6/23/2025 10:19 AM 2442 lt.exe.par.component_artificial_n4pt58short1pt77_cust8overnight_mf1_n34dtwCCfilter_n4_biquad_N34_N4b
-a---- 6/23/2025 10:28 AM 2442 lt.exe.par.component_artificial_n4pt58short1pt77_cust8overnight_mf1_n34dtwCCfilter_n4_biquad_N34_N4c
-a---- 6/23/2025 10:38 AM 2441 lt.exe.par.component_artificial_n4pt58short1pt77_cust8overnight_mf1_n34dtwCCfilter_n4_biquad_N34_N4cDTW
-a---- 6/23/2025 10:54 AM 2441 lt.exe.par.component_artificial_n4pt58short1pt77_cust8overnight_mf1_n34dtwCCfilter_n4_biquad_N34_N4cDTWcc
-a---- 6/23/2025 11:10 AM 2441 lt.exe.par.component_artificial_n4pt58short1pt77_cust8overnight_mf1_n34dtwCCfilter_n4_biquad_N34_N4cDTWccWOW
-a---- 6/23/2025 11:21 AM 2440 lt.exe.par.component_artificial_n4pt58short1pt77_cust8overnight_mf1_n34dtwCCfilter_n4_biquad_N34_N4cDTWccWOW1
-a---- 6/23/2025 11:42 AM 2440 lt.exe.par.component_artificial_n4pt58short1pt77_cust8overnight_mf1_n34dtwCCfilter_n4_biquad_N34_N4cDTWccWOW1try2
-a---- 6/23/2025 1:15 PM 2440 lt.exe.par.component_artificial_n4pt58short1pt77_cust8overnight_mf1_n34dtwCCfilter_n4_biquad_N34_N4cDTWccWOW1try2_emi
-a---- 6/23/2025 1:16 PM 2442 lt.exe.par.component_artificial_n4pt58short1pt77_cust8overnight_mf1_n34dtwCCfilter_n4_biquad_N34_N4cDTWccWOW1try2_emi_m4
-a---- 6/23/2025 1:19 PM 2442 lt.exe.par.component_artificial_n4pt58short1pt77_cust8overnight_mf1_n34dtwCCfilter_n4_biquad_N34_N4cDTWccWOW1try2_emi_m4a
-a---- 6/23/2025 1:29 PM 2442 lt.exe.par.component_artificial_n4pt58short1pt77_cust8overnight_mf1_n34dtwCCfilter_n4_biquad_N34_N4cDTWccWOW1try2_emi_m4b
-a---- 6/23/2025 1:32 PM 2442 lt.exe.par.component_artificial_n4pt58short1pt77_cust8overnight_mf1_n34dtwCCfilter_n4_biquad_N34_N4cDTWccWOW1try2_emi_m4bWOW
-a---- 6/23/2025 1:34 PM 2442 lt.exe.par.component_artificial_n4pt58short1pt77_cust8overnight_mf1_n34dtwCCfilter_n4_biquad_N34_N4cDTWccWOW1try2_emi_m4bWOW1
-a---- 6/23/2025 1:55 PM 2440 lt.exe.par.component_artificial_n4pt58short1pt77_cust8overnight_mf1_n34dtwCCfilter_n4_biquad_N34_N4cDTWccWOW1try2_hono
-a---- 6/23/2025 6:20 PM 2442 lt.exe.par.component_artificial_n4pt58short1pt77_cust8overnight_mf1_n34dtwCCfilter_n4_biquad_N34_N4cDTWccWOW1try2_iodB
-a---- 6/23/2025 5:32 PM 2442 lt.exe.par.component_artificial_n4pt58short1pt77_cust8overnight_mf1_n34dtwCCfilter_n4_biquad_N34_N4cDTWccWOW1try2_iodeNoAnn
-a---- 6/23/2025 5:35 PM 2441 lt.exe.par.component_artificial_n4pt58short1pt77_cust8overnight_mf1_n34dtwCCfilter_n4_biquad_N34_N4cDTWccWOW1try2_iodeNoAnn1
-a---- 6/23/2025 11:52 AM 2440 lt.exe.par.component_artificial_n4pt58short1pt77_cust8overnight_mf1_n34dtwCCfilter_n4_biquad_N34_N4cDTWccWOW1try2_N34
-a---- 6/23/2025 12:12 PM 2440 lt.exe.par.component_artificial_n4pt58short1pt77_cust8overnight_mf1_n34dtwCCfilter_n4_biquad_N34_N4cDTWccWOW1try2_N34a
-a---- 6/23/2025 12:15 PM 2440 lt.exe.par.component_artificial_n4pt58short1pt77_cust8overnight_mf1_n34dtwCCfilter_n4_biquad_N34_N4cDTWccWOW1try2_N34DTW
-a---- 6/23/2025 12:17 PM 2440 lt.exe.par.component_artificial_n4pt58short1pt77_cust8overnight_mf1_n34dtwCCfilter_n4_biquad_N34_N4cDTWccWOW1try2_N34DTWcc
-a---- 6/23/2025 1:09 PM 2440 lt.exe.par.component_artificial_n4pt58short1pt77_cust8overnight_mf1_n34dtwCCfilter_n4_biquad_N34_N4cDTWccWOW1try2_N34DTWcc_EMI
-a---- 6/23/2025 2:58 PM 2441 lt.exe.par.component_artificial_n4pt58short1pt77_cust8overnight_mf1_n34dtwCCfilter_n4_biquad_N34_N4cDTWccWOW1try2_pdo
-a---- 6/23/2025 3:05 PM 2441 lt.exe.par.component_artificial_n4pt58short1pt77_cust8overnight_mf1_n34dtwCCfilter_n4_biquad_N34_N4cDTWccWOW1try2_pdo1
-a---- 6/23/2025 3:08 PM 2441 lt.exe.par.component_artificial_n4pt58short1pt77_cust8overnight_mf1_n34dtwCCfilter_n4_biquad_N34_N4cDTWccWOW1try2_pdo2
-a---- 6/23/2025 3:10 PM 2439 lt.exe.par.component_artificial_n4pt58short1pt77_cust8overnight_mf1_n34dtwCCfilter_n4_biquad_N34_N4cDTWccWOW1try2_pdo2b
-a---- 6/23/2025 3:11 PM 2440 lt.exe.par.component_artificial_n4pt58short1pt77_cust8overnight_mf1_n34dtwCCfilter_n4_biquad_N34_N4cDTWccWOW1try2_pdo2c
-a---- 6/23/2025 3:14 PM 2440 lt.exe.par.component_artificial_n4pt58short1pt77_cust8overnight_mf1_n34dtwCCfilter_n4_biquad_N34_N4cDTWccWOW1try2_pdo2d
-a---- 6/23/2025 3:24 PM 2440 lt.exe.par.component_artificial_n4pt58short1pt77_cust8overnight_mf1_n34dtwCCfilter_n4_biquad_N34_N4cDTWccWOW1try2_pdo2dPoor
-a---- 6/23/2025 5:38 PM 2440 lt.exe.par.component_artificial_n4pt58short1pt77_cust8overnight_mf1_n34dtwCCfilter_n4_biquad_N34_N4cDTWccWOW1try2_pdo2d_amo
-a---- 6/23/2025 5:22 PM 2442 lt.exe.par.component_artificial_n4pt58short1pt77_cust8overnight_mf1_n34dtwCCfilter_n4_biquad_N34_N4cDTWccWOW1try2_pdo2d_iode
-a---- 6/23/2025 5:25 PM 2441 lt.exe.par.component_artificial_n4pt58short1pt77_cust8overnight_mf1_n34dtwCCfilter_n4_biquad_N34_N4cDTWccWOW1try2_pdo2d_iodeDTW
-a---- 6/23/2025 5:48 PM 2442 lt.exe.par.component_artificial_n4pt58short1pt77_cust8overnight_mf1_n34dtwCCfilter_n4_biquad_N34_N4cDTWccWOW1try2_pdo2d_nao
-a---- 6/23/2025 5:53 PM 2440 lt.exe.par.component_artificial_n4pt58short1pt77_cust8overnight_mf1_n34dtwCCfilter_n4_biquad_N34_N4cDTWccWOW1try2_pdo2d_nao2
-a---- 6/23/2025 3:35 PM 2440 lt.exe.par.component_artificial_n4pt58short1pt77_cust8overnight_mf1_n34dtwCCfilter_n4_biquad_N34_N4cDTWccWOW1try2_pdo2e
-a---- 6/23/2025 3:50 PM 2440 lt.exe.par.component_artificial_n4pt58short1pt77_cust8overnight_mf1_n34dtwCCfilter_n4_biquad_N34_N4cDTWccWOW1try2_pdo2f
-a---- 6/23/2025 6:33 PM 2440 lt.exe.par.component_artificial_n4pt58short1pt77_cust8overnight_mf1_n34dtwCCfilter_n4_biquad_N34_N4cDTWccWOW1try2_tna
-a---- 6/23/2025 7:21 PM 2441 lt.exe.par.component_artificial_n4pt58short1pt77_cust8overnight_mf1_n34dtwCCfilter_n4_biquad_N34_N4cDTWccWOW1try2_tna1
-a---- 6/23/2025 7:45 PM 2442 lt.exe.par.component_artificial_n4pt58short1pt77_cust8overnight_mf1_n34dtwCCfilter_n4_biquad_N34_N4cDTWccWOW1_brest
-a---- 6/23/2025 7:37 PM 2442 lt.exe.par.component_artificial_n4pt58short1pt77_cust8overnight_mf1_n34dtwCCfilter_n4_biquad_N34_N4cDTWccWOW1_tnaCC1
[] NINO4
Status: 9 2 0.72314 0.37565 # 40
CC 0.7231435487 0.3756519041 9 1
0.05740553611:dLOD: 365.24204840000:Yr: nino4.dat
PS C:\Users\paul\github\pukpr\GEM-LTE\run> ../restore component_artificial_n4pt58short1pt77_cust8overnight_mf1_n34dtwCCfilter_n4_biquad_N34_N4cDTWccWOW1try2
[] NINO34
Status: 5 2 0.74492 0.56487 # 40
DTW 0.7456056182 0.5763402660 15 1
0.05790883991:dLOD: 365.24204840000:Yr: nino34.dat
PS C:\Users\paul\github\pukpr\GEM-LTE\run> ../restore component_artificial_n4pt58short1pt77_cust8overnight_mf1_n34dtwCCfilter_n4_biquad_N34_N4cDTWccWOW1try2_N34a
[] EMI
Status: 1 15 0.61209 0.48443 # 40
DTW 0.6128676101 0.4793938113 1 1
0.05524812917:dLOD: 365.24204840000:Yr: emi.dat
PS C:\Users\paul\github\pukpr\GEM-LTE\run> ../restore component_artificial_n4pt58short1pt77_cust8overnight_mf1_n34dtwCCfilter_n4_biquad_N34_N4cDTWccWOW1try2_emi
M4
NPGO

Status: 15 2 0.59868 0.55731 # 100
DTW 0.5993827715 0.5598640233 13 1
0.05730624135:dLOD: 365.24204840000:Yr: m4_1880.dat
PS C:\Users\paul\github\pukpr\GEM-LTE\run> ../restore component_artificial_n4pt58short1pt77_cust8overnight_mf1_n34dtwCCfilter_n4_biquad_N34_N4cDTWccWOW1try2_emi_m4b
[] Honolulu
Status: 3 159 0.57967 0.43442 # 60
DTW 0.5838766545 0.4417265515 2 1
0.05498753581:dLOD: 365.24204840000:Yr: hono_filt.dat
component_artificial_n4pt58short1pt77_cust8overnight_mf1_n34dtwCCfilter_n4_biquad_N34_N4cDTWccWOW1try2_hono
[] IOD East
Status: 8 2 0.84927 0.64974 # 20
DTW 0.8492667086 0.6497552538 8 1
0.03386331751:dLOD: 365.24204840000:Yr: iode.dat
PS C:\Users\paul\github\pukpr\GEM-LTE\run> ../restore component_artificial_n4pt58short1pt77_cust8overnight_mf1_n34dtwCCfilter_n4_biquad_N34_N4cDTWccWOW1try2_pdo2d_iodeDTW
[] NAO
Status: 7 2 0.68632 0.04762 # 80
CC 0.6863228201 0.0474896930 3 1
0.03584844326:dLOD: 365.24204840000:Yr: nao.dat
PS C:\Users\paul\github\pukpr\GEM-LTE\run> ../restore component_artificial_n4pt58short1pt77_cust8overnight_mf1_n34dtwCCfilter_n4_biquad_N34_N4cDTWccWOW1try2_pdo2d_nao2
[] Brest SLH
Status: 12 2 0.56427 0.30580 # 20
CC 0.3878427503 0.5687962930 4 1
0.06457137960:dLOD: 365.24204840000:Yr: brest.dat
PS C:\Users\paul\github\pukpr\GEM-LTE\run> ../restore component_artificial_n4pt58short1pt77_cust8overnight_mf1_n34dtwCCfilter_n4_biquad_N34_N4cDTWccWOW1_brest
Status: 3 2 0.61684 0.38123 # 380
CC 0.4255445253 0.6180529322 3 1
0.06454496358:dLOD: 365.24204840000:Yr: BREST.dat
PS C:\Users\paul\github\pukpr\GEM-LTE\run> ../backup component_artificial_n4pt58short1pt77_cust8overnight_mf1_n34dtwCCfilter_n4_biquad_N34_N4cDTWccWOW1_brest1