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 3901 for branches/2013/dev_r3853_CNRS9_ConfSetting/NEMOGCM/NEMO/OPA_SRC/BDY/bdytides.F90 – NEMO

Ignore:
Timestamp:
2013-05-03T14:35:21+02:00 (11 years ago)
Author:
clevy
Message:

Configuration Setting/Step2, see ticket:#1074

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_r3853_CNRS9_ConfSetting/NEMOGCM/NEMO/OPA_SRC/BDY/bdytides.F90

    r3875 r3901  
    9494      ENDIF 
    9595 
    96       ln_bdytide_2ddta = .FALSE. 
    97       ln_bdytide_conj  = .FALSE. 
    98  
    9996      REWIND(numnam_cfg) 
    10097 
     
    109106            filtide(:) = '' 
    110107 
    111             ! Don't REWIND here - may need to read more than one of these namelists. 
    112             ! Read only configuration namelist to avoid unsecessful overwrite 
    113 !!          REWIND( numnam_ref )              ! Namelist nambdy_tide in reference namelist :  
    114 !!          READ  ( numnam_ref, nambdy_tide, IOSTAT = ios, ERR = 901) 
    115 !!    901   IF( ios /= 0 ) CALL ctl_nam ( ios , 'nambdy_tide in reference namelist', lwp ) 
    116  
    117 !!          REWIND( numnam_cfg )              ! Namelist nambdy_tide in configuration namelist :  
     108            ! Don't REWIND here - may need to read more than one of these namelists.  
    118109            READ  ( numnam_cfg, nambdy_tide, IOSTAT = ios, ERR = 902 ) 
    119110902         IF( ios /= 0 ) CALL ctl_nam ( ios , 'nambdy_tide in configuration namelist', lwp ) 
Note: See TracChangeset for help on using the changeset viewer.