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

Ignore:
Timestamp:
2013-10-23T22:32:11+02:00 (11 years ago)
Author:
andrewryan
Message:

updated naming convention of variables to eliminate confusion with OFF_SRC variables

File:
1 edited

Legend:

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

    r4110 r4117  
    7575         DO WHILE ( istp <= nitend .AND. nstop == 0 ) 
    7676            IF (jifile <= n_files + 1) THEN 
    77                IF ( MOD(istp, nn_off_freq) == nit000 ) THEN 
     77               IF ( MOD(istp, nn_ooo_freq) == nit000 ) THEN 
    7878                  !! Read next model counterpart 
    7979                  CALL ooo_rea_dri(jifile) 
Note: See TracChangeset for help on using the changeset viewer.