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 3170 – NEMO

Changeset 3170


Ignore:
Timestamp:
2011-11-22T11:49:52+01:00 (12 years ago)
Author:
cetlod
Message:

Minor changes to avoid compilation error in domngb module

Location:
branches/2011/dev_NEMO_MERGE_2011/NEMOGCM/NEMO/OPA_SRC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2011/dev_NEMO_MERGE_2011/NEMOGCM/NEMO/OPA_SRC/DOM/domngb.F90

    r3162 r3170  
    1111   !!---------------------------------------------------------------------- 
    1212   USE dom_oce        ! ocean space and time domain 
     13   USE in_out_manager ! I/O manager 
    1314   USE lib_mpp        ! for mppsum 
    1415   USE wrk_nemo_2     ! Memory allocation 
    1516   USE timing         ! Timing 
    16  
    1717 
    1818   IMPLICIT NONE 
  • branches/2011/dev_NEMO_MERGE_2011/NEMOGCM/NEMO/OPA_SRC/IOM/in_out_manager.F90

    r3139 r3170  
    22   !!====================================================================== 
    33   !!                       ***  MODULE  in_out_manager  *** 
    4    !! Ocean physics:  vertical mixing coefficient compute from the tke  
    5    !!                 turbulent closure parameterization 
     4   !! I/O manager utilities : Defines run parameters together with logical units 
    65   !!===================================================================== 
    76   !! History :   1.0  !  2002-06  (G. Madec)   original code 
Note: See TracChangeset for help on using the changeset viewer.