File |
Line number |
Procedure |
Code |
./pkg/seaice/seaice_do_ridging.F |
197 |
SEAICE_DO_RIDGING |
openingRate(i,j) = closingRate(i,j) + divAdv |
./pkg/seaice/seaice_do_ridging.F |
233 |
SEAICE_DO_RIDGING |
openingRate(i,j) = openingRate(i,j) * tmpFac |
./pkg/seaice/seaice_do_ridging.F |
248 |
SEAICE_DO_RIDGING |
openingRate(i,j) = openingRate(i,j) * tmpFac |
./pkg/seaice/seaice_do_ridging.F |
262 |
SEAICE_DO_RIDGING |
& + openingRate(i,j)*SEAICE_deltaTtherm |
./pkg/seaice/seaice_do_ridging.F |
418 |
SEAICE_DO_RIDGING |
openingRate(i,j) = MAX( 0. _d 0, divAdv) |
./pkg/seaice/seaice_do_ridging.F |
422 |
SEAICE_DO_RIDGING |
openingRate(i,j) = 0. _d 0 |
./pkg/seaice/seaice_do_ridging.F |
79 |
SEAICE_DO_RIDGING |
_RL openingRate (1-OLx:sNx+OLx,1-OLy:sNy+OLy) |