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 10685 for branches/UKMO/r8395_India_uncoupled/NEMOGCM/NEMO/OPA_SRC/SBC/tideini.F90 – NEMO

Ignore:
Timestamp:
2019-02-14T16:55:25+01:00 (5 years ago)
Author:
jcastill
Message:

Changes as Ash's files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/r8395_India_uncoupled/NEMOGCM/NEMO/OPA_SRC/SBC/tideini.F90

    r10684 r10685  
    3131   INTEGER , PUBLIC ::   kt_tide         !: 
    3232   REAL(wp), PUBLIC ::   rdttideramp     !: 
    33     
     33   REAL(wp), PUBLIC ::   dn_love_number  !: 
    3434   INTEGER , PUBLIC, ALLOCATABLE, DIMENSION(:) ::   ntide   !: 
    3535 
     
    4949      INTEGER  ::   ios                 ! Local integer output status for namelist read 
    5050      ! 
    51       NAMELIST/nam_tide/ln_tide, ln_tide_pot, ln_tide_ramp, rdttideramp, clname 
     51      NAMELIST/nam_tide/ln_tide, ln_tide_pot, ln_tide_ramp, rdttideramp, dn_love_number, clname 
    5252      !!---------------------------------------------------------------------- 
    5353      ! 
     
    7070            WRITE(numout,*) '              Use tidal components : ln_tide      = ', ln_tide 
    7171            WRITE(numout,*) '      Apply astronomical potential : ln_tide_pot  = ', ln_tide_pot 
    72             WRITE(numout,*) '                                     nb_harmo     = ', nb_harmo 
    7372            WRITE(numout,*) '                                     ln_tide_ramp = ', ln_tide_ramp 
    74             WRITE(numout,*) '                                     rdttideramp  = ', rdttideramp 
     73            WRITE(numout,*) '                                     dn_love_number = ', dn_love_number 
    7574         ENDIF 
    7675      ELSE 
     
    8988         END DO 
    9089      END DO 
    91       !        
     90      IF (ln_tide .and.lwp) WRITE(numout,*) '                                     nb_harmo     = ', nb_harmo 
     91 
    9292      ! Ensure that tidal components have been set in namelist_cfg 
    9393      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.