agrif_opa.in 312 B

123456789101112
  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. USE ONLY_FIXED_GRIDS;
  6. % Variables which are not grid dependent %
  7. % notgriddep :: name of the variable; %
  8. notgriddep :: nstop;
  9. %USE DEBUG;%