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

Ignore:
Timestamp:
2021-12-16T10:39:55+01:00 (2 years ago)
Author:
mattmartin
Message:

Updated NEMO branch for coupled NWP at GO6 to include stochastic model perturbations.
For more info see ticket: https://code.metoffice.gov.uk/trac/nwpscience/ticket/1125.

File:
1 edited

Legend:

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

    r13070 r15603  
    8585   USE lbcnfd, ONLY: isendto, nsndto, nfsloop, nfeloop ! Setup of north fold exchanges  
    8686   USE sbc_oce, ONLY: lk_oasis 
     87   USE stopack 
    8788   USE stopar 
    8889   USE stopts 
     
    498499                            CALL dia_hsb_init   ! heat content, salt content and volume budgets 
    499500                            CALL     trd_init   ! Mixed-layer/Vorticity/Integral constraints trends 
    500                             CALL     bias_init  ! Pressure correction bias 
     501                             CALL stopack_init   ! STOPACK scheme                             
     502                            CALL    bias_init   ! Pressure correction bias 
    501503      IF( lk_diaobs     ) THEN                  ! Observation & model comparison 
    502504                            CALL dia_obs_init            ! Initialize observational data 
Note: See TracChangeset for help on using the changeset viewer.