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 15455 for NEMO/branches/UKMO/r14075_ukmo_shelf/src/OCE/step.F90 – NEMO

Ignore:
Timestamp:
2021-10-28T11:23:37+02:00 (3 years ago)
Author:
jcastill
Message:

Code for uncoupled configurations, some changes for coupling may be needed yet - merged branch branches/UKMO/r14075_cpl-pressure@15423

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/r14075_ukmo_shelf/src/OCE/step.F90

    r14075 r15455  
    109109      !<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< 
    110110      IF( ln_tide    )   CALL sbc_tide( kstp )                   ! update tide potential 
    111       IF( ln_apr_dyn )   CALL sbc_apr ( kstp )                   ! atmospheric pressure (NB: call before bdy_dta which needs ssh_ib)  
    112       IF( ln_bdy     )   CALL bdy_dta ( kstp, kt_offset = +1 )   ! update dynamic & tracer data at open boundaries 
    113111                         CALL sbc     ( kstp )                   ! Sea Boundary Condition (including sea-ice) 
    114112 
Note: See TracChangeset for help on using the changeset viewer.