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

Ignore:
Timestamp:
2020-04-20T20:26:12+02:00 (4 years ago)
Author:
rrenshaw
Message:

fix for profiles

File:
1 edited

Legend:

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

    r11639 r12784  
    648648      IF( numdct_salt     /= -1 )   CLOSE( numdct_salt     )   ! salt transports 
    649649      IF( numdct_NOOS     /= -1 )   CLOSE( numdct_NOOS     )   ! NOOS transports 
     650      IF( numdct_NOOS_h /= -1 )   CLOSE( numdct_NOOS_h )   ! NOOS transports 
     651      IF( numdct_in /= -1 )   CLOSE( numdct_in )   ! NOOS transports 
    650652 
    651653      ! 
Note: See TracChangeset for help on using the changeset viewer.