Parent Directory
|
Revision Log
|
Revision Graph
- rename plot_one_field and plot_std_field as example_display and example_IO
1 | gforget | 1.1 | |
2 | gforget | 1.11 | gcmfaces_global; |
3 | gforget | 1.6 | |
4 | gforget | 1.11 | warning('off','MATLAB:HandleGraphics:noJVM'); |
5 | gforget | 1.1 | |
6 | gforget | 1.11 | if myenv.verbose; |
7 | gforget | 1.13 | fprintf('\n\n\n***********message from gcmfaces_init.m************\n '); |
8 | gforget | 1.16 | fprintf(' starting basic test : example_IO ... \n'); |
9 | gforget | 1.6 | end; |
10 | gforget | 1.16 | example_IO; |
11 | gforget | 1.1 | |
12 | gforget | 1.11 | if ~myenv.lessplot; |
13 | gforget | 1.13 | if myenv.verbose; |
14 | fprintf('\n\n\n***********message from gcmfaces_init.m************\n '); | ||
15 | gforget | 1.16 | fprintf(' starting plot test: example_display ... \n'); |
16 | gforget | 1.13 | end; |
17 | gforget | 1.16 | example_display; |
18 | gforget | 1.6 | end; |
19 | |||
20 | gforget | 1.11 | if myenv.verbose; |
21 | gforget | 1.13 | fprintf('\n\n\n***********message from gcmfaces_init.m************\n'); |
22 | fprintf(' --- initialization of gcmfaces completed correctly \n'); | ||
23 | fprintf(' --- you are all set and may now use the gcmfaces package. \n\n\n'); | ||
24 | gforget | 1.6 | end; |
25 | gforget | 1.1 |
ViewVC Help | |
Powered by ViewVC 1.1.22 |