Transient linearbasalforcings simulation #169
Unanswered
sb-thompson
asked this question in
Q&A
Replies: 1 comment
-
|
Hello @sb-thompson |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all, I wanted to ask if its possible to run a transient simulation using the
linearbasalforcingsclass and vary the values for upper/deepwater melt, upper/deepwater elevation, or perturbation_melting_rate over time? I've tried to use the general setup I've used in other classes. For the upper/deepwater melt and upper/deepwater elevation values, using an array of (2, x), where (1, x) is the value for melting rate/elevation and (2, x) is the time; for the perturbation_melting_rate, I've tried an array of (md.mesh.numberofvertices+1, x), with (1:end-1, x) as the melt perturbations and (end, x) as the time. Both scenarios pass the consistency check, but the values don't change at the appropriate time when I check the transient results.Is there a way to run this kind of transient simulation, or something I missed in the setups I've tried? Thank you for your help on this.
Beta Was this translation helpful? Give feedback.
All reactions