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 7582 for branches/UKMO/dev_r5518_GO6_package_for_static_diagnostics/NEMOGCM/NEMO/OPA_SRC/TRA/traldf.F90 – NEMO

Ignore:
Timestamp:
2017-01-20T14:53:20+01:00 (8 years ago)
Author:
timgraham
Message:

Added code to allow output of some diagnostics which are constant in Met Office CMIP6 models
Changes described in UKESM ticket 324 (https://code.metoffice.gov.uk/trac/UKESM/ticket/324)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_GO6_package_for_static_diagnostics/NEMOGCM/NEMO/OPA_SRC/TRA/traldf.F90

    r6498 r7582  
    7676      ENDIF 
    7777 
     78 
     79#ifdef key_traldf_c2d 
     80      IF (kt == nit000) THEN 
     81         CALL iom_put( "aht2D", ahtw) 
     82#endif 
     83 
     84 
    7885      SELECT CASE ( nldf )                       ! compute lateral mixing trend and add it to the general trend 
    7986      CASE ( 0 )   ;   CALL tra_ldf_lap     ( kt, nit000, 'TRA', gtsu, gtsv, gtui, gtvi,        & 
Note: See TracChangeset for help on using the changeset viewer.