Changeset 10839
- Timestamp:
- 2019-04-04T17:55:33+02:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/src/OCE/TDE/tide_mod.F90
r10822 r10839 433 433 zscale = rad / ( 36525._wp * 86400._wp ) 434 434 ! 435 DO jh = 1, nb_harmo435 DO jh = 1, size(ptide_harmo) 436 436 ptide_harmo(jh)%omega = ( zomega_T * ptide_comp( jh )%nT & 437 437 & + zomega_s * ptide_comp( jh )%ns & … … 460 460 !!---------------------------------------------------------------------- 461 461 ! 462 DO jh = 1, nb_harmo462 DO jh = 1, size(ptide_harmo) 463 463 ! Phase of the tidal potential relative to the Greenwhich 464 464 ! meridian (e.g. the position of the fictuous celestial body). Units are radian:
Note: See TracChangeset
for help on using the changeset viewer.