Skip to content

Commit

Permalink
fix fates_hydro_solver option name check
Browse files Browse the repository at this point in the history
  • Loading branch information
glemieux committed Jan 15, 2025
1 parent 660ed58 commit f990b24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/clmfates_interfaceMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ subroutine CLMFatesGlobals2()
pass_hydro_solver = 1
else if (trim(fates_hydro_solver) == '2D_Picard') then
pass_hydro_solver = 2
else if (trim(fates_hydro_solver) == '2D_Taylor') then
else if (trim(fates_hydro_solver) == '2D_Newton') then
pass_hydro_solver = 3
end if
call set_fates_ctrlparms('hydr_solver',ival=pass_hydro_solver)
Expand Down

0 comments on commit f990b24

Please sign in to comment.