/[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.16 by gforget, Thu Mar 10 17:17:35 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
# Line 66  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.16  
changed lines
  Added in v.1.17

  ViewVC Help
Powered by ViewVC 1.1.22