Last change
on this file since 396 was
396,
checked in by opalod, 15 years ago
|
Initial revision
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
312 bytes
|
Rev | Line | |
---|
[396] | 1 | % Number of cells in each direction % |
---|
| 2 | 2D nbcellsx,nbcellsy; |
---|
| 3 | % Name of the common file : an include file (paramfile) OR a module (parammodule) % |
---|
| 4 | parammodule par_oce ; |
---|
| 5 | |
---|
| 6 | USE ONLY_FIXED_GRIDS; |
---|
| 7 | |
---|
| 8 | % Variables which are not grid dependent % |
---|
| 9 | % notgriddep :: name of the variable; % |
---|
| 10 | notgriddep :: nstop; |
---|
| 11 | |
---|
| 12 | %USE DEBUG;% |
---|
Note: See
TracBrowser
for help on using the repository browser.