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_r14312_MPI_Interface – NEMO

source: vendors/AGRIF/dev_r14312_MPI_Interface/agrif_oce.in @ 14368

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

dev_r14312_MPI_Interface: AGRIF working with sp and dp arrays, needed by [14367], #2598

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