| 110 |
|
|
| 111 |
./testreport -t global_oce_cs32 |
./testreport -t global_oce_cs32 |
| 112 |
|
|
| 113 |
|
note : |
| 114 |
|
building the MITgcm (whether using genmake2 or via testreport) requires that your machine |
| 115 |
|
has : make or (preferably) GNU make, FORTRAN compiler, C compiler, [ba]sh and [t]csh shells |
| 116 |
|
|
| 117 |
5) quick output plot |
5) quick output plot |
| 118 |
|
|
| 119 |
cd ~/iap-idma |
cd ~/iap-idma |
| 132 |
|
|
| 133 |
---- for class #5 ---- |
---- for class #5 ---- |
| 134 |
|
|
| 135 |
1,2) same as class #4 |
1,2) same as class #4 except with |
| 136 |
|
cvs co -P MITgcm |
| 137 |
|
instead of |
| 138 |
|
cvs co -P MITgcm_verif_basic |
| 139 |
|
|
| 140 |
3) run MITgcm benchmarks |
3) run MITgcm benchmarks |
| 141 |
|
|
| 142 |
./testreport -t 'adjustment.128x64x1 advect_cs advect_xy' |
./testreport -t 'adjustment.128x64x1 advect_cs advect_xy' |
| 143 |
./testreport -t 'adjustment.cs-32x32x1 tutorial_held_suarez_cs tutorial_plume_on_slope' |
./testreport -t 'adjustment.cs-32x32x1 tutorial_held_suarez_cs tutorial_plume_on_slope' |
| 144 |
|
|
| 145 |
|
note : |
| 146 |
|
building the MITgcm (whether using genmake2 or via testreport) requires that your machine |
| 147 |
|
has : make or (preferably) GNU make, FORTRAN compiler, C compiler, [ba]sh and [t]csh shells |
| 148 |
|
|
| 149 |
4) quick output plot for adjustment.128x64x1 |
4) quick output plot for adjustment.128x64x1 |
| 150 |
|
|
| 151 |
cd ~/iap-idma |
cd ~/iap-idma |
| 156 |
cd ~/iap-idma/MITgcm/verification/adjustment.128x64x1/run |
cd ~/iap-idma/MITgcm/verification/adjustment.128x64x1/run |
| 157 |
mitgcm_plot_adju_128; |
mitgcm_plot_adju_128; |
| 158 |
|
|
| 159 |
|
note : to download mitgcm_plot_adju_128.m etc. go to |
| 160 |
|
http://mitgcm.org/viewvc/MITgcm/MITgcm_contrib/gael/comm/course-idma2015/computing/ |
| 161 |
|
|
| 162 |
5) repeat step #4 for different experiments: |
5) repeat step #4 for different experiments: |
| 163 |
|
|
| 164 |
adjustment.128x64x1 mitgcm_plot_adju_128.m |
adjustment.128x64x1 mitgcm_plot_adju_128.m |
| 165 |
advect_cs mitgcm_plot_adv_cs.m |
advect_cs mitgcm_plot_adv_cs.m |
| 166 |
advect_xy mitgcm_plot_adv_xy.m |
advect_xy mitgcm_plot_adv_xy.m |
| 167 |
adjustment.cs-32x32x1 mitgcm_plot_adju_cs32.m |
* adjustment.cs-32x32x1 mitgcm_plot_adju_cs32.m |
| 168 |
tutorial_held_suarez_cs mitgcm_plot_held_suarez.m |
* tutorial_held_suarez_cs mitgcm_plot_held_suarez.m |
| 169 |
tutorial_plume_on_slope mitgcm_plot_plume.m |
* tutorial_plume_on_slope mitgcm_plot_plume.m |
| 170 |
|
|
| 171 |
note : |
note : |
| 172 |
in the cases of adjustment.cs-32x32x1, tutorial_held_suarez_cs, |
* in the cases of adjustment.cs-32x32x1, tutorial_held_suarez_cs, |
| 173 |
and tutorial_plume_on_slope the matlab programs expect that |
and tutorial_plume_on_slope the matlab programs expect that |
| 174 |
the experiment duration was increased (see iap-idma-exercises) |
the experiment duration was increased (see iap-idma-exercises) |
| 175 |
|
|