Skip to content

Commit

Permalink
update_model_tfc_q75_1_change_grid_size_for_grf_to_120m
Browse files Browse the repository at this point in the history
  • Loading branch information
YaolinGe committed Sep 11, 2023
1 parent 2a053d5 commit ae3eb39
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified Nidelva3D/src/GMRF/models/Q.npy
Binary file not shown.
2 changes: 1 addition & 1 deletion Nidelva3D/src/GRF/GRF.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class GRF:
Gaussian Random Field module handles the data assimilation and EIBV calculation.
"""
__MIN_DEPTH_FOR_DATA_ASSIMILATION = .25
__GRF_NEIGHBOUR_DISTANCE = 32
__GRF_NEIGHBOUR_DISTANCE = 120
__LATERAL_RANGE = 550
__VERTICAL_RANGE = 2
__KSI = __LATERAL_RANGE / __VERTICAL_RANGE
Expand Down
2 changes: 1 addition & 1 deletion Nidelva3D/src/tests/test_simulator.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class TestSimulator(TestCase):

def setUp(self) -> None:
num_steps = 30
random_seed = 25
random_seed = 26
debug = True
temporal_truth = True
self.simulator = Simulator(num_steps=num_steps, random_seed=random_seed,
Expand Down

0 comments on commit ae3eb39

Please sign in to comment.