26 |
endif |
endif |
27 |
|
|
28 |
setenv CVS_RSH ssh |
setenv CVS_RSH ssh |
29 |
cvs -Q -d :pserver:cvsanon@mitgcm.org:/u/gcmpack co -d gcmfaces MITgcm_contrib/gael/matlab_class |
cvs -Q -d :pserver:cvsanon@mitgcm.org:/u/gcmpack co -P -d gcmfaces MITgcm_contrib/gael/matlab_class |
30 |
cvs -Q -d :pserver:cvsanon@mitgcm.org:/u/gcmpack co -d MITprof MITgcm_contrib/gael/profilesMatlabProcessing |
cvs -Q -d :pserver:cvsanon@mitgcm.org:/u/gcmpack co -P -d MITprof MITgcm_contrib/gael/profilesMatlabProcessing |
31 |
|
|
32 |
if !( -d gcmfaces) then |
if !( -d gcmfaces) then |
33 |
echo '' |
echo '' |
64 |
|
|
65 |
%test gcmfaces: |
%test gcmfaces: |
66 |
cd gcmfaces; |
cd gcmfaces; |
67 |
global gcmfaces_skipplottest; gcmfaces_skipplottest=1; |
gcmfaces_global; |
68 |
global gcmfaces_verbose; gcmfaces_verbose=0; |
myenv.verbose=1; |
69 |
|
myenv.lessplot=1; |
70 |
|
myenv.lesstest=1; |
71 |
gcmfaces_init; |
gcmfaces_init; |
72 |
cd ..; |
cd ..; |
73 |
|
|
83 |
fprintf('\n !!!! Error: Using MITprof cannot be \n used until you get the netcdf toolbox.\n'); |
fprintf('\n !!!! Error: Using MITprof cannot be \n used until you get the netcdf toolbox.\n'); |
84 |
else; |
else; |
85 |
cd MITprof; |
cd MITprof; |
|
global MITprof_verbose; MITprof_verbose=0; |
|
86 |
profiles_process_init; |
profiles_process_init; |
87 |
cd ..; |
cd ..; |
88 |
end; |
end; |