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_write.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_write.F90

    r4109 r4110  
    33   !!                       ***  MODULE ooo_write  *** 
    44   !!====================================================================== 
     5 
    56   USE in_out_manager 
    67   USE netcdf 
     
    89   USE ooo_utils, ONLY: date_format, inst_converter, yyyymmdd_to_ref_date 
    910   USE ooo_data 
     11 
    1012   IMPLICIT NONE 
    1113   PRIVATE 
Note: See TracChangeset for help on using the changeset viewer.