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 2952 – NEMO

Changeset 2952


Ignore:
Timestamp:
2011-10-18T13:47:07+02:00 (13 years ago)
Author:
cbricaud
Message:

Reorganize tidal potential in SBC

Location:
branches/2011/dev_r2787_MERCATOR3_tidalpot/NEMOGCM/NEMO/OPA_SRC
Files:
4 added
4 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • branches/2011/dev_r2787_MERCATOR3_tidalpot/NEMOGCM/NEMO/OPA_SRC/DYN/dynspg_ts.F90

    r2920 r2952  
    3535   USE bdydyn          ! unstructured open boundaries 
    3636   USE bdytides        ! tidal forcing at unstructured open boundaries. 
    37    USE tideini 
     37   USE sbctide 
    3838   USE updtide 
    3939   USE lib_mpp         ! distributed memory computing library 
  • branches/2011/dev_r2787_MERCATOR3_tidalpot/NEMOGCM/NEMO/OPA_SRC/step.F90

    r2920 r2952  
    9797      IF( lk_dtasal  )   CALL dta_sal( kstp )         ! update 3D salinity data 
    9898                         CALL sbc    ( kstp )         ! Sea Boundary Condition (including sea-ice) 
    99       IF( lk_tide    )   CALL tide_init( kstp ) 
     99      IF( lk_tide    )   CALL sbc_tide( kstp ) 
    100100      IF( lk_obc     )   CALL obc_dta( kstp )         ! update dynamic and tracer data at open boundaries 
    101101      IF( lk_obc     )   CALL obc_rad( kstp )         ! compute phase velocities at open boundaries 
  • branches/2011/dev_r2787_MERCATOR3_tidalpot/NEMOGCM/NEMO/OPA_SRC/step_oce.F90

    r2920 r2952  
    2323   USE sbccpl           ! surface boundary condition: coupled formulation (call send at end of step) 
    2424   USE cpl_oasis3, ONLY : lk_cpl 
    25    USE tideini          ! Tide initialisation 
     25   USE sbctide          ! Tide initialisation 
    2626 
    2727   USE traqsr           ! solar radiation penetration      (tra_qsr routine) 
Note: See TracChangeset for help on using the changeset viewer.