/[MITgcm]/MITgcm_contrib/gael/matlab_class/gcmfaces_demo.m
ViewVC logotype

Diff of /MITgcm_contrib/gael/matlab_class/gcmfaces_demo.m

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.15 by gforget, Mon Jan 25 19:02:57 2016 UTC revision 1.17 by gforget, Mon Mar 14 01:24:17 2016 UTC
# Line 9  function []=gcmfaces_demo(); Line 9  function []=gcmfaces_demo();
9  %  release1     (ECCO v4 output)  %  release1     (ECCO v4 output)
10  %  sample_input (additional demo material)  %  sample_input (additional demo material)
11  %  %
12    %the ECCO v4 grid can be obtained as follows:
13    %
14    %  wget --recursive ftp://mit.ecco-group.org/ecco_for_las/version_4/release1/nctiles_grid
15    %  mv mit.ecco-group.org/ecco_for_las/version_4/release1/nctiles_grid .
16    %  rm -rf mit.ecco-group.org
17    %
18  %to activate example_transports:  %to activate example_transports:
19  %  %
20  %  mkdir release1  %  mkdir release1
21  %  wget --recursive ftp://mit.ecco-group.org/ecco_for_las/version_4/release1/nctiles_climatology  %  wget --recursive ftp://mit.ecco-group.org/ecco_for_las/version_4/release1/nctiles_climatology
22  %  mv mit.ecco-group.org/gforget/nctiles_climatology release1/.  %  mv mit.ecco-group.org/ecco_for_las/version_4/release1/nctiles_climatology release1/.
23  %  rm -rf mit.ecco-group.org  %  rm -rf mit.ecco-group.org
24  %  %
25  %to activate example_budget:  %to activate example_budget:
26  %  %
27    %  mkdir sample_input
28  %  wget --recursive ftp://mit.ecco-group.org/gforget/nctiles_budget_2d  %  wget --recursive ftp://mit.ecco-group.org/gforget/nctiles_budget_2d
29  %  mv mit.ecco-group.org/gforget/nctiles_budget_2d sample_input/.  %  mv mit.ecco-group.org/gforget/nctiles_budget_2d sample_input/.
30  %  rm -rf mit.ecco-group.org  %  rm -rf mit.ecco-group.org
# Line 65  if myenv.verbose>0; Line 72  if myenv.verbose>0;
72      gcmfaces_msg('* (this warning gets resolved below by calling grid_load)');      gcmfaces_msg('* (this warning gets resolved below by calling grid_load)');
73  end;  end;
74    
75  if ~isempty(which('MITprof_global'));  %if ~isempty(which('MITprof_global'));
76      MITprof_global;  %    MITprof_global;
77      if myenv.verbose>0;  %    if myenv.verbose>0;
78          gcmfaces_msg('* MITprof_global: adds MITprof directories to path');  %        gcmfaces_msg('* MITprof_global: adds MITprof directories to path');
79      end;  %    end;
80  end;  %end;
81    
82  fprintf('\n\n');  fprintf('\n\n');
83  gcmfaces_msg('/////////////////////////////////////');  gcmfaces_msg('/////////////////////////////////////');

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.17

  ViewVC Help
Powered by ViewVC 1.1.22