MODULE domain !!============================================================================== !! *** MODULE domain *** !! Ocean initialization : domain initialization !!============================================================================== !!---------------------------------------------------------------------- !! dom_init : initialize the space and time domain !! dom_nam : read and contral domain namelists !! dom_ctl : control print for the ocean domain !!---------------------------------------------------------------------- !! * Modules used USE oce ! USE dom_oce ! ocean space and time domain USE phycst ! physical constants USE in_out_manager ! I/O manager USE lib_mpp ! distributed memory computing library USE domstp ! domain: set the time-step USE domrea ! domain: write the meshmask file USE dommsk ! domain : mask IMPLICIT NONE PRIVATE !! * Routine accessibility PUBLIC dom_init ! called by opa.F90 ! !!! ** Namelist namzgr_sco ** REAL(wp) :: rn_sbot_min = 300. ! minimum depth of s-bottom surface (>0) (m) REAL(wp) :: rn_sbot_max = 5250. ! maximum depth of s-bottom surface (= ocean depth) (>0) (m) REAL(wp) :: rn_theta = 6.0 ! surface control parameter (0<=rn_theta<=20) REAL(wp) :: rn_thetb = 0.75 ! bottom control parameter (0<=rn_thetb<= 1) REAL(wp) :: rn_rmax = 0.15 ! maximum cut-off r-value allowed (0