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

Ignore:
Timestamp:
2019-08-16T12:32:43+02:00 (5 years ago)
Author:
mattmartin
Message:

Introduction of stochastic physics in NEMO, based on Andrea Storto's code.
For details, see ticket https://code.metoffice.gov.uk/trac/utils/ticket/251.

File:
1 edited

Legend:

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

    r10302 r11442  
    8686   USE lbcnfd, ONLY: isendto, nsndto, nfsloop, nfeloop ! Setup of north fold exchanges  
    8787   USE sbc_oce, ONLY: lk_oasis 
     88   USE stopack 
    8889   USE stopar 
    8990   USE stopts 
     
    487488                            CALL dia_hsb_init   ! heat content, salt content and volume budgets 
    488489                            CALL     trd_init   ! Mixed-layer/Vorticity/Integral constraints trends 
     490                            CALL stopack_init   ! STOPACK scheme 
    489491      IF( lk_diaobs     ) THEN                  ! Observation & model comparison 
    490492                            CALL dia_obs_init            ! Initialize observational data 
Note: See TracChangeset for help on using the changeset viewer.