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

Ignore:
Timestamp:
2017-09-22T17:45:41+02:00 (7 years ago)
Author:
jgraham
Message:

Updates for operational diagnostics:
25h mean diagnostics - bottom temperature (and insitu temp)
Operational foam diagnostics - diaopfoam and DIU routines added.

File:
1 edited

Legend:

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

    r8059 r8561  
    8787   USE diatmb          ! Top,middle,bottom output 
    8888   USE dia25h          ! 25h mean output 
     89   USE diaopfoam       ! FOAM operational output 
     90   USE diurnal_bulk    ! diurnal bulk SST  
    8991 
    9092   IMPLICIT NONE 
     
    405407                            CALL  istate_init   ! ocean initial state (Dynamics and tracers) 
    406408 
     409      CALL diurnal_sst_bulk_init                ! diurnal sst 
     410      IF ( ln_diurnal ) CALL diurnal_sst_coolskin_init   ! cool skin   
     411 
    407412      IF( lk_tide       )   CALL    tide_init( nit000 )    ! Initialisation of the tidal harmonics 
    408413 
     
    479484                            CALL dia_tmb_init  ! TMB outputs 
    480485                            CALL dia_25h_init  ! 25h mean  outputs 
     486                            CALL dia_diaopfoam_init  ! FOAM operational output 
    481487      ! 
    482488   END SUBROUTINE nemo_init 
Note: See TracChangeset for help on using the changeset viewer.