Changeset 27828
- Timestamp:
- 07/14/23 11:28:42 (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Elements/Tria.cpp
r27820 r27828 1178 1178 /* Exp 4: set c=v-wrate(given), for the first 500 years, then c=0 for the second 500 years*/ 1179 1179 if((groundedice<0) && (time<=500.0*yts)) { 1180 wrate_input->GetInputValue(&wrate,&gauss); 1180 // wrate_input->GetInputValue(&wrate,&gauss); 1181 wrate = -750*sin(2.0*M_PI*time/yts/1000)/yts; // m/a -> m/s 1181 1182 } 1182 1183 else {
Note:
See TracChangeset
for help on using the changeset viewer.