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

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

moved ooo_read.F90 to sao_read.F90 along with renaming its internal subroutines appropriately

File:
1 edited

Legend:

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

    r4847 r4848  
    88   USE diaobs 
    99   !! Stand Alone Observation operator modules 
    10    USE ooo_read 
     10   USE sao_read 
    1111   USE ooo_data 
    1212 
     
    3535               IF ( MOD(istp, nn_sao_freq) == nit000 ) THEN 
    3636                  !! Read next model counterpart 
    37                   CALL ooo_rea_dri(jifile) 
     37                  CALL sao_rea_dri(jifile) 
    3838                  jifile = jifile + 1 
    3939               ENDIF 
Note: See TracChangeset for help on using the changeset viewer.