mask_psi changing between input and output

Bug reports, work arounds and fixes

Moderators: arango, robertson

Post Reply
Message
Author
swarner
Posts: 2
Joined: Tue Apr 17, 2007 2:53 am
Location: University of Washington

mask_psi changing between input and output

#1 Unread post by swarner »

My model is crashing after about only 20 time steps and I'm in the process of debugging. In the output netCDF files, a number of points in mask_psi have been changed from 0 to 2. The other masks (mask_rho, mask_u and mask_v) all seem to be unaltered from the way I set them to be in my input netCDF files. Any suggestions or thoughts as to how I might fix this?

thank you,
Sally

User avatar
kate
Posts: 4088
Joined: Wed Jul 02, 2003 5:29 pm
Location: CFOS/UAF, USA

Re: mask_psi changing between input and output

#2 Unread post by kate »

Are you sure this is causing you grief? It is being done quite intentionally in metrics.F:
!-----------------------------------------------------------------------
! Set slipperiness (no-slip) mask at PSI-points.
!-----------------------------------------------------------------------
!
! Set no-slip boundary conditions on land-mask boundaries regardless of
! supplied value of gamma2.

swarner
Posts: 2
Joined: Tue Apr 17, 2007 2:53 am
Location: University of Washington

Re: mask_psi changing between input and output

#3 Unread post by swarner »

Hi Kate,

Thanks for your response. I thought that my problem might be due to the mask because I have some very anomalous temperatures and salinities (negative and/or order 10^3 magnitude) in grid boxes near the mask. But no, I am definitely not sure that the mask is the source of my errors. I'll keep debugging and look for some other reason that it's crashing.

thanks,
Sally

Post Reply