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 14266 for NEMO/branches/NERC/NEMO_4.0.4_CO9_package_tides/src/OCE/SBC/tideini.F90 – NEMO

Ignore:
Timestamp:
2021-01-05T19:23:36+01:00 (3 years ago)
Author:
dbyrne
Message:

Long period tide forcing, variable love number, new nodal equation 20 added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/NERC/NEMO_4.0.4_CO9_package_tides/src/OCE/SBC/tideini.F90

    r14075 r14266  
    3434   REAL(wp), PUBLIC ::   rdttideramp     !: 
    3535   REAL(wp), PUBLIC ::   rn_scal_load    !: 
     36   ! davbyr - read love number from namelist 
     37   REAL(wp), PUBLIC ::   dn_love_number  !: 
     38   ! END davbyr 
    3639   CHARACTER(lc), PUBLIC ::   cn_tide_load   !:  
    3740 
     
    5457      ! 
    5558      NAMELIST/nam_tide/ln_tide, ln_tide_pot, ln_scal_load, ln_read_load, cn_tide_load, & 
    56                   &     ln_tide_ramp, rn_scal_load, rdttideramp, clname 
     59                  &     ln_tide_ramp, rn_scal_load, rdttideramp, dn_love_number, clname 
    5760      !!---------------------------------------------------------------------- 
    5861      ! 
     
    8083            WRITE(numout,*) '         Fraction of SSH used in scal. approx.   rn_scal_load = ', rn_scal_load 
    8184            WRITE(numout,*) '         Duration (days) of ramp                 rdttideramp  = ', rdttideramp 
     85            ! davbyr - Love number (one line) 
     86            WRITE(numout,*) '         Love Number                             dn_love_number = ', dn_love_number 
    8287         ENDIF 
    8388      ELSE 
Note: See TracChangeset for help on using the changeset viewer.