Skip to content

Commit

Permalink
Remove references to lid_to_run in CatFIM.
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilyDeardorff committed Jan 16, 2025
1 parent b8f68e5 commit 360e62f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
8 changes: 0 additions & 8 deletions tools/catfim/generate_categorical_fim.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,10 +224,6 @@ def process_generate_categorical_fim(
'USGS_METADATA_URL, USGS_DOWNLOAD_URL'
)

# # TODO: lid_to_run functionality... remove? for now, just hard code lid_to_run as "all"
# # single lid, not multiple
# lid_to_run = "all"

# Check that fim_inputs.csv exists and raise error if necessary
fim_inputs_csv_path = os.path.join(fim_run_dir, 'fim_inputs.csv')
if not os.path.exists(fim_inputs_csv_path):
Expand Down Expand Up @@ -264,7 +260,6 @@ def process_generate_categorical_fim(
fim_run_dir,
nwm_us_search,
nwm_ds_search,
# lid_to_run, ## TODO: Remove
env_file,
job_number_inundate,
job_number_huc,
Expand Down Expand Up @@ -309,7 +304,6 @@ def process_generate_categorical_fim(
output_catfim_dir,
nwm_us_search,
nwm_ds_search,
# lid_to_run, ## TODO: Remove
env_file,
job_flows,
is_stage_based,
Expand Down Expand Up @@ -1450,7 +1444,6 @@ def generate_stage_based_categorical_fim(
fim_run_dir,
nwm_us_search,
nwm_ds_search,
# lid_to_run, ## TODO: Remove
env_file,
job_number_inundate,
job_number_huc,
Expand Down Expand Up @@ -1496,7 +1489,6 @@ def generate_stage_based_categorical_fim(
output_catfim_dir,
nwm_us_search,
nwm_ds_search,
# lid_to_run, ## TODO: Remove
env_file,
job_flows,
True,
Expand Down
1 change: 0 additions & 1 deletion tools/catfim/generate_categorical_fim_flows.py
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,6 @@ def generate_flows(
output_catfim_dir,
nwm_us_search,
nwm_ds_search,
# lid_to_run, ## TODO: Remove
env_file,
job_number_huc,
is_stage_based,
Expand Down

0 comments on commit 360e62f

Please sign in to comment.