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

Ignore:
Timestamp:
2005-12-21T11:46:45+01:00 (18 years ago)
Author:
opalod
Message:

nemo_v1_update_033 : RB + CT : Add new surface pressure gradient algorithms

File:
1 edited

Legend:

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

    r300 r359  
    4747 
    4848   USE step            ! OPA time-stepping                  (stp     routine) 
     49   USE dynspg          ! Control choice of surface pressure gradient schemes 
    4950   USE prtctl          ! Print control                 (prt_ctl_init routine) 
    5051   USE ini1d           ! re-initialization of u-v mask for the 1D configuration 
     
    100101      !!    "   !  04-08  (C. Talandier) New trends organization 
    101102      !!    "   !  05-06  (C. Ethe) Add the 1D configuration possibility 
     103      !!    "   !  05-11  (V. Garnier) Surface pressure gradient organization 
    102104      !!---------------------------------------------------------------------- 
    103105      !! * Local declarations 
     
    162164      IF( lk_obc    )   CALL obc_init       ! Open boundaries  
    163165 
    164       CALL solver_init                      ! Elliptic solver 
     166      IF( lk_dynspg_flt .OR. lk_dynspg_rl ) THEN 
     167         CALL solver_init                   ! Elliptic solver 
     168      ENDIF 
    165169 
    166170      CALL day( nit000 )                    ! Calendar 
Note: See TracChangeset for help on using the changeset viewer.