File |
Line number |
Procedure |
Code |
./pkg/seaice/SEAICE_PARAMS.h |
251 |
NO PROCEDURE |
INTEGER SEAICE_OLx, SEAICE_OLy |
./pkg/seaice/SEAICE_PARAMS.h |
275 |
NO PROCEDURE |
& SEAICE_JFNK_lsIter, SEAICE_OLx, SEAICE_OLy, |
./pkg/seaice/seaice_check.F |
687 |
SEAICE_CHECK |
IF ( SEAICE_OLx .GT. OLx-2 .OR. SEAICE_OLy .GT. OLy-2 .OR. |
./pkg/seaice/seaice_check.F |
688 |
SEAICE_CHECK |
& SEAICE_OLx .LT. 0 .OR. SEAICE_OLy .LT. 0 ) THEN |
./pkg/seaice/seaice_check.F |
690 |
SEAICE_CHECK |
& SEAICE_OLx, '/', SEAICE_OLy |
./pkg/seaice/seaice_check.F |
706 |
SEAICE_CHECK |
IF ( SEAICE_OLx .GT. OLx-3 .OR. SEAICE_OLy .GT. OLy-3 ) THEN |
./pkg/seaice/seaice_check.F |
709 |
SEAICE_CHECK |
& SEAICE_OLx, '/', SEAICE_OLy |
./pkg/seaice/seaice_lsr.F |
1434 |
SEAICE_LSR_CALC_COEFFS |
& (SEAICE_OLx.GT.0 .OR. SEAICE_OLy.GT.0) ) .OR. |
./pkg/seaice/seaice_lsr.F |
163 |
SEAICE_LSR |
jMin = 1 - SEAICE_OLy |
./pkg/seaice/seaice_lsr.F |
164 |
SEAICE_LSR |
jMax = sNy + SEAICE_OLy |
./pkg/seaice/seaice_preconditioner.F |
131 |
SEAICE_PRECONDITIONER |
jMin = 1-SEAICE_OLy |
./pkg/seaice/seaice_preconditioner.F |
132 |
SEAICE_PRECONDITIONER |
jMax = sNy+SEAICE_OLy |
./pkg/seaice/seaice_readparms.F |
127 |
SEAICE_READPARMS |
& SEAICE_JFNKepsilon, SEAICE_OLx, SEAICE_OLy, |
./pkg/seaice/seaice_readparms.F |
322 |
SEAICE_READPARMS |
SEAICE_OLy = UNSET_I |
./pkg/seaice/seaice_readparms.F |
851 |
SEAICE_READPARMS |
IF ( SEAICE_OLy.EQ.UNSET_I ) THEN |
./pkg/seaice/seaice_readparms.F |
852 |
SEAICE_READPARMS |
SEAICE_OLy = 0 |
./pkg/seaice/seaice_readparms.F |
854 |
SEAICE_READPARMS |
SEAICE_OLy = OLy-2 |
./pkg/seaice/seaice_readparms.F |
856 |
SEAICE_READPARMS |
IF ( SEAICE_2ndOrderBC ) SEAICE_OLy = OLy-3 |
./pkg/seaice/seaice_summary.F |
227 |
SEAICE_SUMMARY |
CALL WRITE_0D_I ( SEAICE_OLy, INDEX_NONE, |