84 |
via the matlab debugger and visualize the intermediate operations (gradients, |
via the matlab debugger and visualize the intermediate operations (gradients, |
85 |
flux convergence, exchanges, etc.). |
flux convergence, exchanges, etc.). |
86 |
|
|
87 |
|
MITgcm exercises: |
88 |
|
————————— |
89 |
|
|
90 |
|
1) increase experiment duration for adjustment.cs-32x32x1, |
91 |
|
tutorial_held_suarez_cs, and tutorial_plume_on_slope |
92 |
|
|
93 |
|
tips : - if using testreport for longer runs then use the -fast option |
94 |
|
- for tutorial_held_suarez_cs/input/data: |
95 |
|
< nTimeSteps=16, |
96 |
|
> nTimeSteps=69120, |
97 |
|
- for tutorial_plume_on_slope/input/data: |
98 |
|
< nTimeSteps=20, |
99 |
|
> nTimeSteps=8640, |
100 |
|
- for adjustment.cs-32x32x1/input/data: |
101 |
|
< nTimeSteps=24, |
102 |
|
> endTime=172800., |
103 |
|
|
104 |
|
2) compile, run, and display utorial_held_suarez_cs with diagnostic package |
105 |
|
|
106 |
|
tips : - adjustment.cs-32x32x1 provides a working example using pkg/diagnostics |
107 |
|
- pkg/diagnostics needs to be activated at compile time (packages.conf), and |
108 |
|
at run time (data.pkg), and then configured at run time (data.diagnostics) |
109 |
|
|