Skip to content

Commit eab44be

Browse files
committed
add todos to mark the assumed values
1 parent 8b3dc02 commit eab44be

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

hydrolib/tools/ext_old_to_new/converters.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,12 +465,14 @@ def convert(
465465
time_model = self.parse_tim_model(
466466
tim_file, ext_file_quantity_list, **temp_salinity_mdu
467467
)
468+
# TODO: check the units of the initialtracers
468469
units = time_model.get_units()
470+
# ToDO: check how to get the user_defined_names
469471
user_defined_names = [
470472
f"user-defines-{i}" for i in range(len(time_model.quantities_names))
471473
]
472474

473-
# get from the mdu file
475+
# TODO: get the start name from the mdu file
474476
start_time = "minutes since 2015-01-01 00:00:00"
475477
forcing_model = TimToForcingConverter().convert(
476478
time_model, start_time, units=units, user_defined_names=user_defined_names

0 commit comments

Comments
 (0)