13 |
fprintf('\n\n\n***********message from gcmfaces_init.m************\n '); |
fprintf('\n\n\n***********message from gcmfaces_init.m************\n '); |
14 |
fprintf(' starting basic test : plot_std_field ... \n'); |
fprintf(' starting basic test : plot_std_field ... \n'); |
15 |
end; |
end; |
16 |
plot_std_field('v4'); |
plot_std_field; |
17 |
|
|
18 |
if ~myenv.lessplot; |
if ~myenv.lessplot; |
19 |
if myenv.verbose; |
if myenv.verbose; |
20 |
fprintf('\n\n\n***********message from gcmfaces_init.m************\n '); |
fprintf('\n\n\n***********message from gcmfaces_init.m************\n '); |
21 |
fprintf(' starting plot test: plot_one_field ... \n'); |
fprintf(' starting plot test: plot_one_field ... \n'); |
22 |
end; |
end; |
23 |
plot_one_field('v4',0); |
plot_one_field; |
24 |
end; |
end; |
25 |
|
|
26 |
if myenv.verbose; |
if myenv.verbose; |