Changes between Version 3 and Version 4 of multiplejobs
- Timestamp:
- 10/02/20 13:09:30 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
multiplejobs
v3 v4 1 Sometimes we wantto submit multiple jobs with a parameter that changes value. Here is how you can do that for basal friction changing from 50 to 100 by increments of 1 (as an example).1 To perform parameter space studies, we need to submit multiple jobs with a parameter that changes value. Here is how you can do that for basal friction changing from 50 to 100 by increments of 1 (as an example). 2 2 3 3 We are going to use a variable in the MATLAB workspace called `friction` that will be changing within a loop. In your `runme.m` script, prepare your step with a dynamic step name: 4 5 4 {{{ 6 5 #!m