/[MITgcm]/MITgcm/utils/matlab/calcmat.m
ViewVC logotype

Annotation of /MITgcm/utils/matlab/calcmat.m

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


Revision 1.1.2.1 - (hide annotations) (download)
Thu May 1 00:01:16 2003 UTC (21 years, 1 month ago) by dimitri
Branch: release1
CVS Tags: release1_p16, release1_p17, release1_p14, release1_p15
Branch point for: release1_50yr
Changes since 1.1: +18 -0 lines
release1_p14
o Added interpolation routine pkg/exf/new_interp.F for on-the-fly
  interpolation.  Enable with USE_EXF_INTERPOLATION and specify
  input grids in data.exf
o Added direct pressure solver pkg/solver.
  See pkg/solver/README.directSolver for instructions.

1 dimitri 1.1.2.1 % read matrix coefficient, build distributes S^-1 matrix,
2     % and write it in files
3     %--------------------------------------------------------
4     % input : snx,sny,npx,npy
5     % output : files ss_matrix* in MITGCMUV mdsio format
6    
7     readmat;
8     build;
9    
10     % the final distribution can be different from the read in one
11     % all you need to do is to redefine the parameters here
12     %snx =
13     %sny =
14     %npx =
15     %npy =
16    
17     distri;
18     store;

  ViewVC Help
Powered by ViewVC 1.1.22