Changeset 27186
- Timestamp:
- 08/03/22 04:09:16 (3 years ago)
- Location:
- issm/trunk-jpl
- Files:
-
- 3 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/cores/hydrology_core.cpp
r27184 r27186 132 132 substep+=1; 133 133 subtime+=subdt; 134 averagetime+=subtime* dt;134 averagetime+=subtime*subdt; 135 135 /*Setting substep time as global time*/ 136 136 femmodel->parameters->SetParam(subtime,TimeEnum); … … 157 157 dtslices=dtslices-remainingslices+(2*remainingslices); 158 158 subdt=remainingtime/(2*remainingslices); 159 _printf0_("convergence failed for sub-step "<< substep <<" total number of slice is now "<< dtslices <<" for step "<<step<<"\n");160 _printf0_("next slice duration is "<< subdt/yts <<" years\n");159 if(VerboseSolution())_printf0_("convergence failed for sub-step "<< substep <<" total number of slice is now "<< dtslices <<" for step "<<step<<"\n"); 160 if(VerboseSolution())_printf0_("next slice duration is "<< subdt/yts <<" years\n"); 161 161 conv_fail = false; //re-initialize the control keyword 162 162 if (dtslices>500){
Note:
See TracChangeset
for help on using the changeset viewer.