NOC-MSM / pyBDY

pyBDY: a Python based regional NEMO model configuration toolbox.
GNU General Public License v3.0
7 stars 7 forks source link

Unexpected output. 2 instead of 4 edges in output #99

Closed jpolton closed 1 year ago

jpolton commented 1 year ago

Message from Byoung:

I would like to ask you for some advice as I have some difficulties in generating BDY using pyNEMO. My model domain has 4 (N-,S-, E, W-) open boundaries, but pyNEMO generates only 2 (W-, S-) boundaries as I have attached in this email. Therefore could you tell me where I have to go for the codes in order to change?

coords tmp

jpolton commented 1 year ago

Issue resolved by setting changing the mask handling. (In this case setting ln_mask_file=.false. in the namelist.bdy file)