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 15690 for branches/UKMO/dev_r5518_GO6_starthour_obsoper/NEMOGCM/NEMO/OPA_SRC – NEMO

Ignore:
Timestamp:
2022-02-03T15:08:15+01:00 (2 years ago)
Author:
mattmartin
Message:

Fixed minor typos from Jonah's review in ticket https://code.metoffice.gov.uk/trac/nwpscience/ticket/1125

Location:
branches/UKMO/dev_r5518_GO6_starthour_obsoper/NEMOGCM/NEMO/OPA_SRC
Files:
2 edited

Legend:

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

    r15603 r15690  
    785785   SUBROUTINE stopack_report 
    786786      !!---------------------------------------------------------------------- 
    787       !!                  ***  ROUTINE spp_stats *** 
     787      !!                  ***  ROUTINE stopack_report *** 
    788788      !! 
    789789      !! ** Purpose :  Report at the end of the run 
  • branches/UKMO/dev_r5518_GO6_starthour_obsoper/NEMOGCM/NEMO/OPA_SRC/nemogcm.F90

    r15603 r15690  
    499499                            CALL dia_hsb_init   ! heat content, salt content and volume budgets 
    500500                            CALL     trd_init   ! Mixed-layer/Vorticity/Integral constraints trends 
    501                              CALL stopack_init   ! STOPACK scheme                             
     501                            CALL stopack_init   ! STOPACK scheme                             
    502502                            CALL    bias_init   ! Pressure correction bias 
    503503      IF( lk_diaobs     ) THEN                  ! Observation & model comparison 
Note: See TracChangeset for help on using the changeset viewer.