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

    r4109 r4110  
    11MODULE ooo_utils 
     2   !! ================================================================= 
     3   !!                    *** MODULE ooo_utils *** 
     4   !! ================================================================= 
     5 
    26   USE obs_utils, ONLY: chkerr 
    37   USE obs_const, ONLY: obfillflt 
     
    59   USE obs_types, ONLY: cwmonam1770 
    610   USE obs_sla, ONLY: nslasets 
     11 
     12   IMPLICIT NONE 
    713 
    814   ! Define double precision obfillflt 
     
    1218 
    1319   SUBROUTINE yyyymmdd_to_ref_date(indate, intime, outstring) 
    14       IMPLICIT NONE 
    1520      !---------------------------------------- 
    1621      ! Routine to create reference date string 
     
    4045 
    4146   SUBROUTINE date_format(date_str) 
    42       IMPLICIT NONE 
    4347      !--------------------------------------- 
    4448      ! Routine to create creation date string 
     
    6468 
    6569   SUBROUTINE inst_converter(wmo_inst_list, nprofs, obs_names) 
    66       IMPLICIT NONE 
    6770      !--------------------------------------- 
    6871      ! Routine to convert WMO_INST_TYPE to 
Note: See TracChangeset for help on using the changeset viewer.