You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
), f"elev2D.th.nc file start time {elev_start.strftime('%Y-%m-%d %H:%M')} does not match the param.nml start time {param_start.strftime('%Y-%m-%d %H:%M')}"
23
+
24
+
25
+
@pytest.mark.prerun
26
+
deftest_sea_level(sim_dir, sea_level):
27
+
elev_df=xr.open_dataset(
28
+
os.path.join(sim_dir, "elev2D.th.nc")
29
+
) # shape is elev_df.time_series[timesteps, openboundarynodes, nlevels]
), f"Standard deviation of sea level is too high for units of meters, check download data for possible use of feet. Max standard deviation: {std_dev:.2f}"
0 commit comments