New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
agrif_opa.in in tags/nemo_v2_1/AGRIF – NEMO

source: tags/nemo_v2_1/AGRIF/agrif_opa.in @ 595

Last change on this file since 595 was 595, checked in by cvs2svn, 17 years ago

This commit was manufactured by cvs2svn to create tag 'nemo_v2_1'.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 312 bytes
Line 
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
6USE ONLY_FIXED_GRIDS;
7
8% Variables which are not grid dependent %
9% notgriddep :: name of the variable; %
10notgriddep :: nstop;
11
12%USE DEBUG;%
Note: See TracBrowser for help on using the repository browser.