File |
Line number |
Procedure |
Code |
./pkg/diagnostics/diagstats_set_pointers.F |
39 |
DIAGSTATS_SET_POINTERS |
LOGICAL found, addMate2List, inList |
./pkg/diagnostics/diagstats_set_pointers.F |
62 |
DIAGSTATS_SET_POINTERS |
found = .FALSE. |
./pkg/diagnostics/diagstats_set_pointers.F |
67 |
DIAGSTATS_SET_POINTERS |
found = .TRUE. |
./pkg/diagnostics/diagstats_set_pointers.F |
71 |
DIAGSTATS_SET_POINTERS |
IF ( .NOT.found ) THEN |
./pkg/diagnostics/diagstats_set_pointers.F |
77 |
DIAGSTATS_SET_POINTERS |
IF ( found .AND. mate.LE.-1 ) THEN |
./pkg/diagnostics/diagstats_set_pointers.F |
94 |
DIAGSTATS_SET_POINTERS |
IF ( found .AND. mate.NE.0 ) THEN |
./pkg/diagnostics/diagnostics_set_pointers.F |
39 |
DIAGNOSTICS_SET_POINTERS |
LOGICAL found |
./pkg/diagnostics/diagnostics_set_pointers.F |
63 |
DIAGNOSTICS_SET_POINTERS |
found = .FALSE. |
./pkg/diagnostics/diagnostics_set_pointers.F |
68 |
DIAGNOSTICS_SET_POINTERS |
found = .TRUE. |
./pkg/diagnostics/diagnostics_set_pointers.F |
72 |
DIAGNOSTICS_SET_POINTERS |
IF ( .NOT.found ) THEN |
./pkg/diagnostics/diagnostics_set_pointers.F |
78 |
DIAGNOSTICS_SET_POINTERS |
IF ( found .AND. mate.GE.1 ) THEN |
./pkg/fizhi/update_ocean_exports.F |
174 |
GETSICE |
logical found, error |
./pkg/fizhi/update_ocean_exports.F |
291 |
GETSICE |
found = .false. |
./pkg/fizhi/update_ocean_exports.F |
303 |
GETSICE |
do while (.not.found .and. nd .le. ndatebc) |
./pkg/fizhi/update_ocean_exports.F |
311 |
GETSICE |
found = .true. |
./pkg/fizhi/update_ocean_exports.F |
321 |
GETSICE |
found = .true. |
./pkg/fizhi/update_ocean_exports.F |
324 |
GETSICE |
if (.not.found) then |
./pkg/fizhi/update_ocean_exports.F |
426 |
GETSST |
logical found, error |
./pkg/fizhi/update_ocean_exports.F |
544 |
GETSST |
found = .false. |
./pkg/fizhi/update_ocean_exports.F |
556 |
GETSST |
do while (.not.found .and. nd .le. ndatebc) |
./pkg/fizhi/update_ocean_exports.F |
564 |
GETSST |
found = .true. |
./pkg/fizhi/update_ocean_exports.F |
574 |
GETSST |
found = .true. |
./pkg/fizhi/update_ocean_exports.F |
577 |
GETSST |
if (.not.found) then |