Skip to content
Snippets Groups Projects
agrif_oce.in 374 B
Newer Older
Guillaume Samson's avatar
Guillaume Samson committed
% Number of cells in each direction %
 2D nbcellsx,nbcellsy;
% Name of the common file : an include file (paramfile) OR a module (parammodule) %  
 parammodule par_oce ;

% simple or double precision %
 KIND sp = 4 ;
 KIND dp = 8 ;

USE ONLY_FIXED_GRIDS;

% Variables which are not grid dependent %
% notgriddep :: name of the variable; %
notgriddep :: nstop;

%USE DEBUG;%