Skip to content

Commit

Permalink
feat: drop uses_forcing_file. closes #127
Browse files Browse the repository at this point in the history
  • Loading branch information
aaraney committed Aug 2, 2024
1 parent 6c25d62 commit d588f40
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/ngen_conf/src/ngen/config/bmi_formulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ class BMIParams(BaseModel, smart_union=True, allow_population_by_field_name = Tr
allow_exceed_end_time: bool = False
# see #NOAA-OWP/ngen-cal #47 for explanation
fixed_time_step: bool = True
uses_forcing_file: bool = False
name_map: Mapping[str, str] = Field(None, alias='variables_names_map')

#strictly optional fields (null/none) by default
Expand Down

0 comments on commit d588f40

Please sign in to comment.