Dear all,
I’m trying to run NEMOv4.0_PISCES-v2 in an offline mode for a regional configuration. I have two open boundaries (W,E) and set then in namelist_cfg as
&nambdy_index ! structured open boundaries definition ("key_bdy")
!-----------------------------------------------------------------------
ctypebdy ='W' ! Open boundary type (W,E,S or N)
nbdyind = 2 ! indice of velocity row or column
! if ==-1, set obc at the domain boundary
! , discard start and end indices
nbdybeg = 95 ! indice of segment start
nbdyend = 353 ! indice of segment end
/
!-----------------------------------------------------------------------
&nambdy_index ! structured open boundaries definition ("key_bdy")
!-----------------------------------------------------------------------
ctypebdy ='E' ! Open boundary type (W,E,S or N)
nbdyind = 1281 ! indice of velocity row or column
! if ==-1, set obc at the domain boundary
! , discard start and end indices
nbdybeg = 486 ! indice of segment start
nbdyend = 496 ! indice of segment end
and
nn_rimwidth = 10,3 ! width of the relaxation zone
What I would like to ask is the format of the OBC files for the passive tracers. What should be their dimensions? They should be contain variables of shape (time_counter,deptht,y,x) where y is always 1 and x is 259x10 (259 is the length of west boundary and 10 is the rimwidth) or something different?
I would be really grateful for any help!
Marilia