| Symbol | Description | Uses |
| prefString | 5 |
| File | Line number | Procedure | Code |
| ./pkg/monitor/mon_set_pref.F | 11 | MON_SET_PREF |
SUBROUTINE MON_SET_PREF( prefString, myThid ) |
| ./pkg/monitor/mon_set_pref.F | 27 | MON_SET_PREF |
CHARACTER*(*) prefString |
| ./pkg/monitor/mon_set_pref.F | 42 | MON_SET_PREF |
I0 = IFNBLNK( prefString ) |
| ./pkg/monitor/mon_set_pref.F | 43 | MON_SET_PREF |
I1 = ILNBLNK( prefString ) |
| ./pkg/monitor/mon_set_pref.F | 48 | MON_SET_PREF |
mon_pref(1:IL) = prefString(I0:I1) |