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

Location:
branches/dev_r2586_dynamic_mem/NEMOGCM/NEMO/OPA_SRC/DYN
Files:
2 edited

Legend:

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

    r2636 r2674  
    2828   USE in_out_manager ! I/O manager 
    2929   USE lib_mpp        ! MPP library 
     30   USE solver          ! solver initialization 
    3031 
    3132   IMPLICIT NONE 
     
    204205      ENDIF 
    205206 
     207      IF( nspg == 2 .OR. nspg == -1 ) CALL solver_init( nit000 )   ! Elliptic solver initialisation 
     208 
    206209      !                        ! Control of timestep choice 
    207210      IF( lk_dynspg_ts .OR. lk_dynspg_exp ) THEN 
  • 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.