-
Notifications
You must be signed in to change notification settings - Fork 257
/
Copy pathRegressionTests_hera.gnu.log
1187 lines (1053 loc) · 51.6 KB
/
RegressionTests_hera.gnu.log
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
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
Mon Aug 30 02:47:36 UTC 2021
Start Regression test
Compile 001 elapsed time 197 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v16_RRTMGP,FV3_GFS_v16_thompson,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras -DMPI=ON -DCMAKE_BUILD_TYPE=Release
Compile 002 elapsed time 196 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GSD_v0,FV3_GFS_v16_thompson,FV3_RRFS_v1alpha,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release
Compile 003 elapsed time 190 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_HAFS_v0_hwrf_thompson,FV3_HAFS_v0_hwrf -DMPI=ON -DCMAKE_BUILD_TYPE=Release
Compile 004 elapsed time 177 seconds. -DAPP=ATM -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug
Compile 005 elapsed time 87 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_HAFS_v0_hwrf_thompson,FV3_HAFS_v0_hwrf -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug
Compile 006 elapsed time 216 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_2017_coupled -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON
Compile 007 elapsed time 104 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_2017_coupled -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON
Compile 008 elapsed time 91 seconds. -DAPP=NG-GODAS-NEMSDATM -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON
baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210830/GNU/control
working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10152/control
Checking test 001 control results ....
Comparing sfcf000.nc .........OK
Comparing sfcf021.nc .........OK
Comparing sfcf024.nc .........OK
Comparing atmf000.nc .........OK
Comparing atmf021.nc .........OK
Comparing atmf024.nc .........OK
Comparing GFSFLX.GrbF00 .........OK
Comparing GFSFLX.GrbF21 .........OK
Comparing GFSFLX.GrbF24 .........OK
Comparing GFSPRS.GrbF00 .........OK
Comparing GFSPRS.GrbF21 .........OK
Comparing GFSPRS.GrbF24 .........OK
Comparing RESTART/coupler.res .........OK
Comparing RESTART/fv_core.res.nc ............SKIP for gnu compilers
Comparing RESTART/fv_core.res.tile1.nc .........OK
Comparing RESTART/fv_core.res.tile2.nc .........OK
Comparing RESTART/fv_core.res.tile3.nc .........OK
Comparing RESTART/fv_core.res.tile4.nc .........OK
Comparing RESTART/fv_core.res.tile5.nc .........OK
Comparing RESTART/fv_core.res.tile6.nc .........OK
Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK
Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK
Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK
Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK
Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK
Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK
Comparing RESTART/fv_tracer.res.tile1.nc .........OK
Comparing RESTART/fv_tracer.res.tile2.nc .........OK
Comparing RESTART/fv_tracer.res.tile3.nc .........OK
Comparing RESTART/fv_tracer.res.tile4.nc .........OK
Comparing RESTART/fv_tracer.res.tile5.nc .........OK
Comparing RESTART/fv_tracer.res.tile6.nc .........OK
Comparing RESTART/phy_data.tile1.nc .........OK
Comparing RESTART/phy_data.tile2.nc .........OK
Comparing RESTART/phy_data.tile3.nc .........OK
Comparing RESTART/phy_data.tile4.nc .........OK
Comparing RESTART/phy_data.tile5.nc .........OK
Comparing RESTART/phy_data.tile6.nc .........OK
Comparing RESTART/sfc_data.tile1.nc .........OK
Comparing RESTART/sfc_data.tile2.nc .........OK
Comparing RESTART/sfc_data.tile3.nc .........OK
Comparing RESTART/sfc_data.tile4.nc .........OK
Comparing RESTART/sfc_data.tile5.nc .........OK
Comparing RESTART/sfc_data.tile6.nc .........OK
0: The total amount of wall time = 859.079691
Test 001 control PASS
baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210830/GNU/control
working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10152/control_restart
Checking test 002 control_restart results ....
Comparing sfcf024.nc .........OK
Comparing atmf024.nc .........OK
Comparing GFSFLX.GrbF24 .........OK
Comparing GFSPRS.GrbF24 .........OK
Comparing RESTART/coupler.res .........OK
Comparing RESTART/fv_core.res.nc ............SKIP for gnu compilers
Comparing RESTART/fv_core.res.tile1.nc .........OK
Comparing RESTART/fv_core.res.tile2.nc .........OK
Comparing RESTART/fv_core.res.tile3.nc .........OK
Comparing RESTART/fv_core.res.tile4.nc .........OK
Comparing RESTART/fv_core.res.tile5.nc .........OK
Comparing RESTART/fv_core.res.tile6.nc .........OK
Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK
Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK
Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK
Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK
Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK
Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK
Comparing RESTART/fv_tracer.res.tile1.nc .........OK
Comparing RESTART/fv_tracer.res.tile2.nc .........OK
Comparing RESTART/fv_tracer.res.tile3.nc .........OK
Comparing RESTART/fv_tracer.res.tile4.nc .........OK
Comparing RESTART/fv_tracer.res.tile5.nc .........OK
Comparing RESTART/fv_tracer.res.tile6.nc .........OK
Comparing RESTART/phy_data.tile1.nc .........OK
Comparing RESTART/phy_data.tile2.nc .........OK
Comparing RESTART/phy_data.tile3.nc .........OK
Comparing RESTART/phy_data.tile4.nc .........OK
Comparing RESTART/phy_data.tile5.nc .........OK
Comparing RESTART/phy_data.tile6.nc .........OK
Comparing RESTART/sfc_data.tile1.nc .........OK
Comparing RESTART/sfc_data.tile2.nc .........OK
Comparing RESTART/sfc_data.tile3.nc .........OK
Comparing RESTART/sfc_data.tile4.nc .........OK
Comparing RESTART/sfc_data.tile5.nc .........OK
Comparing RESTART/sfc_data.tile6.nc .........OK
0: The total amount of wall time = 388.390390
Test 002 control_restart PASS
baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210830/GNU/control_c48
working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10152/control_c48
Checking test 003 control_c48 results ....
Comparing sfcf000.nc .........OK
Comparing sfcf024.nc .........OK
Comparing atmf000.nc .........OK
Comparing atmf024.nc .........OK
Comparing RESTART/coupler.res .........OK
Comparing RESTART/fv_core.res.nc ............SKIP for gnu compilers
Comparing RESTART/fv_core.res.tile1.nc .........OK
Comparing RESTART/fv_core.res.tile2.nc .........OK
Comparing RESTART/fv_core.res.tile3.nc .........OK
Comparing RESTART/fv_core.res.tile4.nc .........OK
Comparing RESTART/fv_core.res.tile5.nc .........OK
Comparing RESTART/fv_core.res.tile6.nc .........OK
Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK
Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK
Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK
Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK
Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK
Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK
Comparing RESTART/fv_tracer.res.tile1.nc .........OK
Comparing RESTART/fv_tracer.res.tile2.nc .........OK
Comparing RESTART/fv_tracer.res.tile3.nc .........OK
Comparing RESTART/fv_tracer.res.tile4.nc .........OK
Comparing RESTART/fv_tracer.res.tile5.nc .........OK
Comparing RESTART/fv_tracer.res.tile6.nc .........OK
Comparing RESTART/phy_data.tile1.nc .........OK
Comparing RESTART/phy_data.tile2.nc .........OK
Comparing RESTART/phy_data.tile3.nc .........OK
Comparing RESTART/phy_data.tile4.nc .........OK
Comparing RESTART/phy_data.tile5.nc .........OK
Comparing RESTART/phy_data.tile6.nc .........OK
Comparing RESTART/sfc_data.tile1.nc .........OK
Comparing RESTART/sfc_data.tile2.nc .........OK
Comparing RESTART/sfc_data.tile3.nc .........OK
Comparing RESTART/sfc_data.tile4.nc .........OK
Comparing RESTART/sfc_data.tile5.nc .........OK
Comparing RESTART/sfc_data.tile6.nc .........OK
0: The total amount of wall time = 677.844219
Test 003 control_c48 PASS
baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210830/GNU/control_stochy
working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10152/control_stochy
Checking test 004 control_stochy results ....
Comparing sfcf000.nc .........OK
Comparing sfcf012.nc .........OK
Comparing atmf000.nc .........OK
Comparing atmf012.nc .........OK
Comparing GFSFLX.GrbF00 .........OK
Comparing GFSFLX.GrbF12 .........OK
Comparing GFSPRS.GrbF00 .........OK
Comparing GFSPRS.GrbF12 .........OK
0: The total amount of wall time = 641.386820
Test 004 control_stochy PASS
baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210830/GNU/control_flake
working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10152/control_flake
Checking test 005 control_flake results ....
Comparing sfcf000.nc .........OK
Comparing sfcf024.nc .........OK
Comparing atmf000.nc .........OK
Comparing atmf024.nc .........OK
Comparing GFSFLX.GrbF00 .........OK
Comparing GFSFLX.GrbF24 .........OK
Comparing GFSPRS.GrbF00 .........OK
Comparing GFSPRS.GrbF24 .........OK
0: The total amount of wall time = 1392.517605
Test 005 control_flake PASS
baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210830/GNU/control_rrtmgp
working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10152/control_rrtmgp
Checking test 006 control_rrtmgp results ....
Comparing sfcf000.nc .........OK
Comparing sfcf024.nc .........OK
Comparing atmf000.nc .........OK
Comparing atmf024.nc .........OK
Comparing GFSFLX.GrbF00 .........OK
Comparing GFSFLX.GrbF24 .........OK
Comparing GFSPRS.GrbF00 .........OK
Comparing GFSPRS.GrbF24 .........OK
0: The total amount of wall time = 872.634501
Test 006 control_rrtmgp PASS
baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210830/GNU/control_thompson
working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10152/control_thompson
Checking test 007 control_thompson results ....
Comparing sfcf000.nc .........OK
Comparing sfcf024.nc .........OK
Comparing atmf000.nc .........OK
Comparing atmf024.nc .........OK
Comparing GFSFLX.GrbF00 .........OK
Comparing GFSFLX.GrbF24 .........OK
Comparing GFSPRS.GrbF00 .........OK
Comparing GFSPRS.GrbF24 .........OK
0: The total amount of wall time = 1014.553663
Test 007 control_thompson PASS
baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210830/GNU/control_thompson_no_aero
working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10152/control_thompson_no_aero
Checking test 008 control_thompson_no_aero results ....
Comparing sfcf000.nc .........OK
Comparing sfcf024.nc .........OK
Comparing atmf000.nc .........OK
Comparing atmf024.nc .........OK
Comparing GFSFLX.GrbF00 .........OK
Comparing GFSFLX.GrbF24 .........OK
Comparing GFSPRS.GrbF00 .........OK
Comparing GFSPRS.GrbF24 .........OK
0: The total amount of wall time = 995.043092
Test 008 control_thompson_no_aero PASS
baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210830/GNU/control_ugwpv1
working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10152/control_ugwpv1
Checking test 009 control_ugwpv1 results ....
Comparing sfcf000.nc .........OK
Comparing sfcf024.nc .........OK
Comparing atmf000.nc .........OK
Comparing atmf024.nc .........OK
Comparing GFSFLX.GrbF00 .........OK
Comparing GFSFLX.GrbF24 .........OK
Comparing GFSPRS.GrbF00 .........OK
Comparing GFSPRS.GrbF24 .........OK
0: The total amount of wall time = 936.737528
Test 009 control_ugwpv1 PASS
baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210830/GNU/control_ras
working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10152/control_ras
Checking test 010 control_ras results ....
Comparing sfcf000.nc .........OK
Comparing sfcf024.nc .........OK
Comparing atmf000.nc .........OK
Comparing atmf024.nc .........OK
Comparing GFSFLX.GrbF00 .........OK
Comparing GFSFLX.GrbF24 .........OK
Comparing GFSPRS.GrbF00 .........OK
Comparing GFSPRS.GrbF24 .........OK
0: The total amount of wall time = 836.347254
Test 010 control_ras PASS
baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210830/GNU/fv3_gsd
working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10152/fv3_gsd
Checking test 011 fv3_gsd results ....
Comparing atmos_4xdaily.tile1.nc .........OK
Comparing atmos_4xdaily.tile2.nc .........OK
Comparing atmos_4xdaily.tile3.nc .........OK
Comparing atmos_4xdaily.tile4.nc .........OK
Comparing atmos_4xdaily.tile5.nc .........OK
Comparing atmos_4xdaily.tile6.nc .........OK
Comparing sfcf000.tile1.nc .........OK
Comparing sfcf000.tile2.nc .........OK
Comparing sfcf000.tile3.nc .........OK
Comparing sfcf000.tile4.nc .........OK
Comparing sfcf000.tile5.nc .........OK
Comparing sfcf000.tile6.nc .........OK
Comparing sfcf024.tile1.nc .........OK
Comparing sfcf024.tile2.nc .........OK
Comparing sfcf024.tile3.nc .........OK
Comparing sfcf024.tile4.nc .........OK
Comparing sfcf024.tile5.nc .........OK
Comparing sfcf024.tile6.nc .........OK
Comparing sfcf027.tile1.nc .........OK
Comparing sfcf027.tile2.nc .........OK
Comparing sfcf027.tile3.nc .........OK
Comparing sfcf027.tile4.nc .........OK
Comparing sfcf027.tile5.nc .........OK
Comparing sfcf027.tile6.nc .........OK
Comparing sfcf048.tile1.nc .........OK
Comparing sfcf048.tile2.nc .........OK
Comparing sfcf048.tile3.nc .........OK
Comparing sfcf048.tile4.nc .........OK
Comparing sfcf048.tile5.nc .........OK
Comparing sfcf048.tile6.nc .........OK
Comparing atmf000.tile1.nc .........OK
Comparing atmf000.tile2.nc .........OK
Comparing atmf000.tile3.nc .........OK
Comparing atmf000.tile4.nc .........OK
Comparing atmf000.tile5.nc .........OK
Comparing atmf000.tile6.nc .........OK
Comparing atmf024.tile1.nc .........OK
Comparing atmf024.tile2.nc .........OK
Comparing atmf024.tile3.nc .........OK
Comparing atmf024.tile4.nc .........OK
Comparing atmf024.tile5.nc .........OK
Comparing atmf024.tile6.nc .........OK
Comparing atmf027.tile1.nc .........OK
Comparing atmf027.tile2.nc .........OK
Comparing atmf027.tile3.nc .........OK
Comparing atmf027.tile4.nc .........OK
Comparing atmf027.tile5.nc .........OK
Comparing atmf027.tile6.nc .........OK
Comparing atmf048.tile1.nc .........OK
Comparing atmf048.tile2.nc .........OK
Comparing atmf048.tile3.nc .........OK
Comparing atmf048.tile4.nc .........OK
Comparing atmf048.tile5.nc .........OK
Comparing atmf048.tile6.nc .........OK
Comparing RESTART/coupler.res .........OK
Comparing RESTART/fv_core.res.nc ............SKIP for gnu compilers
Comparing RESTART/fv_core.res.tile1.nc .........OK
Comparing RESTART/fv_core.res.tile2.nc .........OK
Comparing RESTART/fv_core.res.tile3.nc .........OK
Comparing RESTART/fv_core.res.tile4.nc .........OK
Comparing RESTART/fv_core.res.tile5.nc .........OK
Comparing RESTART/fv_core.res.tile6.nc .........OK
Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK
Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK
Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK
Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK
Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK
Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK
Comparing RESTART/fv_tracer.res.tile1.nc .........OK
Comparing RESTART/fv_tracer.res.tile2.nc .........OK
Comparing RESTART/fv_tracer.res.tile3.nc .........OK
Comparing RESTART/fv_tracer.res.tile4.nc .........OK
Comparing RESTART/fv_tracer.res.tile5.nc .........OK
Comparing RESTART/fv_tracer.res.tile6.nc .........OK
Comparing RESTART/phy_data.tile1.nc .........OK
Comparing RESTART/phy_data.tile2.nc .........OK
Comparing RESTART/phy_data.tile3.nc .........OK
Comparing RESTART/phy_data.tile4.nc .........OK
Comparing RESTART/phy_data.tile5.nc .........OK
Comparing RESTART/phy_data.tile6.nc .........OK
Comparing RESTART/sfc_data.tile1.nc .........OK
Comparing RESTART/sfc_data.tile2.nc .........OK
Comparing RESTART/sfc_data.tile3.nc .........OK
Comparing RESTART/sfc_data.tile4.nc .........OK
Comparing RESTART/sfc_data.tile5.nc .........OK
Comparing RESTART/sfc_data.tile6.nc .........OK
0: The total amount of wall time = 1026.860318
Test 011 fv3_gsd PASS
baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210830/GNU/fv3_rrfs_v1alpha
working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10152/fv3_rrfs_v1alpha
Checking test 012 fv3_rrfs_v1alpha results ....
Comparing atmos_4xdaily.tile1.nc .........OK
Comparing atmos_4xdaily.tile2.nc .........OK
Comparing atmos_4xdaily.tile3.nc .........OK
Comparing atmos_4xdaily.tile4.nc .........OK
Comparing atmos_4xdaily.tile5.nc .........OK
Comparing atmos_4xdaily.tile6.nc .........OK
Comparing sfcf000.tile1.nc .........OK
Comparing sfcf000.tile2.nc .........OK
Comparing sfcf000.tile3.nc .........OK
Comparing sfcf000.tile4.nc .........OK
Comparing sfcf000.tile5.nc .........OK
Comparing sfcf000.tile6.nc .........OK
Comparing sfcf024.tile1.nc .........OK
Comparing sfcf024.tile2.nc .........OK
Comparing sfcf024.tile3.nc .........OK
Comparing sfcf024.tile4.nc .........OK
Comparing sfcf024.tile5.nc .........OK
Comparing sfcf024.tile6.nc .........OK
Comparing atmf000.tile1.nc .........OK
Comparing atmf000.tile2.nc .........OK
Comparing atmf000.tile3.nc .........OK
Comparing atmf000.tile4.nc .........OK
Comparing atmf000.tile5.nc .........OK
Comparing atmf000.tile6.nc .........OK
Comparing atmf024.tile1.nc .........OK
Comparing atmf024.tile2.nc .........OK
Comparing atmf024.tile3.nc .........OK
Comparing atmf024.tile4.nc .........OK
Comparing atmf024.tile5.nc .........OK
Comparing atmf024.tile6.nc .........OK
Comparing RESTART/coupler.res .........OK
Comparing RESTART/fv_core.res.nc ............SKIP for gnu compilers
Comparing RESTART/fv_core.res.tile1.nc .........OK
Comparing RESTART/fv_core.res.tile2.nc .........OK
Comparing RESTART/fv_core.res.tile3.nc .........OK
Comparing RESTART/fv_core.res.tile4.nc .........OK
Comparing RESTART/fv_core.res.tile5.nc .........OK
Comparing RESTART/fv_core.res.tile6.nc .........OK
Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK
Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK
Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK
Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK
Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK
Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK
Comparing RESTART/fv_tracer.res.tile1.nc .........OK
Comparing RESTART/fv_tracer.res.tile2.nc .........OK
Comparing RESTART/fv_tracer.res.tile3.nc .........OK
Comparing RESTART/fv_tracer.res.tile4.nc .........OK
Comparing RESTART/fv_tracer.res.tile5.nc .........OK
Comparing RESTART/fv_tracer.res.tile6.nc .........OK
Comparing RESTART/phy_data.tile1.nc .........OK
Comparing RESTART/phy_data.tile2.nc .........OK
Comparing RESTART/phy_data.tile3.nc .........OK
Comparing RESTART/phy_data.tile4.nc .........OK
Comparing RESTART/phy_data.tile5.nc .........OK
Comparing RESTART/phy_data.tile6.nc .........OK
Comparing RESTART/sfc_data.tile1.nc .........OK
Comparing RESTART/sfc_data.tile2.nc .........OK
Comparing RESTART/sfc_data.tile3.nc .........OK
Comparing RESTART/sfc_data.tile4.nc .........OK
Comparing RESTART/sfc_data.tile5.nc .........OK
Comparing RESTART/sfc_data.tile6.nc .........OK
0: The total amount of wall time = 370.317353
Test 012 fv3_rrfs_v1alpha PASS
baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210830/GNU/fv3_rrfs_v1beta
working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10152/fv3_rrfs_v1beta
Checking test 013 fv3_rrfs_v1beta results ....
Comparing atmos_4xdaily.tile1.nc .........OK
Comparing atmos_4xdaily.tile2.nc .........OK
Comparing atmos_4xdaily.tile3.nc .........OK
Comparing atmos_4xdaily.tile4.nc .........OK
Comparing atmos_4xdaily.tile5.nc .........OK
Comparing atmos_4xdaily.tile6.nc .........OK
Comparing sfcf000.tile1.nc .........OK
Comparing sfcf000.tile2.nc .........OK
Comparing sfcf000.tile3.nc .........OK
Comparing sfcf000.tile4.nc .........OK
Comparing sfcf000.tile5.nc .........OK
Comparing sfcf000.tile6.nc .........OK
Comparing sfcf024.tile1.nc .........OK
Comparing sfcf024.tile2.nc .........OK
Comparing sfcf024.tile3.nc .........OK
Comparing sfcf024.tile4.nc .........OK
Comparing sfcf024.tile5.nc .........OK
Comparing sfcf024.tile6.nc .........OK
Comparing atmf000.tile1.nc .........OK
Comparing atmf000.tile2.nc .........OK
Comparing atmf000.tile3.nc .........OK
Comparing atmf000.tile4.nc .........OK
Comparing atmf000.tile5.nc .........OK
Comparing atmf000.tile6.nc .........OK
Comparing atmf024.tile1.nc .........OK
Comparing atmf024.tile2.nc .........OK
Comparing atmf024.tile3.nc .........OK
Comparing atmf024.tile4.nc .........OK
Comparing atmf024.tile5.nc .........OK
Comparing atmf024.tile6.nc .........OK
Comparing RESTART/coupler.res .........OK
Comparing RESTART/fv_core.res.nc ............SKIP for gnu compilers
Comparing RESTART/fv_core.res.tile1.nc .........OK
Comparing RESTART/fv_core.res.tile2.nc .........OK
Comparing RESTART/fv_core.res.tile3.nc .........OK
Comparing RESTART/fv_core.res.tile4.nc .........OK
Comparing RESTART/fv_core.res.tile5.nc .........OK
Comparing RESTART/fv_core.res.tile6.nc .........OK
Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK
Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK
Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK
Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK
Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK
Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK
Comparing RESTART/fv_tracer.res.tile1.nc .........OK
Comparing RESTART/fv_tracer.res.tile2.nc .........OK
Comparing RESTART/fv_tracer.res.tile3.nc .........OK
Comparing RESTART/fv_tracer.res.tile4.nc .........OK
Comparing RESTART/fv_tracer.res.tile5.nc .........OK
Comparing RESTART/fv_tracer.res.tile6.nc .........OK
Comparing RESTART/phy_data.tile1.nc .........OK
Comparing RESTART/phy_data.tile2.nc .........OK
Comparing RESTART/phy_data.tile3.nc .........OK
Comparing RESTART/phy_data.tile4.nc .........OK
Comparing RESTART/phy_data.tile5.nc .........OK
Comparing RESTART/phy_data.tile6.nc .........OK
Comparing RESTART/sfc_data.tile1.nc .........OK
Comparing RESTART/sfc_data.tile2.nc .........OK
Comparing RESTART/sfc_data.tile3.nc .........OK
Comparing RESTART/sfc_data.tile4.nc .........OK
Comparing RESTART/sfc_data.tile5.nc .........OK
Comparing RESTART/sfc_data.tile6.nc .........OK
0: The total amount of wall time = 420.686857
Test 013 fv3_rrfs_v1beta PASS
baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210830/GNU/HAFS_v0_HWRF_thompson
working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10152/fv3_HAFS_v0_hwrf_thompson
Checking test 014 fv3_HAFS_v0_hwrf_thompson results ....
Comparing atmos_4xdaily.tile1.nc .........OK
Comparing atmos_4xdaily.tile2.nc .........OK
Comparing atmos_4xdaily.tile3.nc .........OK
Comparing atmos_4xdaily.tile4.nc .........OK
Comparing atmos_4xdaily.tile5.nc .........OK
Comparing atmos_4xdaily.tile6.nc .........OK
Comparing sfcf000.tile1.nc .........OK
Comparing sfcf000.tile2.nc .........OK
Comparing sfcf000.tile3.nc .........OK
Comparing sfcf000.tile4.nc .........OK
Comparing sfcf000.tile5.nc .........OK
Comparing sfcf000.tile6.nc .........OK
Comparing sfcf024.tile1.nc .........OK
Comparing sfcf024.tile2.nc .........OK
Comparing sfcf024.tile3.nc .........OK
Comparing sfcf024.tile4.nc .........OK
Comparing sfcf024.tile5.nc .........OK
Comparing sfcf024.tile6.nc .........OK
Comparing atmf000.tile1.nc .........OK
Comparing atmf000.tile2.nc .........OK
Comparing atmf000.tile3.nc .........OK
Comparing atmf000.tile4.nc .........OK
Comparing atmf000.tile5.nc .........OK
Comparing atmf000.tile6.nc .........OK
Comparing atmf024.tile1.nc .........OK
Comparing atmf024.tile2.nc .........OK
Comparing atmf024.tile3.nc .........OK
Comparing atmf024.tile4.nc .........OK
Comparing atmf024.tile5.nc .........OK
Comparing atmf024.tile6.nc .........OK
Comparing RESTART/coupler.res .........OK
Comparing RESTART/fv_core.res.nc ............SKIP for gnu compilers
Comparing RESTART/fv_core.res.tile1.nc .........OK
Comparing RESTART/fv_core.res.tile2.nc .........OK
Comparing RESTART/fv_core.res.tile3.nc .........OK
Comparing RESTART/fv_core.res.tile4.nc .........OK
Comparing RESTART/fv_core.res.tile5.nc .........OK
Comparing RESTART/fv_core.res.tile6.nc .........OK
Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK
Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK
Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK
Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK
Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK
Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK
Comparing RESTART/fv_tracer.res.tile1.nc .........OK
Comparing RESTART/fv_tracer.res.tile2.nc .........OK
Comparing RESTART/fv_tracer.res.tile3.nc .........OK
Comparing RESTART/fv_tracer.res.tile4.nc .........OK
Comparing RESTART/fv_tracer.res.tile5.nc .........OK
Comparing RESTART/fv_tracer.res.tile6.nc .........OK
Comparing RESTART/sfc_data.tile1.nc .........OK
Comparing RESTART/sfc_data.tile2.nc .........OK
Comparing RESTART/sfc_data.tile3.nc .........OK
Comparing RESTART/sfc_data.tile4.nc .........OK
Comparing RESTART/sfc_data.tile5.nc .........OK
Comparing RESTART/sfc_data.tile6.nc .........OK
Comparing RESTART/phy_data.tile1.nc .........OK
Comparing RESTART/phy_data.tile2.nc .........OK
Comparing RESTART/phy_data.tile3.nc .........OK
Comparing RESTART/phy_data.tile4.nc .........OK
Comparing RESTART/phy_data.tile5.nc .........OK
Comparing RESTART/phy_data.tile6.nc .........OK
0: The total amount of wall time = 601.784618
Test 014 fv3_HAFS_v0_hwrf_thompson PASS
baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210830/GNU/ESG_HAFS_v0_HWRF_thompson
working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10152/fv3_esg_HAFS_v0_hwrf_thompson
Checking test 015 fv3_esg_HAFS_v0_hwrf_thompson results ....
Comparing atmos_4xdaily.nc .........OK
Comparing phyf000.nc .........OK
Comparing phyf012.nc .........OK
Comparing dynf000.nc .........OK
Comparing dynf012.nc .........OK
Comparing RESTART/coupler.res .........OK
Comparing RESTART/fv_core.res.nc ............SKIP for gnu compilers
Comparing RESTART/fv_core.res.tile1.nc .........OK
Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK
Comparing RESTART/fv_tracer.res.tile1.nc .........OK
Comparing RESTART/sfc_data.nc .........OK
Comparing RESTART/phy_data.nc .........OK
0: The total amount of wall time = 449.670815
Test 015 fv3_esg_HAFS_v0_hwrf_thompson PASS
baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210830/GNU/control_debug
working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10152/control_debug
Checking test 016 control_debug results ....
Comparing sfcf000.nc .........OK
Comparing sfcf001.nc .........OK
Comparing atmf000.nc .........OK
Comparing atmf001.nc .........OK
0: The total amount of wall time = 105.578739
Test 016 control_debug PASS
baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210830/GNU/control_diag_debug
working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10152/control_diag_debug
Checking test 017 control_diag_debug results ....
Comparing sfcf000.nc .........OK
Comparing sfcf001.nc .........OK
Comparing atmf000.nc .........OK
Comparing atmf001.nc .........OK
0: The total amount of wall time = 129.558329
Test 017 control_diag_debug PASS
baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210830/GNU/fv3_regional_control_debug
working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10152/regional_control_debug
Checking test 018 regional_control_debug results ....
Comparing atmos_4xdaily.nc .........OK
Comparing fv3_history2d.nc .........OK
Comparing fv3_history.nc .........OK
Comparing RESTART/fv_core.res.tile1_new.nc .........OK
Comparing RESTART/fv_tracer.res.tile1_new.nc .........OK
0: The total amount of wall time = 123.229390
Test 018 regional_control_debug PASS
baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210830/GNU/fv3_rrfs_v1alpha_debug
working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10152/fv3_rrfs_v1alpha_debug
Checking test 019 fv3_rrfs_v1alpha_debug results ....
Comparing atmos_4xdaily.tile1.nc .........OK
Comparing atmos_4xdaily.tile2.nc .........OK
Comparing atmos_4xdaily.tile3.nc .........OK
Comparing atmos_4xdaily.tile4.nc .........OK
Comparing atmos_4xdaily.tile5.nc .........OK
Comparing atmos_4xdaily.tile6.nc .........OK
Comparing sfcf000.tile1.nc .........OK
Comparing sfcf000.tile2.nc .........OK
Comparing sfcf000.tile3.nc .........OK
Comparing sfcf000.tile4.nc .........OK
Comparing sfcf000.tile5.nc .........OK
Comparing sfcf000.tile6.nc .........OK
Comparing sfcf003.tile1.nc .........OK
Comparing sfcf003.tile2.nc .........OK
Comparing sfcf003.tile3.nc .........OK
Comparing sfcf003.tile4.nc .........OK
Comparing sfcf003.tile5.nc .........OK
Comparing sfcf003.tile6.nc .........OK
Comparing atmf000.tile1.nc .........OK
Comparing atmf000.tile2.nc .........OK
Comparing atmf000.tile3.nc .........OK
Comparing atmf000.tile4.nc .........OK
Comparing atmf000.tile5.nc .........OK
Comparing atmf000.tile6.nc .........OK
Comparing atmf003.tile1.nc .........OK
Comparing atmf003.tile2.nc .........OK
Comparing atmf003.tile3.nc .........OK
Comparing atmf003.tile4.nc .........OK
Comparing atmf003.tile5.nc .........OK
Comparing atmf003.tile6.nc .........OK
Comparing RESTART/coupler.res .........OK
Comparing RESTART/fv_core.res.nc ............SKIP for gnu compilers
Comparing RESTART/fv_core.res.tile1.nc .........OK
Comparing RESTART/fv_core.res.tile2.nc .........OK
Comparing RESTART/fv_core.res.tile3.nc .........OK
Comparing RESTART/fv_core.res.tile4.nc .........OK
Comparing RESTART/fv_core.res.tile5.nc .........OK
Comparing RESTART/fv_core.res.tile6.nc .........OK
Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK
Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK
Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK
Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK
Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK
Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK
Comparing RESTART/fv_tracer.res.tile1.nc .........OK
Comparing RESTART/fv_tracer.res.tile2.nc .........OK
Comparing RESTART/fv_tracer.res.tile3.nc .........OK
Comparing RESTART/fv_tracer.res.tile4.nc .........OK
Comparing RESTART/fv_tracer.res.tile5.nc .........OK
Comparing RESTART/fv_tracer.res.tile6.nc .........OK
Comparing RESTART/phy_data.tile1.nc .........OK
Comparing RESTART/phy_data.tile2.nc .........OK
Comparing RESTART/phy_data.tile3.nc .........OK
Comparing RESTART/phy_data.tile4.nc .........OK
Comparing RESTART/phy_data.tile5.nc .........OK
Comparing RESTART/phy_data.tile6.nc .........OK
Comparing RESTART/sfc_data.tile1.nc .........OK
Comparing RESTART/sfc_data.tile2.nc .........OK
Comparing RESTART/sfc_data.tile3.nc .........OK
Comparing RESTART/sfc_data.tile4.nc .........OK
Comparing RESTART/sfc_data.tile5.nc .........OK
Comparing RESTART/sfc_data.tile6.nc .........OK
0: The total amount of wall time = 120.237972
Test 019 fv3_rrfs_v1alpha_debug PASS
baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210830/GNU/fv3_rrfs_v1beta_debug
working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10152/fv3_rrfs_v1beta_debug
Checking test 020 fv3_rrfs_v1beta_debug results ....
Comparing atmos_4xdaily.tile1.nc .........OK
Comparing atmos_4xdaily.tile2.nc .........OK
Comparing atmos_4xdaily.tile3.nc .........OK
Comparing atmos_4xdaily.tile4.nc .........OK
Comparing atmos_4xdaily.tile5.nc .........OK
Comparing atmos_4xdaily.tile6.nc .........OK
Comparing sfcf000.tile1.nc .........OK
Comparing sfcf000.tile2.nc .........OK
Comparing sfcf000.tile3.nc .........OK
Comparing sfcf000.tile4.nc .........OK
Comparing sfcf000.tile5.nc .........OK
Comparing sfcf000.tile6.nc .........OK
Comparing sfcf003.tile1.nc .........OK
Comparing sfcf003.tile2.nc .........OK
Comparing sfcf003.tile3.nc .........OK
Comparing sfcf003.tile4.nc .........OK
Comparing sfcf003.tile5.nc .........OK
Comparing sfcf003.tile6.nc .........OK
Comparing atmf000.tile1.nc .........OK
Comparing atmf000.tile2.nc .........OK
Comparing atmf000.tile3.nc .........OK
Comparing atmf000.tile4.nc .........OK
Comparing atmf000.tile5.nc .........OK
Comparing atmf000.tile6.nc .........OK
Comparing atmf003.tile1.nc .........OK
Comparing atmf003.tile2.nc .........OK
Comparing atmf003.tile3.nc .........OK
Comparing atmf003.tile4.nc .........OK
Comparing atmf003.tile5.nc .........OK
Comparing atmf003.tile6.nc .........OK
Comparing RESTART/coupler.res .........OK
Comparing RESTART/fv_core.res.nc ............SKIP for gnu compilers
Comparing RESTART/fv_core.res.tile1.nc .........OK
Comparing RESTART/fv_core.res.tile2.nc .........OK
Comparing RESTART/fv_core.res.tile3.nc .........OK
Comparing RESTART/fv_core.res.tile4.nc .........OK
Comparing RESTART/fv_core.res.tile5.nc .........OK
Comparing RESTART/fv_core.res.tile6.nc .........OK
Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK
Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK
Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK
Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK
Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK
Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK
Comparing RESTART/fv_tracer.res.tile1.nc .........OK
Comparing RESTART/fv_tracer.res.tile2.nc .........OK
Comparing RESTART/fv_tracer.res.tile3.nc .........OK
Comparing RESTART/fv_tracer.res.tile4.nc .........OK
Comparing RESTART/fv_tracer.res.tile5.nc .........OK
Comparing RESTART/fv_tracer.res.tile6.nc .........OK
Comparing RESTART/phy_data.tile1.nc .........OK
Comparing RESTART/phy_data.tile2.nc .........OK
Comparing RESTART/phy_data.tile3.nc .........OK
Comparing RESTART/phy_data.tile4.nc .........OK
Comparing RESTART/phy_data.tile5.nc .........OK
Comparing RESTART/phy_data.tile6.nc .........OK
Comparing RESTART/sfc_data.tile1.nc .........OK
Comparing RESTART/sfc_data.tile2.nc .........OK
Comparing RESTART/sfc_data.tile3.nc .........OK
Comparing RESTART/sfc_data.tile4.nc .........OK
Comparing RESTART/sfc_data.tile5.nc .........OK
Comparing RESTART/sfc_data.tile6.nc .........OK
0: The total amount of wall time = 118.538086
Test 020 fv3_rrfs_v1beta_debug PASS
baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210830/GNU/fv3_gsd_debug
working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10152/fv3_gsd_debug
Checking test 021 fv3_gsd_debug results ....
Comparing atmos_4xdaily.tile1.nc .........OK
Comparing atmos_4xdaily.tile2.nc .........OK
Comparing atmos_4xdaily.tile3.nc .........OK
Comparing atmos_4xdaily.tile4.nc .........OK
Comparing atmos_4xdaily.tile5.nc .........OK
Comparing atmos_4xdaily.tile6.nc .........OK
Comparing sfcf000.tile1.nc .........OK
Comparing sfcf000.tile2.nc .........OK
Comparing sfcf000.tile3.nc .........OK
Comparing sfcf000.tile4.nc .........OK
Comparing sfcf000.tile5.nc .........OK
Comparing sfcf000.tile6.nc .........OK
Comparing sfcf003.tile1.nc .........OK
Comparing sfcf003.tile2.nc .........OK
Comparing sfcf003.tile3.nc .........OK
Comparing sfcf003.tile4.nc .........OK
Comparing sfcf003.tile5.nc .........OK
Comparing sfcf003.tile6.nc .........OK
Comparing atmf000.tile1.nc .........OK
Comparing atmf000.tile2.nc .........OK
Comparing atmf000.tile3.nc .........OK
Comparing atmf000.tile4.nc .........OK
Comparing atmf000.tile5.nc .........OK
Comparing atmf000.tile6.nc .........OK
Comparing atmf003.tile1.nc .........OK
Comparing atmf003.tile2.nc .........OK
Comparing atmf003.tile3.nc .........OK
Comparing atmf003.tile4.nc .........OK
Comparing atmf003.tile5.nc .........OK
Comparing atmf003.tile6.nc .........OK
Comparing RESTART/coupler.res .........OK
Comparing RESTART/fv_core.res.nc ............SKIP for gnu compilers
Comparing RESTART/fv_core.res.tile1.nc .........OK
Comparing RESTART/fv_core.res.tile2.nc .........OK
Comparing RESTART/fv_core.res.tile3.nc .........OK
Comparing RESTART/fv_core.res.tile4.nc .........OK
Comparing RESTART/fv_core.res.tile5.nc .........OK
Comparing RESTART/fv_core.res.tile6.nc .........OK
Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK
Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK
Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK
Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK
Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK
Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK
Comparing RESTART/fv_tracer.res.tile1.nc .........OK
Comparing RESTART/fv_tracer.res.tile2.nc .........OK
Comparing RESTART/fv_tracer.res.tile3.nc .........OK
Comparing RESTART/fv_tracer.res.tile4.nc .........OK
Comparing RESTART/fv_tracer.res.tile5.nc .........OK
Comparing RESTART/fv_tracer.res.tile6.nc .........OK
Comparing RESTART/phy_data.tile1.nc .........OK
Comparing RESTART/phy_data.tile2.nc .........OK
Comparing RESTART/phy_data.tile3.nc .........OK
Comparing RESTART/phy_data.tile4.nc .........OK
Comparing RESTART/phy_data.tile5.nc .........OK
Comparing RESTART/phy_data.tile6.nc .........OK
Comparing RESTART/sfc_data.tile1.nc .........OK
Comparing RESTART/sfc_data.tile2.nc .........OK
Comparing RESTART/sfc_data.tile3.nc .........OK
Comparing RESTART/sfc_data.tile4.nc .........OK
Comparing RESTART/sfc_data.tile5.nc .........OK
Comparing RESTART/sfc_data.tile6.nc .........OK
0: The total amount of wall time = 148.478090
Test 021 fv3_gsd_debug PASS
baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210830/GNU/fv3_gsd_diag_debug
working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10152/fv3_gsd_diag_debug
Checking test 022 fv3_gsd_diag_debug results ....
Comparing sfcf000.tile1.nc .........OK
Comparing sfcf000.tile2.nc .........OK
Comparing sfcf000.tile3.nc .........OK
Comparing sfcf000.tile4.nc .........OK
Comparing sfcf000.tile5.nc .........OK
Comparing sfcf000.tile6.nc .........OK
Comparing sfcf001.tile1.nc .........OK
Comparing sfcf001.tile2.nc .........OK
Comparing sfcf001.tile3.nc .........OK
Comparing sfcf001.tile4.nc .........OK
Comparing sfcf001.tile5.nc .........OK
Comparing sfcf001.tile6.nc .........OK
Comparing atmf000.tile1.nc .........OK
Comparing atmf000.tile2.nc .........OK
Comparing atmf000.tile3.nc .........OK
Comparing atmf000.tile4.nc .........OK
Comparing atmf000.tile5.nc .........OK
Comparing atmf000.tile6.nc .........OK
Comparing atmf001.tile1.nc .........OK
Comparing atmf001.tile2.nc .........OK
Comparing atmf001.tile3.nc .........OK
Comparing atmf001.tile4.nc .........OK
Comparing atmf001.tile5.nc .........OK
Comparing atmf001.tile6.nc .........OK
0: The total amount of wall time = 470.606852
Test 022 fv3_gsd_diag_debug PASS
baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210830/GNU/control_thompson_debug
working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10152/control_thompson_debug
Checking test 023 control_thompson_debug results ....
Comparing sfcf000.nc .........OK
Comparing sfcf001.nc .........OK
Comparing atmf000.nc .........OK
Comparing atmf001.nc .........OK
0: The total amount of wall time = 114.165356
Test 023 control_thompson_debug PASS
baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210830/GNU/control_thompson_no_aero_debug
working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10152/control_thompson_no_aero_debug
Checking test 024 control_thompson_no_aero_debug results ....
Comparing sfcf000.nc .........OK
Comparing sfcf001.nc .........OK
Comparing atmf000.nc .........OK
Comparing atmf001.nc .........OK
0: The total amount of wall time = 109.470359
Test 024 control_thompson_no_aero_debug PASS
baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210830/GNU/control_thompson_debug_extdiag
working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10152/control_thompson_extdiag_debug
Checking test 025 control_thompson_extdiag_debug results ....
Comparing sfcf000.nc .........OK
Comparing sfcf001.nc .........OK
Comparing atmf000.nc .........OK
Comparing atmf001.nc .........OK
0: The total amount of wall time = 133.192389
Test 025 control_thompson_extdiag_debug PASS
baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210830/GNU/control_rrtmgp_debug
working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10152/control_rrtmgp_debug
Checking test 026 control_rrtmgp_debug results ....
Comparing sfcf000.nc .........OK
Comparing sfcf001.nc .........OK
Comparing atmf000.nc .........OK
Comparing atmf001.nc .........OK
0: The total amount of wall time = 110.388035
Test 026 control_rrtmgp_debug PASS
baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210830/GNU/control_ugwpv1_debug
working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10152/control_ugwpv1_debug
Checking test 027 control_ugwpv1_debug results ....
Comparing sfcf000.nc .........OK
Comparing sfcf001.nc .........OK
Comparing atmf000.nc .........OK
Comparing atmf001.nc .........OK
0: The total amount of wall time = 108.553219
Test 027 control_ugwpv1_debug PASS
baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210830/GNU/control_ras_debug
working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10152/control_ras_debug
Checking test 028 control_ras_debug results ....
Comparing sfcf000.nc .........OK
Comparing sfcf001.nc .........OK
Comparing atmf000.nc .........OK
Comparing atmf001.nc .........OK
0: The total amount of wall time = 103.854227
Test 028 control_ras_debug PASS
baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210830/GNU/control_noahmp_debug
working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10152/control_noahmp_debug
Checking test 029 control_noahmp_debug results ....
Comparing sfcf000.nc .........OK
Comparing sfcf001.nc .........OK
Comparing atmf000.nc .........OK
Comparing atmf001.nc .........OK
0: The total amount of wall time = 99.788781
Test 029 control_noahmp_debug PASS
baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210830/GNU/HAFS_v0_HWRF_thompson_debug
working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10152/fv3_HAFS_v0_hwrf_thompson_debug
Checking test 030 fv3_HAFS_v0_hwrf_thompson_debug results ....
Comparing atmos_4xdaily.tile1.nc .........OK
Comparing atmos_4xdaily.tile2.nc .........OK
Comparing atmos_4xdaily.tile3.nc .........OK
Comparing atmos_4xdaily.tile4.nc .........OK
Comparing atmos_4xdaily.tile5.nc .........OK
Comparing atmos_4xdaily.tile6.nc .........OK
Comparing sfcf000.tile1.nc .........OK
Comparing sfcf000.tile2.nc .........OK
Comparing sfcf000.tile3.nc .........OK
Comparing sfcf000.tile4.nc .........OK
Comparing sfcf000.tile5.nc .........OK
Comparing sfcf000.tile6.nc .........OK
Comparing sfcf003.tile1.nc .........OK
Comparing sfcf003.tile2.nc .........OK
Comparing sfcf003.tile3.nc .........OK
Comparing sfcf003.tile4.nc .........OK
Comparing sfcf003.tile5.nc .........OK