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

Ignore:
Timestamp:
2014-11-12T15:09:35+01:00 (10 years ago)
Author:
andrewryan
Message:

moved ooo_intp.F90 to sao_intp.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/nemogcm.F90

    r4846 r4847  
    6767   USE ooo_data 
    6868   USE ooo_read 
    69    USE ooo_intp 
     69   USE sao_intp 
    7070 
    7171   IMPLICIT NONE 
     
    109109            CALL dia_obs_init 
    110110            !! Interpolate to observation space 
    111             CALL ooo_interp 
     111            CALL sao_interp 
    112112            !! Pipe to output files 
    113113            CALL dia_obs_wri 
Note: See TracChangeset for help on using the changeset viewer.