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 2865 for branches/2011/UKMO_MERCATOR_obc_bdy_merge/NEMOGCM/NEMO/OPA_SRC/DYN/dynnxt.F90 – NEMO

Ignore:
Timestamp:
2011-09-27T14:33:01+02:00 (13 years ago)
Author:
davestorkey
Message:
  1. Updates for dynspg_exp option.
  2. Implement time_offset functionality in obc_dta.
  3. Add option to specify boundaries in the namelist.
  4. Re-activate obc_vol option.
  5. Update to namelist control of tidal harmonics.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2011/UKMO_MERCATOR_obc_bdy_merge/NEMOGCM/NEMO/OPA_SRC/DYN/dynnxt.F90

    r2818 r2865  
    3131   USE obc_oce         ! ocean open boundary conditions 
    3232   USE obcdta          ! ocean open boundary conditions 
    33    USE obcdyn3d        ! ocean open boundary conditions 
     33   USE obcdyn          ! ocean open boundary conditions 
    3434   USE obcvol          ! ocean open boundary condition (obc_vol routines) 
    3535   USE in_out_manager  ! I/O manager 
     
    153153# if defined key_obc 
    154154      !                                !* OBC open boundaries 
    155       IF( .NOT. lk_dynspg_flt ) THEN 
    156  
    157          CALL obc_dyn3d( kt ) 
     155      IF( lk_dynspg_exp ) CALL obc_dyn( kt ) 
     156      IF( lk_dynspg_ts )  CALL obc_dyn( kt, dyn3d_only=.true. ) 
    158157 
    159158!!$!!gm ERROR - potential BUG: sshn should not be modified at this stage !!   ssh_nxt not alrady called 
     
    163162!!$         ! 
    164163!!$         IF(ln_ctl)   CALL prt_ctl( tab2d_1=sshn, clinfo1=' ssh      : ', mask1=tmask ) 
    165  
    166       ENDIF 
    167164      ! 
    168165# endif 
Note: See TracChangeset for help on using the changeset viewer.