| Symbol | Description | Uses |
| tmp_weights | 7 |
| File | Line number | Procedure | Code |
| ./pkg/profiles/profiles_init_fixed.F | 368 | PROFILES_INIT_FIXED |
& vec_count2, tmp_weights(1,q)) |
| ./pkg/profiles/profiles_init_fixed.F | 463 | PROFILES_INIT_FIXED |
& =tmp_weights(k,q) |
| ./pkg/profiles/profiles_init_fixed.F | 468 | PROFILES_INIT_FIXED |
tmp_sum_weights=tmp_sum_weights+tmp_weights(k,q) |
| ./pkg/profiles/profiles_init_fixed.F | 480 | PROFILES_INIT_FIXED |
if ( tmp_weights(k,q) .NE. 0. ) then |
| ./pkg/profiles/profiles_init_fixed.F | 493 | PROFILES_INIT_FIXED |
if ( (tmp_weights(k,q).LT.0).OR.(tmp_weights(k,q).GT.1) ) then |
| ./pkg/profiles/profiles_init_fixed.F | 56 | PROFILES_INIT_FIXED |
_RL tmp_weights(1000,NUM_INTERP_POINTS),tmp_sum_weights |