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 3954 for branches/2013/dev_r3853_CNRS9_ConfSetting/NEMOGCM/NEMO/OPA_SRC/BDY – NEMO

Ignore:
Timestamp:
2013-07-03T16:20:05+02:00 (11 years ago)
Author:
clevy
Message:

Configuration setting/Step2, additions, see ticket:#1074

Location:
branches/2013/dev_r3853_CNRS9_ConfSetting/NEMOGCM/NEMO/OPA_SRC/BDY
Files:
2 edited

Legend:

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

    r3901 r3954  
    441441      ! Read namelists 
    442442      ! -------------- 
     443      REWIND(numnam_ref) 
    443444      REWIND(numnam_cfg) 
    444445      jfld = 0  
    445446      DO ib_bdy = 1, nb_bdy          
    446447         IF( nn_dta(ib_bdy) .eq. 1 ) THEN 
     448 
     449            READ  ( numnam_ref, nambdy_dta, IOSTAT = ios, ERR = 901) 
     450901         IF( ios /= 0 ) CALL ctl_nam ( ios , 'nambdy_dta in reference namelist', lwp ) 
    447451 
    448452            READ  ( numnam_cfg, nambdy_dta, IOSTAT = ios, ERR = 902 ) 
  • branches/2013/dev_r3853_CNRS9_ConfSetting/NEMOGCM/NEMO/OPA_SRC/BDY/bdytides.F90

    r3901 r3954  
    107107 
    108108            ! Don't REWIND here - may need to read more than one of these namelists.  
     109            READ  ( numnam_ref, nambdy_tide, IOSTAT = ios, ERR = 901) 
     110901         IF( ios /= 0 ) CALL ctl_nam ( ios , 'nambdy_tide in reference namelist', lwp ) 
    109111            READ  ( numnam_cfg, nambdy_tide, IOSTAT = ios, ERR = 902 ) 
    110112902         IF( ios /= 0 ) CALL ctl_nam ( ios , 'nambdy_tide in configuration namelist', lwp ) 
Note: See TracChangeset for help on using the changeset viewer.