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 413 for trunk/NEMO/OPA_SRC/opa.F90 – NEMO

Ignore:
Timestamp:
2006-03-20T18:27:15+01:00 (18 years ago)
Author:
opalod
Message:

nemo_v1_bugfix_032 : CT : use dt (linked to Euler time scheme) instead of 2*dt for the construction of the matrix used by the elliptic solvers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/opa.F90

    r392 r413  
    310310      IF( lk_obc    )   CALL obc_init       ! Open boundaries  
    311311 
     312      CALL day( nit000 )                    ! Calendar 
     313 
     314      CALL istate_init                      ! ocean initial state (Dynamics and tracers) 
     315 
    312316      IF( lk_dynspg_flt .OR. lk_dynspg_rl ) THEN 
    313       CALL solver_init                      ! Elliptic solver 
    314       ENDIF 
    315  
    316       CALL day( nit000 )                    ! Calendar 
    317  
    318       CALL istate_init                      ! ocean initial state (Dynamics and tracers) 
     317         CALL solver_init( nit000 )         ! Elliptic solver 
     318      ENDIF 
     319 
    319320!!add 
    320321                       CALL eos( tb, sb, rhd, rhop )        ! before potential and in situ densities 
Note: See TracChangeset for help on using the changeset viewer.