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 13576 for branches/UKMO/AMM15_v3_6_STABLE_package_collate/NEMOGCM/NEMO/OPA_SRC/step_oce.F90 – NEMO

Ignore:
Timestamp:
2020-10-09T12:35:11+02:00 (4 years ago)
Author:
dford
Message:

Update NEMO-FABM coupler for FABM v1, and introduce two-way NEMO-ERSEM coupling options. See https://code.metoffice.gov.uk/trac/utils/ticket/366.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/AMM15_v3_6_STABLE_package_collate/NEMOGCM/NEMO/OPA_SRC/step_oce.F90

    r11277 r13576  
    126126   USE trcstp           ! passive tracer time-stepping      (trc_stp routine) 
    127127#endif 
     128#if defined key_fabm 
     129   USE par_fabm, ONLY: &    ! FABM parameters 
     130      & lk_fabm 
     131   USE trcsms_fabm, ONLY: & ! FABM routines 
     132      & nemo_fabm_start 
     133#endif 
     134   USE diatmb          ! Top,middle,bottom output 
     135   USE dia25h          ! 25h mean output 
     136   USE diaopfoam       ! FOAM operational output 
    128137   !!---------------------------------------------------------------------- 
    129138   !! NEMO/OPA 3.3 , NEMO Consortium (2010) 
Note: See TracChangeset for help on using the changeset viewer.