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 |
165 |
SEAICE_LSR |
iMin = 1 - SEAICE_OLx |
./pkg/seaice/seaice_lsr.F |
166 |
SEAICE_LSR |
iMax = sNx + SEAICE_OLx |
./pkg/seaice/seaice_preconditioner.F |
133 |
SEAICE_PRECONDITIONER |
iMin = 1-SEAICE_OLx |
./pkg/seaice/seaice_preconditioner.F |
134 |
SEAICE_PRECONDITIONER |
iMax = sNx+SEAICE_OLx |
./pkg/seaice/seaice_readparms.F |
127 |
SEAICE_READPARMS |
& SEAICE_JFNKepsilon, SEAICE_OLx, SEAICE_OLy, |
./pkg/seaice/seaice_readparms.F |
321 |
SEAICE_READPARMS |
SEAICE_OLx = UNSET_I |
./pkg/seaice/seaice_readparms.F |
843 |
SEAICE_READPARMS |
IF ( SEAICE_OLx.EQ.UNSET_I ) THEN |
./pkg/seaice/seaice_readparms.F |
844 |
SEAICE_READPARMS |
SEAICE_OLx = 0 |
./pkg/seaice/seaice_readparms.F |
846 |
SEAICE_READPARMS |
SEAICE_OLx = OLx-2 |
./pkg/seaice/seaice_readparms.F |
848 |
SEAICE_READPARMS |
IF ( SEAICE_2ndOrderBC ) SEAICE_OLx = OLx-3 |
./pkg/seaice/seaice_summary.F |
225 |
SEAICE_SUMMARY |
CALL WRITE_0D_I ( SEAICE_OLx, INDEX_NONE, |