Hi all,
There is a bug in the calculation of the u-component quadratic ice shelf cavity stress (sustr).
Line 353 in set_vbc.F:
cff2=SQRT(u(i,j,N(ng),nrhs)*u(i,j,N(ng),nrhs)+cff2*cff2)
should read:
cff2=SQRT(u(i,j,N(ng),nrhs)*u(i,j,N(ng),nrhs)+cff1*cff1)
Cheers,
Ben Galton-Fenzi
Bug in quadratic ice shelf cavity stress
- arango
- Site Admin
- Posts: 1367
- Joined: Wed Feb 26, 2003 4:41 pm
- Location: DMCS, Rutgers University
- Contact:
Re: Bug in quadratic ice shelf cavity stress
Yes, thank you. I corrected this bug in the adjoint codes but I forgot to correct it in the nonlinear model. I updated the repository, check the following track ticket.
Thank you for reporting this bug
Thank you for reporting this bug