| File |
Line number |
Procedure |
Code |
|
./pkg/seaice/seaice_do_ridging.F |
194 |
SEAICE_DO_RIDGING |
openingRate(i,j) = closingRate(i,j) + divAdv |
|
./pkg/seaice/seaice_do_ridging.F |
230 |
SEAICE_DO_RIDGING |
openingRate(i,j) = openingRate(i,j) * tmpFac |
|
./pkg/seaice/seaice_do_ridging.F |
245 |
SEAICE_DO_RIDGING |
openingRate(i,j) = openingRate(i,j) * tmpFac |
|
./pkg/seaice/seaice_do_ridging.F |
259 |
SEAICE_DO_RIDGING |
& + openingRate(i,j)*SEAICE_deltaTtherm |
|
./pkg/seaice/seaice_do_ridging.F |
415 |
SEAICE_DO_RIDGING |
openingRate(i,j) = MAX( 0. _d 0, divAdv) |
|
./pkg/seaice/seaice_do_ridging.F |
419 |
SEAICE_DO_RIDGING |
openingRate(i,j) = 0. _d 0 |
|
./pkg/seaice/seaice_do_ridging.F |
76 |
SEAICE_DO_RIDGING |
_RL openingRate (1-OLx:sNx+OLx,1-OLy:sNy+OLy) |