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.
sol_oce.F90 in tags/nemo_v3_2/nemo_v3_2/NEMO/OFF_SRC/SOL – NEMO

source: tags/nemo_v3_2/nemo_v3_2/NEMO/OFF_SRC/SOL/sol_oce.F90 @ 1878

Last change on this file since 1878 was 1878, checked in by flavoni, 14 years ago

initial test for nemogcm

File size: 1.2 KB
Line 
1MODULE sol_oce
2   !!======================================================================
3   !!                    ***  MODULE  sol_oce  ***
4   !! Ocean solver :  solver variables defined in memory
5   !!=====================================================================
6   !!
7   !! ** Purpose :   Define in memory solver variables
8   !!
9   !! History :
10   !!   9.0  !  02-11  (G. Madec)  F90: Free form and module
11   !!----------------------------------------------------------------------
12   !!  OPA 9.0 , LOCEAN-IPSL (2005)
13   !! $Id: sol_oce.F90 1156 2008-06-26 16:06:45Z rblod $
14   !! Software governed by the CeCILL licence (modipsl/doc/NEMO_CeCILL.txt)
15   !!----------------------------------------------------------------------
16   !! * Modules used
17   USE par_oce         ! ocean parameters
18
19   IMPLICIT NONE
20   PRIVATE
21
22   !!-----------------------------------
23   !! elliptic solver: SOR, PCG or FETI
24   !! ----------------------------------
25   INTEGER , PUBLIC ::      & !!: namsol   elliptic solver / island / free surface
26      nsolv    =    1          !: = 1/2/3/4 type of elliptic solver
27
28   !!----------------------------------------------------------------------
29END MODULE sol_oce
Note: See TracBrowser for help on using the repository browser.