Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.3 by dgoldberg, Thu Sep 27 20:29:00 2012 UTC | revision 1.4 by heimbach, Fri Sep 28 02:55:40 2012 UTC | |
|---|---|---|
| # | Line 204 C LOCAL VARIABLES | Line 204 C LOCAL VARIABLES |
| 204 | #else | #else |
| 205 | neu_val = .5 * gravity * | neu_val = .5 * gravity * |
| 206 | & (streamice_density * H_streamice (i,j,bi,bj) ** 2 - | & (streamice_density * H_streamice (i,j,bi,bj) ** 2 - |
| 207 | & streamice_density_ocean_avg * R_low(i,j,bi,bj) ** 2 | & streamice_density_ocean_avg * R_low(i,j,bi,bj) ** 2) |
| 208 | #endif | #endif |
| 209 | ELSE | ELSE |
| 210 | neu_val = .5 * gravity * | neu_val = .5 * gravity * |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.22 |