-
This is a bit of a catch-all issue for problems that I've noticed while running MOM6 on raijin in Aus. Also I'm able to run valgrind on the compute nodes there, this may reveal some issues which I'll …
-
```
at present Gat and DGat are computed by dividing by OBL_depth and ws_OBL and
wm_OBL.
in the case of zero forcing ws/wm can be zero.
below is a hack that corrects this possible divide by zero an…
-
Hi:
I tried to compile HiFiLES in a cluster (which has Tesla k20m installed ).
However, I met such a error:
nvcc -D_GPU -I/usr/local/cuda-6.0/include/ -gencode=arch=compute_30,code=sm_30 -…
-
There seems to be a problem with edgeTangentVectors, at least in a previous version of develop. I observe these problems in a branch of mine that is based on an old version of develop, prior to pools:…
-
```
Two related issues:
1) cvmix_put_int writes an integer value into real(cvmix_r8) variables. We
should explicitly set them to real(val, cvmix_r8).
2) It looks like not all the variables in cvmix…
-
```
in cvmix_kpp.F90 the allocate of OBL_{diff,visa} does not have a corresponding
deallocate.
```
Original issue reported on code.google.com by `todd.rin...@mac.com` on 20 Aug 2013 at 4:42
-
```
All the cvmix_[module]_params_type structures should have a flag for
determining what to do with the newly computed diffusivity and viscosity.
Options should include at least the following:
1) …
-
```
Rather than using intent(inout) for visc and diff, the low level should have
separate intent(in) and intent(out) arrays. The high-level / wrapped routines
should use the 'old_vals' parameter set…
-
```
Rather than have visc_iface(nlev+1) and diff_iface(nlev+1,2), use
Vdiff_iface(nlev+1) -- viscosity is momentum diffusivity
Tdiff_iface(nlev+1) -- diff_iface(nlev+1,1) is temperature diffusivity
S…
-
We are running a zonally re-entrant setup on a spherical grid forced by restoring buoyancy at the surface. It seems that the model is not conserving zonal angular momemtum. We have `NOSLIP = True` in …