@@ -430,28 +430,28 @@ def fixture_data_surfex_nc_file(tmp_path_factory):
430430
431431 BETA = 0 ;
432432
433- LATORI = 59.1044427299632 ;
433+ LATORI = 59.0 ;
434434
435- LONORI = 9.09806611390404 ;
435+ LONORI = 9.1 ;
436436
437437 IMAX = 2 ;
438438
439439 JMAX = 3 ;
440440
441441 XX =
442- 10000, 20000, 30000, 40000, 50000, 60000 ;
442+ 40000, 80000, 40000, 80000, 40000, 80000 ;
443443
444444 YY =
445- 10000, 20000, 30000, 40000, 50000, 60000 ;
445+ 0, 40000, 80000, 0, 40000, 80000 ;
446446
447447 DX =
448- 10000, 10000, 10000, 10000, 10000, 10000 ;
448+ 40000, 40000, 40000, 40000, 40000, 40000 ;
449449
450450 DY =
451- 10000, 10000, 10000, 10000, 10000, 10000 ;
451+ 40000, 40000, 40000, 40000, 40000, 40000 ;
452452
453453 T2M =
454- 285, 285, 285, 285 , 285, 285 ;
454+ 281, 282, 283, 284 , 285, 286 ;
455455
456456 HU2M =
457457 0.1, 0.2, 0.3, 0.4, 0.5, 0.6;
@@ -488,7 +488,7 @@ def test_verif_nc(tmp_path_factory, stationlist_file, data_surfex_nc_file):
488488 with working_directory (tmp_path_factory .getbasetemp ()):
489489 converter2ds (argv = argv )
490490 ds = xr .open_dataset (vfilename , engine = "netcdf4" )
491- assert ds .fcst .data [0 ][0 ][1 ] == 285
491+ assert ds .fcst .data [0 ][0 ][1 ] == 283.0
492492
493493
494494@pytest .mark .usefixtures ("_mockers" )
0 commit comments