Skip to content

Commit

Permalink
v3.7 [BENCHMARKED]
Browse files Browse the repository at this point in the history
minor fixes to GlobalParms to handle bug in HBV_OROCORR

git-svn-id: https://chyms.nrc.gc.ca/svn/raven/trunk@416 9a3899ca-7adb-4d27-9b38-7f4ebb3123b0
  • Loading branch information
James.Craig authored and James.Craig committed May 16, 2023
1 parent ea618a3 commit 52b7f68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/EnKF.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ void CEnKFEnsemble::CloseTimeStepOps(CModel* pModel,optStruct& Options,const tim
if(obsval!=RAV_BLANK_DATA) {
if(nn==curr_nn) {
_output_matrix[e][j]=pTSMod->GetSampledValue(nn);
cout<<"GRABBING OUTPUT ens: "<<e<<" nn="<<curr_nn<<" obs: "<<_output_matrix[e][j]<<" "<<obsval<<" duration "<<Options.duration<<endl;
//cout<<"GRABBING OUTPUT ens: "<<e<<" nn="<<curr_nn<<" obs: "<<_output_matrix[e][j]<<" "<<obsval<<" duration "<<Options.duration<<endl;
break;
}
j++;
Expand Down
2 changes: 1 addition & 1 deletion src/GlobalParams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ void CGlobalParams::AutoCalculateGlobalParams(const global_struct &Gtmp, const g
autocalc=SetCalculableValue(G.HBVEC_lapse_elev,Gtmp.HBVEC_lapse_elev,Gtemplate.HBVEC_lapse_elev);
if (autocalc)
{
G.HBVEC_lapse_upper=5000.0;//Default [m]
G.HBVEC_lapse_elev=5000.0;//Default [m]
}


Expand Down

0 comments on commit 52b7f68

Please sign in to comment.