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 7590 for branches/UKMO/CO6_KD490_amm7_oper/NEMOGCM/NEMO/OPA_SRC/DIA/diatmb.F90 – NEMO

Ignore:
Timestamp:
2017-01-20T16:51:19+01:00 (7 years ago)
Author:
kingr
Message:

Added diagnostics from operational version: Kara ML, diaopfoam, diurnal.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/CO6_KD490_amm7_oper/NEMOGCM/NEMO/OPA_SRC/DIA/diatmb.F90

    r6332 r7590  
    1919   PUBLIC   dia_tmb_init            ! routine called by nemogcm.F90 
    2020   PUBLIC   dia_tmb                 ! routine called by diawri.F90 
     21   PUBLIC   dia_calctmb             ! routine called by dia25h.F90 
    2122 
    2223   !!---------------------------------------------------------------------- 
     
    108109      DO jj = 1,jpj 
    109110         DO ji = 1,jpi 
    110             jk              = max(1,mbathy(ji,jj) - 1) 
     111            jk              = max(1,mbathy(ji,jj)) 
    111112            pouttmb(ji,jj,3) = pinfield(ji,jj,jk)*tmask(ji,jj,jk)  + zmdi*(1.0-tmask(ji,jj,jk)) 
    112113         END DO 
Note: See TracChangeset for help on using the changeset viewer.