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_oce.in in vendors/AGRIF/dev – NEMO

source: vendors/AGRIF/dev/agrif_oce.in

Last change on this file was 14431, checked in by smasson, 3 years ago

agrif: merge AGRIF/dev_r14312_MPI_Interface into AGRIF/dev, ticket:2598#comment:21

  • Property svn:keywords set to Id
File size: 374 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
6% simple or double precision %
7 KIND sp = 4 ;
8 KIND dp = 8 ;
9
10USE ONLY_FIXED_GRIDS;
11
12% Variables which are not grid dependent %
13% notgriddep :: name of the variable; %
14notgriddep :: nstop;
15
16%USE DEBUG;%
Note: See TracBrowser for help on using the repository browser.