Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/mswm/utils/ginputfunc.py
Original file line number Diff line number Diff line change
Expand Up @@ -946,7 +946,7 @@ def create_sac_input(
'riva 0.000',
'side 0.0000',
'rserv 0.3000',
'giuh_ordinates 0.06,0.51,0.28,0.12,0.03',
'giuh_ordinates 0.55,0.25,0.2',
]

# Set namelist template # TODO: Do we need a working sac-sma standalone file?
Expand Down Expand Up @@ -1382,7 +1382,7 @@ def create_lasam_input(
f'max_valid_soil_types={max_soil_types}',
'wilting_point_psi=15495.0[cm]',
'field_capacity_psi=340.9[cm]',
'giuh_ordinates=0.06,0.51,0.28,0.12,0.03', # TODO: Should the LASAM giuh ordinates match those used by other modules?
'giuh_ordinates=0.55,0.25,0.2',
'calib_params=true',
'adaptive_timestep=true',
'sft_coupled=',
Expand Down