! -------------------------------------------------------------------- !
! Define the type 3, source terms via SOURCE_NML namelist
!
! Table of 1-D S(f) content : 
!   - time, station id, station name, longitude, latitude
!   - frequency : unit Hz, center band frequency
!   - ef(frequency)   : 1D spectral density
!   - Sin(frequency)  : input source term
!   - Snl(frequency)  : non linear interactions source term
!   - Sds(frequency)  : dissipation source term
!   - Sbt(frequency)  : bottom source term
!   - Sice(frequency) : ice source term
!   - Stot(frequency) : total source term
!   - dpt, ust, wnd : mean parameters
!
! Table of 1-D inverse time scales (1/T = S/F) content : 
!   - time, station id, station name, longitude, latitude
!   - frequency : unit Hz, center band frequency
!   - ef(frequency)   : 1D spectral density
!   - tini(frequency)  : input inverse time scales source term
!   - tnli(frequency)  : non linear interactions inverse time scales source term
!   - tdsi(frequency)  : dissipation inverse time scales source term
!   - tbti(frequency)  : bottom inverse time scales source term
!   - ticei(frequency) : ice inverse time scales source term
!   - ttoti(frequency) : total inverse time scales source term
!   - dpt, ust, wnd : mean parameters
!
! Transfert file content :
!   - time, station id, station name, longitude, latitude 
!   - frequency : unit Hz, center band frequency - linear log scale (XFR factor)
!   - frequency1 : unit Hz, lower band frequency
!   - frequency2 : unit Hz, upper band frequency
!   - direction : unit degree, convention to, origin East, trigonometric order
!   - efth(frequency,direction) : 2D spectral density
!   - Sin(frequency,direction)  : input source term
!   - Snl(frequency,direction)  : non linear interactions source term
!   - Sds(frequency,direction)  : dissipation source term
!   - Sbt(frequency,direction)  : bottom source term
!   - Sice(frequency,direction) : ice source term
!   - Stot(frequency,direction) : total source term
!   - dpt, wnd, wnddir, cur, curdir, ust : mean parameters
!
!
! * namelist must be terminated with /
! * definitions & defaults:
!     SOURCE%OUTPUT         = 4            ! 1: Print plots
!                                          ! 2: Table of 1-D S(f)
!                                          ! 3: Table of 1-D inverse time scales (1/T = S/F)
!                                          ! 4: Transfer file
!     SOURCE%SCALE_FAC     = 0             ! Scale factor (-1=disabled)
!     SOURCE%OUTPUT_FAC    = 0             ! Output factor (0=normalized)
!     SOURCE%TABLE_FAC     = 0             ! Table factor 
!                                                          0 : Dimensional.
!                                                          1 : Nondimensional in terms of U10
!                                                          2 : Nondimensional in terms of U*
!                                                          3-5: like 0-2 with f normalized with fp.
!     SOURCE%SPECTRUM      = T             ! [T|F]
!     SOURCE%INPUT         = T             ! [T|F]
!     SOURCE%INTERACTIONS  = T             ! [T|F]
!     SOURCE%DISSIPATION   = T             ! [T|F]
!     SOURCE%BOTTOM        = T             ! [T|F]
!     SOURCE%ICE           = T             ! [T|F]
!     SOURCE%TOTAL         = T             ! [T|F]
! -------------------------------------------------------------------- !
