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 4106 for branches/2013/dev_r3987_UKMO4_OBS/NEMOGCM/NEMO/OOO_SRC/obs_fbm.F90 – NEMO

Ignore:
Timestamp:
2013-10-22T17:30:08+02:00 (11 years ago)
Author:
andrewryan
Message:

Applied naming convention to eliminate confusion with OFF_SRC, included relevant OPA_SRC files in OOO_SRC directory.

File:
1 copied

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_r3987_UKMO4_OBS/NEMOGCM/NEMO/OOO_SRC/obs_fbm.F90

    r4100 r4106  
    15701570      !!---------------------------------------------------------------------- 
    15711571      USE dom_oce, ONLY: narea 
    1572       USE off_write 
    1573       USE off_data 
     1572      USE ooo_write 
     1573      USE ooo_data 
    15741574      IMPLICIT NONE 
    15751575      !! * Arguments 
     
    17341734 
    17351735         ! Initialise class 4 file 
    1736          CALL off_wri_init(cconf, csys, ckind, cversion, ccont, cinst, cdate, & 
     1736         CALL ooo_wri_init(cconf, csys, ckind, cversion, ccont, cinst, cdate, & 
    17371737                         & kproc, kobs, kvars, kdeps, kfcst, & 
    17381738                         & clfilename) 
    17391739 
    17401740         ! Write standard variables 
    1741          CALL off_wri_default(clfilename, kobs, kvars, kfcst, kdeps, & 
     1741         CALL ooo_wri_default(clfilename, kobs, kvars, kfcst, kdeps, & 
    17421742                            & ctype, cwmo, cunit, cvarname, & 
    17431743                            & plam, pphi, pdep, ptim, pob, plead, & 
     
    17481748              (TRIM(cdtmp) == "persistence") ) THEN 
    17491749            !! 4D variables 
    1750             CALL off_wri_extra(clfilename, TRIM(cdtmp), kdeps, kfcst, & 
     1750            CALL ooo_wri_extra(clfilename, TRIM(cdtmp), kdeps, kfcst, & 
    17511751                            &  kvars, kobs, (/ 1,ij,1,1 /), (/ kdeps,1,kvars,kobs /), pmod) 
    17521752         ELSE 
    17531753            !! 3D variables 
    1754             CALL off_wri_extra(clfilename, TRIM(cdtmp), kdeps, & 
     1754            CALL ooo_wri_extra(clfilename, TRIM(cdtmp), kdeps, & 
    17551755                            &  kvars, kobs, (/ 1,1,1 /), (/ kdeps,kvars,kobs /), pmod) 
    17561756         ENDIF 
Note: See TracChangeset for help on using the changeset viewer.