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 4849 for branches/2014/dev_r4650_UKMO14.12_STAND_ALONE_OBSOPER/NEMOGCM/NEMO/SAO_SRC/sao_data.F90 – NEMO

Ignore:
Timestamp:
2014-11-12T15:25:41+01:00 (9 years ago)
Author:
andrewryan
Message:

moved ooo_data.F90 to sao_data.F90 along with renaming its internal subroutines appropriately

File:
1 moved

Legend:

Unmodified
Added
Removed
  • branches/2014/dev_r4650_UKMO14.12_STAND_ALONE_OBSOPER/NEMOGCM/NEMO/SAO_SRC/sao_data.F90

    r4848 r4849  
    1 MODULE ooo_data 
     1MODULE sao_data 
    22   !! ================================================================= 
    3    !!                    *** MODULE ooo_data *** 
     3   !!                    *** MODULE sao_data *** 
    44   !! ================================================================= 
    55   USE par_kind, ONLY: lc 
     
    4242      & alt_file                       !: altimeter file 
    4343CONTAINS 
    44    SUBROUTINE ooo_data_init( ld_cl4 ) 
     44   SUBROUTINE sao_data_init( ld_cl4 ) 
    4545      !!---------------------------------------------------------------------- 
    46       !!                    ***  SUBROUTINE ooo_data_init *** 
     46      !!                    ***  SUBROUTINE sao_data_init *** 
    4747      !! 
    4848      !! ** Purpose : To read namelists and initialise offline_oper run. 
     
    151151      END IF 
    152152 
    153    END SUBROUTINE ooo_data_init 
     153   END SUBROUTINE sao_data_init 
    154154 
    155 END MODULE ooo_data 
     155END MODULE sao_data 
    156156 
Note: See TracChangeset for help on using the changeset viewer.