File |
Line number |
Procedure |
Code |
./pkg/seaice/seaice_growth.F |
2546 |
SEAICE_GROWTH |
DIAGarrayB(I,J) = AREA(I,J,bi,bj)-AREApreTH(I,J) |
./pkg/seaice/seaice_growth.F |
2551 |
SEAICE_GROWTH |
CALL DIAGNOSTICS_SCALE_FILL(DIAGarrayB, |
./pkg/seaice/seaice_growth.F |
2555 |
SEAICE_GROWTH |
DIAGarrayB(I,J) = maskC(I,J,kSurface,bi,bj) * |
./pkg/seaice/seaice_growth.F |
2559 |
SEAICE_GROWTH |
CALL DIAGNOSTICS_FILL(DIAGarrayB, |
./pkg/seaice/seaice_growth.F |
2578 |
SEAICE_GROWTH |
DIAGarrayB(I,J) = -maskC(I,J,kSurface,bi,bj)*rhoConstFresh |
./pkg/seaice/seaice_growth.F |
2584 |
SEAICE_GROWTH |
CALL DIAGNOSTICS_FILL(DIAGarrayB,'SIhl ',0,1,3,bi,bj,myThid) |
./pkg/seaice/seaice_growth.F |
297 |
SEAICE_GROWTH |
_RL DIAGarrayB (1:sNx,1:sNy) |
./pkg/seaice/seaice_growth.F |
517 |
SEAICE_GROWTH |
DIAGarrayB(I,J) = AREA(I,J,bi,bj) |
./pkg/seaice/seaice_growth.F |
569 |
SEAICE_GROWTH |
CALL DIAGNOSTICS_FILL(DIAGarrayB,'SIareaPT',0,1,3,bi,bj,myThid) |