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.
Changeset 2674 for branches/dev_r2586_dynamic_mem/NEMOGCM/NEMO/OPA_SRC/DYN/dynspg_flt.F90 – NEMO

Ignore:
Timestamp:
2011-03-08T18:30:16+01:00 (13 years ago)
Author:
rblod
Message:

First set of changes in OPA_SRC to ensure AGRIF compatibility

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev_r2586_dynamic_mem/NEMOGCM/NEMO/OPA_SRC/DYN/dynspg_flt.F90

    r2618 r2674  
    3131   USE dynadv          ! advection  
    3232   USE solmat          ! matrix construction for elliptic solvers 
    33    USE solver          ! solver initialization 
    3433   USE solpcg          ! preconditionned conjugate gradient solver 
    3534   USE solsor          ! Successive Over-relaxation solver 
     
    124123         spgu(:,:) = 0.e0                     ! surface pressure gradient (i-direction) 
    125124         spgv(:,:) = 0.e0                     ! surface pressure gradient (j-direction) 
    126          CALL solver_init( nit000 )           ! Elliptic solver initialisation 
    127125 
    128126         ! read filtered free surface arrays in restart file 
Note: See TracChangeset for help on using the changeset viewer.