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 11384 for branches/UKMO/dev_r5518_STOPACK/NEMOGCM/NEMO/OPA_SRC/nemogcm.F90 – NEMO

Ignore:
Timestamp:
2019-07-31T18:05:50+02:00 (5 years ago)
Author:
mattmartin
Message:

Included Andrea Storto's STOPACK code into NEMO3.6 branch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_STOPACK/NEMOGCM/NEMO/OPA_SRC/nemogcm.F90

    r5407 r11384  
    8383   USE lbcnfd, ONLY: isendto, nsndto, nfsloop, nfeloop ! Setup of north fold exchanges  
    8484   USE sbc_oce, ONLY: lk_oasis 
     85   USE stopack 
    8586   USE stopar 
    8687   USE stopts 
     
    453454                            CALL dia_hsb_init   ! heat content, salt content and volume budgets 
    454455                            CALL     trd_init   ! Mixed-layer/Vorticity/Integral constraints trends 
     456                            CALL stopack_init   ! STOPACK scheme 
    455457      IF( lk_diaobs     ) THEN                  ! Observation & model comparison 
    456458                            CALL dia_obs_init            ! Initialize observational data 
Note: See TracChangeset for help on using the changeset viewer.