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

Ignore:
Timestamp:
2019-05-28T18:00:55+02:00 (5 years ago)
Author:
rrenshaw
Message:

changes to add regional means output and correction for section transports

File:
1 edited

Legend:

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

    r10728 r11066  
    8787   USE stopts 
    8888   USE diatmb          ! Top,middle,bottom output 
     89   USE diaregmean      ! regional means output 
     90   USE diapea          ! potential energy anomaly output 
    8991   USE dia25h          ! 25h mean output 
    9092   USE diaopfoam       ! FOAM operational output 
     
    493495      IF(lwp) WRITE(numout,*) 'Euler time step switch is ', neuler 
    494496                            CALL dia_tmb_init  ! TMB outputs 
     497                            CALL dia_regmean_init  ! TMB outputs 
     498                            CALL dia_pea_init  ! TMB outputs 
    495499                            CALL dia_25h_init  ! 25h mean  outputs 
    496500                            CALL dia_diaopfoam_init  ! FOAM operational output 
     
    630634      IF( numdct_heat     /= -1 )   CLOSE( numdct_heat     )   ! heat transports 
    631635      IF( numdct_salt     /= -1 )   CLOSE( numdct_salt     )   ! salt transports 
     636      IF( numdct_NOOS     /= -1 )   CLOSE( numdct_NOOS     )   ! NOOS transports 
    632637 
    633638      ! 
Note: See TracChangeset for help on using the changeset viewer.