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.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.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 
Note: See TracChangeset for help on using the changeset viewer.