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 4132 for branches/2013/dev_r3987_UKMO4_OBS/NEMOGCM/NEMO – NEMO

Ignore:
Timestamp:
2013-10-25T12:57:37+02:00 (11 years ago)
Author:
andrewryan
Message:

renamed namoff to namooo to further reduce confusion with OFF_SRC, documentation, quick script, example namelist and data module have been updated and tested to reflect this change

Location:
branches/2013/dev_r3987_UKMO4_OBS/NEMOGCM/NEMO/OOO_SRC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_r3987_UKMO4_OBS/NEMOGCM/NEMO/OOO_SRC/ooo.nml

    r4120 r4132  
    11 
    22!---------------------------------------------------------------------- 
    3 !       namoff Offline obs_oper namelist 
     3!       namooo Offline obs_oper namelist 
    44!---------------------------------------------------------------------- 
    55!   ooo_files     specifies the files containing the model counterpart 
    66!   nn_ooo_idx    specifies the index within the model file 
    77!   nn_ooo_freq   specifies the number of timesteps between file reads 
    8 &namoff 
     8&namooo 
    99   ooo_files = 'fcst.0.nc' 
    1010   nn_ooo_idx = 1 
  • branches/2013/dev_r3987_UKMO4_OBS/NEMOGCM/NEMO/OOO_SRC/ooo_data.F90

    r4117 r4132  
    5555 
    5656      ! Standard offline obs_oper information 
    57       NAMELIST/namoff/ooo_files, nn_ooo_idx, nn_ooo_freq 
     57      NAMELIST/namooo/ooo_files, nn_ooo_idx, nn_ooo_freq 
    5858 
    5959      ! Class 4 file specifiers 
     
    8585 
    8686      ! Standard offline obs_oper settings 
    87       READ(numnam, namoff) 
     87      READ(numnam, namooo) 
    8888 
    8989      ! Read class 4 output settings 
     
    108108         WRITE(numout,*) 'offline obs_oper : Initialization' 
    109109         WRITE(numout,*) '~~~~~~~~~~~~~~~~~' 
    110          WRITE(numout,*) '   Namelist namoff : set offline obs_oper parameters'  
     110         WRITE(numout,*) '   Namelist namooo : set offline obs_oper parameters'  
    111111         DO jf = 1, n_files 
    112112            WRITE(numout,'(1X,2A)') '   Input forecast file name          forecastfile = ', & 
Note: See TracChangeset for help on using the changeset viewer.