You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, in “SWNLWCD.mod” replace the stuff that begins in lines 49-118 (the parameter values) with loading the same parameter values from an outside file according to:
load params_SWNLWCD_values.mat;
for i=1:length(M_.params)
deep_parameter_name = M_.param_names(i,:);
eval(['M_.params(i) = ' deep_parameter_name ' ;'])
end
The text was updated successfully, but these errors were encountered:
For example, in “SWNLWCD.mod” replace the stuff that begins in lines 49-118 (the parameter values) with loading the same parameter values from an outside file according to:
The text was updated successfully, but these errors were encountered: