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 7033 for branches/UKMO/dev_r5518_GO6_package_MEDUSA_extra_CMIP6_diags/NEMOGCM/NEMO/OPA_SRC/DIA/diaprod.F90 – NEMO

Ignore:
Timestamp:
2016-10-17T16:23:15+02:00 (8 years ago)
Author:
timgraham
Message:

Added extra diagnostics and corrected some of the surface coupling fields.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_GO6_package_MEDUSA_extra_CMIP6_diags/NEMOGCM/NEMO/OPA_SRC/DIA/diaprod.F90

    r6731 r7033  
    116116            END DO 
    117117         END DO 
    118          CALL dia_ptr_ohst_components( jp_tem, 'vts', z3d) 
     118         IF(ln_diaptr) CALL dia_ptr_ohst_components( jp_tem, 'vts', z3d) 
    119119      ENDIF 
    120120 
     
    165165            END DO 
    166166         END DO 
    167          CALL dia_ptr_ohst_components( jp_sal, 'vts', z3d) 
     167         IF(ln_diaptr) CALL dia_ptr_ohst_components( jp_sal, 'vts', z3d) 
    168168      ENDIF 
    169169 
Note: See TracChangeset for help on using the changeset viewer.