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 12461 for NEMO/branches/UKMO/r12083_cpl-pressure/src/OCE/step.F90 – NEMO

Ignore:
Timestamp:
2020-02-25T18:24:46+01:00 (4 years ago)
Author:
jcastill
Message:

Changes as the original branch updated to vn4.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/r12083_cpl-pressure/src/OCE/step.F90

    r11715 r12461  
    111111      !<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< 
    112112      IF( ln_tide    )   CALL sbc_tide( kstp )                   ! update tide potential 
    113       IF( ln_apr_dyn )   CALL sbc_apr ( kstp )                   ! atmospheric pressure (NB: call before bdy_dta which needs ssh_ib)  
    114       IF( ln_bdy     )   CALL bdy_dta ( kstp, kt_offset = +1 )   ! update dynamic & tracer data at open boundaries 
    115113                         CALL sbc     ( kstp )                   ! Sea Boundary Condition (including sea-ice) 
    116114 
Note: See TracChangeset for help on using the changeset viewer.