Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.1 by dgoldberg, Thu Sep 27 23:37:39 2012 UTC | revision 1.2 by heimbach, Fri Sep 28 02:55:40 2012 UTC | |
|---|---|---|
| # | Line 350 C LOCAL VARIABLES | Line 350 C LOCAL VARIABLES |
| 350 | #else | #else |
| 351 | neu_val = .5 * gravity * | neu_val = .5 * gravity * |
| 352 | & (streamice_density * H_streamice (i,j,bi,bj) ** 2 - | & (streamice_density * H_streamice (i,j,bi,bj) ** 2 - |
| 353 | & streamice_density_ocean_avg * R_low(i,j,bi,bj) ** 2 | & streamice_density_ocean_avg * R_low(i,j,bi,bj) ** 2) |
| 354 | #endif | #endif |
| 355 | ELSE | ELSE |
| 356 | neu_val = .5 * gravity * | neu_val = .5 * gravity * |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.22 |