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

Ignore:
Timestamp:
2009-07-23T16:38:47+02:00 (15 years ago)
Author:
rblod
Message:

Suppress rigid-lid option, see ticket #486

File:
1 edited

Legend:

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

    r1489 r1528  
    1818   USE sol_oce         ! ocean space and time domain variables  
    1919   USE in_out_manager  ! I/O manager 
    20    USE solisl          ! ??? 
    2120   USE diawri          ! ocean output file  
    2221   USE lbclnk          ! ocean lateral boundary conditions (or mpp link) 
     
    151150      ! log file (solver or ssh statistics) 
    152151      ! -------- 
    153       IF( lk_dynspg_flt .OR. lk_dynspg_rl ) THEN      ! elliptic solver statistics (if required) 
     152      IF( lk_dynspg_flt ) THEN      ! elliptic solver statistics (if required) 
    154153         ! 
    155154         IF(lwp) WRITE(numsol,9200) kt, niter, res, SQRT(epsr)/eps      ! Solver 
    156          ! 
    157          IF( lk_isl )   CALL isl_stp_ctl( kt, kindic )                  ! Islands (if exist) 
    158155         ! 
    159156         IF( kindic < 0 ) THEN                                          ! create a abort file if problem found  
Note: See TracChangeset for help on using the changeset viewer.