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

Ignore:
Timestamp:
2017-06-09T15:38:39+02:00 (7 years ago)
Author:
frrh
Message:

Commit chlorophyll coupling interface inclusion and fix to protect namstr
use in non passive tracer jobs.

See GMED ticket 377

File:
1 edited

Legend:

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

    r8155 r8159  
    610610      IF( numdct_heat     /= -1 )   CLOSE( numdct_heat     )   ! heat transports 
    611611      IF( numdct_salt     /= -1 )   CLOSE( numdct_salt     )   ! salt transports 
     612#if defined key_top 
    612613      IF( numstr          /= -1 )   CLOSE( numstr          )   ! tracer statistics  
    613  
     614#endif 
    614615      ! 
    615616      numout = 6                                     ! redefine numout in case it is used after this point... 
Note: See TracChangeset for help on using the changeset viewer.