Parent Directory
|
Revision Log
|
Revision Graph
- update to use official files instead of sample_input.tar, add gcmfaces_sphere, retire basic_diags_compute_v3_or_v4
1 | gforget | 1.1 | |
2 | gforget | 1.11 | gcmfaces_global; |
3 | gforget | 1.6 | |
4 | gforget | 1.13 | test0=dir('gcmfaces/sample_input'); |
5 | if isempty(test0); | ||
6 | fprintf('no sample input data found\n'); | ||
7 | return; | ||
8 | end; | ||
9 | gforget | 1.5 | |
10 | gforget | 1.11 | warning('off','MATLAB:HandleGraphics:noJVM'); |
11 | gforget | 1.1 | |
12 | gforget | 1.11 | if myenv.verbose; |
13 | gforget | 1.13 | fprintf('\n\n\n***********message from gcmfaces_init.m************\n '); |
14 | fprintf(' starting basic test : plot_std_field ... \n'); | ||
15 | gforget | 1.6 | end; |
16 | gforget | 1.11 | plot_std_field('v4'); |
17 | gforget | 1.1 | |
18 | gforget | 1.11 | if ~myenv.lessplot; |
19 | gforget | 1.13 | if myenv.verbose; |
20 | fprintf('\n\n\n***********message from gcmfaces_init.m************\n '); | ||
21 | fprintf(' starting plot test: plot_one_field ... \n'); | ||
22 | end; | ||
23 | plot_one_field('v4',0); | ||
24 | gforget | 1.6 | end; |
25 | |||
26 | gforget | 1.11 | if myenv.verbose; |
27 | gforget | 1.13 | fprintf('\n\n\n***********message from gcmfaces_init.m************\n'); |
28 | fprintf(' --- initialization of gcmfaces completed correctly \n'); | ||
29 | fprintf(' --- you are all set and may now use the gcmfaces package. \n\n\n'); | ||
30 | gforget | 1.6 | end; |
31 | gforget | 1.1 |
ViewVC Help | |
Powered by ViewVC 1.1.22 |