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 4110 for branches/2013/dev_r3987_UKMO4_OBS/NEMOGCM/NEMO/OOO_SRC/ooo_data.F90 – NEMO

Ignore:
Timestamp:
2013-10-22T22:53:28+02:00 (11 years ago)
Author:
andrewryan
Message:

Added headers to each module in OOO_SRC and corrected positions of IMPLICIT NONE and PUBLIC subroutines.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_r3987_UKMO4_OBS/NEMOGCM/NEMO/OOO_SRC/ooo_data.F90

    r4106 r4110  
    11MODULE ooo_data 
     2   !! ================================================================= 
     3   !!                    *** MODULE ooo_data *** 
     4   !! ================================================================= 
    25   USE par_kind, ONLY: lc 
     6 
    37   IMPLICIT NONE 
     8 
     9   !! Public data 
     10 
    411   INTEGER, PARAMETER :: MaxNumFiles = 1000 
    512 
     
    4249      !!---------------------------------------------------------------------- 
    4350      USE in_out_manager 
    44       IMPLICIT NONE 
    4551      INTEGER            :: & 
    4652         & jf                           !: file dummy loop index 
Note: See TracChangeset for help on using the changeset viewer.