Symbol | Description | Uses |
auxCoeff | helper variable | 4 |
File | Line number | Procedure | Code |
./pkg/seaice/seaice_itd_remap.F | 433 | SEAICE_ITD_REMAP_LINEAR |
_RL auxCoeff |
./pkg/seaice/seaice_itd_remap.F | 464 | SEAICE_ITD_REMAP_LINEAR |
auxCoeff = 6. _d 0 * area(i,j)*recip_etaR |
./pkg/seaice/seaice_itd_remap.F | 466 | SEAICE_ITD_REMAP_LINEAR |
g0(i,j) = auxCoeff*( sixth - etaNoR ) |
./pkg/seaice/seaice_itd_remap.F | 467 | SEAICE_ITD_REMAP_LINEAR |
g1(i,j) = 2. _d 0 * auxCoeff*recip_etaR*( etaNoR - 0.5 _d 0 ) |