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 15788 for NEMO/branches/UKMO/NEMO_4.0.4_CO9_wadcpl/src/OCE/SBC/tideini.F90 – NEMO

Ignore:
Timestamp:
2022-04-22T12:12:35+02:00 (2 years ago)
Author:
jmedwards01
Message:

Merged in r14075_India_uncoupled to avoid a clash.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/NEMO_4.0.4_CO9_wadcpl/src/OCE/SBC/tideini.F90

    r15784 r15788  
    3333   INTEGER , PUBLIC ::   kt_tide         !: 
    3434   REAL(wp), PUBLIC ::   rdttideramp     !: 
     35   REAL(wp), PUBLIC ::   dn_love_number  !: 
    3536   REAL(wp), PUBLIC ::   rn_scal_load    !: 
    3637   ! davbyr - read love number from namelist 
     
    8182            WRITE(numout,*) '         Read load potential from file           ln_read_load = ', ln_read_load 
    8283            WRITE(numout,*) '         Apply ramp on tides at startup          ln_tide_ramp = ', ln_tide_ramp 
     84            WRITE(numout,*) '                                              dn_love_number  = ', dn_love_number 
    8385            WRITE(numout,*) '         Fraction of SSH used in scal. approx.   rn_scal_load = ', rn_scal_load 
    8486            WRITE(numout,*) '         Duration (days) of ramp                 rdttideramp  = ', rdttideramp 
     
    104106      END DO 
    105107      !        
     108      IF (ln_tide .and.lwp) WRITE(numout,*) 'nb_harmo     = ', nb_harmo 
     109 
    106110      ! Ensure that tidal components have been set in namelist_cfg 
    107111      IF( nb_harmo == 0 )   CALL ctl_stop( 'tide_init : No tidal components set in nam_tide' ) 
Note: See TracChangeset for help on using the changeset viewer.