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/step.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/step.F90

    r1492 r1528  
    7474   USE obcrst          ! open boundary cond. restart      (obc_rst routine) 
    7575   USE obcrad          ! open boundary cond. radiation    (obc_rad routine) 
    76    USE obcspg          ! open boundary cond  spg          (obc_spg routine) 
    7776 
    7877   USE bdy_par         ! unstructured open boundary data variables 
     
    109108   USE diahth          ! thermocline depth                (dia_hth routine) 
    110109   USE diafwb          ! freshwater budget                (dia_fwb routine) 
    111    USE diaspr          ! suface pressure (rigid-lid)      (dia_spr routine) 
    112110   USE flo_oce         ! floats variables 
    113111   USE floats          ! floats computation               (flo_stp routine) 
     
    246244                         CALL dia_wri( kstp, indic )  ! ocean model: outputs 
    247245      IF( lk_floats  )   CALL flo_stp( kstp )         ! drifting Floats 
    248       IF( lk_diaspr  )   CALL dia_spr( kstp )         ! Surface pressure diagnostics 
    249246      IF( lk_diahth  )   CALL dia_hth( kstp )         ! Thermocline depth (20 degres isotherm depth) 
    250247      IF( lk_diagap  )   CALL dia_gap( kstp )         ! basin averaged diagnostics 
     
    312309                               CALL dyn_hpg( kstp )         ! horizontal gradient of Hydrostatic pressure 
    313310                               CALL dyn_zdf( kstp )         ! vertical diffusion 
    314       IF( lk_dynspg_rl ) THEN 
    315          IF( lk_obc    )       CALL obc_spg( kstp )         ! surface pressure gradient at open boundaries 
    316       ENDIF 
    317311                               indic=0 
    318312                               CALL dyn_spg( kstp, indic )  ! surface pressure gradient 
Note: See TracChangeset for help on using the changeset viewer.