gavin971 / cvmix

Automatically exported from code.google.com/p/cvmix
0 stars 0 forks source link

Naming convention doesn't match Steve's document #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
See my comment in r157 -- basically, Steve's manual has a great chart (Figure 
2.1) that defines the following:

zt: cell center depth
dzt: cell width (distance from top interface to bottom interface)
zw: cell interface depth
dzw: distance between cell centers (dzw(1) = surface to center of cell 1, 
dzw(nlev+1) = center of cell nlev to ocean bottom)

That doesn't quite match the declarations in cvmix_kinds_and_types.

Original issue reported on code.google.com by mike.lev...@gmail.com on 7 Jun 2013 at 9:04

GoogleCodeExporter commented 9 years ago
Slight progress: the cvmix_put statements match the document but the datatype 
attribute names are still wrong (I don't want to change the attribute names 
until after warning everyone in a telecon so this issue should be fixed by 
Monday afternoon)

Original comment by mike.lev...@gmail.com on 7 Jun 2013 at 11:09

GoogleCodeExporter commented 9 years ago
Fixed as of r161 -- further testing included Cray+gnu, Cray+pgi, Linux+nagfor, 
Linux+intel and everything came back fine.

Original comment by mike.lev...@gmail.com on 10 Jun 2013 at 10:49