Hi Jérôme,
Sorry for the delay, I was away on summer vacation.
My setup is based on a subset of the CIOPS-East configuration ( Coastal Ice-Ocean Prediction System for the East Coast of Canada (CIOPS-East) - Open Government Portal ). I extracted the Gulf of St. Lawrence domain, with open boundaries located at Cabot Strait and the Strait of Belle Isle.
The model uses the same grid as CIOPS-East, but over a smaller domain. The open boundary conditions are provided from the hourly CIOPS-East solutions produced by ECCC.
My stable boundary configuration for simulation 1 is shown below:
!-----------------------------------------------------------------------
&nambdy ! unstructured open boundaries ("key_bdy")
!-----------------------------------------------------------------------
nb_bdy = 2 ! number of open boundary sets
ln_coords_file = .false.,.false., ! =T : read bdy coordinates from file
cn_coords_file = '' ! bdy coordinates files
ln_mask_file = .false. ! =T : read mask from file
cn_mask_file = '' ! name of mask file (if ln_mask_file=.TRUE.)
cn_dyn2d = 'flather','flather' !
nn_dyn2d_dta = 1,1 ! = 0, bdy data are equal to the initial state
cn_dyn3d = 'specified','specified'
nn_dyn3d_dta = 1,1 ! = 0, bdy data are equal to the initial state
cn_tra = 'specified','specified'
nn_tra_dta = 1,1 ! = 0, bdy data are equal to the initial state
cn_ice_lim = 'none','none' !
nn_ice_lim_dta = 0,0 ! = 0, bdy data are equal to the initial state
rn_ice_tem = 270. ! lim3 only: arbitrary temperature of incoming sea ice
rn_ice_sal = 10. ! lim3 only: -- salinity --
rn_ice_age = 30. ! lim3 only: -- age --
ln_tra_dmp =.false.,.false. ! open boudaries conditions for tracers SBD true
ln_dyn3d_dmp =.false.,.false. ! open boundary condition for baroclinic velocities SBD true
rn_time_dmp = 1.,1. ! Damping time scale in days
rn_time_dmp_out = 1.,1. ! Outflow damping time scale SBD 1.
nn_rimwidth = 10,10 ! width of the relaxation zone
ln_vol = .false. ! total volume correction (see nn_volctl parameter)
nn_volctl = 1 ! 1 ==> the total volume is constant
/
!-----------------------------------------------------------------------
&nambdy_index ! structured open boundaries definition ("key_bdy") CABOT S
!-----------------------------------------------------------------------
ctypebdy ='S' ! Open boundary type (W,E,S or N)
nbdyind = 51 ! indice of velocity row or column
nbdybeg = 385 ! indice of segment start
nbdyend = 555 ! indice of segment end
/
!-----------------------------------------------------------------------
&nambdy_index ! structured open boundaries definition ("key_bdy") CABOT E
!-----------------------------------------------------------------------
ctypebdy ='E' ! Open boundary type (W,E,S or N)
nbdyind = 554 ! indice of velocity row or column
nbdybeg = 51 ! indice of segment start
nbdyend = 360 ! indice of segment end
/
!-----------------------------------------------------------------------
&nambdy_dta ! open boundaries - external data ("key_bdy")
!-----------------------------------------------------------------------
! ! file name ! frequency (hours) ! variable ! time interpol. ! clim ! 'daily'/ ! weights ! rotation ! land/sea mask !
! ! ! (if <0 months) ! name ! (logical) ! (T/F) ! 'monthly' ! filename ! pairing ! filename !
bn_ssh = 'BDY_CIOPS_test2_bc_GSL_s', 1 , '-sossheig' , .true. , .false. , 'daily' , '' , '' , ''
bn_u3d = 'BDY_CIOPS_test2_bc_GSL_s', 1 , '-vozocrtx' , .true. , .false. , 'daily' , '' , '' , ''
bn_v3d = 'BDY_CIOPS_test2_bc_GSL_s', 1 , '-vomecrty' , .true. , .false. , 'daily' , '' , '' , ''
bn_tem = 'BDY_CIOPS_test2_bc_GSL_s', 1 , '-votemper' , .true. , .false. , 'daily' , '' , '' , ''
bn_sal = 'BDY_CIOPS_test2_bc_GSL_s', 1 , '-vosaline' , .true. , .false. , 'daily' , '' , '' , ''
cn_dir = '/home/toto/'
ln_full_vel = .true.
/
!-----------------------------------------------------------------------
&nambdy_dta ! open boundaries - external data ("key_bdy")
!-----------------------------------------------------------------------
! ! file name ! frequency (hours) ! variable ! time interpol. ! clim ! 'daily'/ ! weights ! rotation ! land/sea mask !
! ! ! (if <0 months) ! name ! (logical) ! (T/F) ! 'monthly' ! filename ! pairing ! filename !
bn_ssh = 'BDY_CIOPS_test2_bc_GSL_e', 1 , '-sossheig' , .true. , .false. , 'daily' , '' , '' , ''
bn_u3d = 'BDY_CIOPS_test2_bc_GSL_e', 1 , '-vozocrtx' , .true. , .false. , 'daily' , '' , '' , ''
bn_v3d = 'BDY_CIOPS_test2_bc_GSL_e', 1 , '-vomecrty' , .true. , .false. , 'daily' , '' , '' , ''
bn_tem = 'BDY_CIOPS_test2_bc_GSL_e', 1 , '-votemper' , .true. , .false. , 'daily' , '' , '' , ''
bn_sal = 'BDY_CIOPS_test2_bc_GSL_e', 1 , '-vosaline' , .true. , .false. , 'daily' , '' , '' , ''
cn_dir = '/home/toto/'
ln_full_vel = .true.
/
For the the simulation 2, I provide bn_u2d and bn_v2d and ln_full_vel = .false..