| File |
Line number |
Procedure |
Code |
|
./pkg/profiles/profiles_interp.F |
227 |
PROFILES_INTERP |
pondsSUM=ponderations(1,1)+ponderations(2,1)+ponderations(1,2)+ |
|
./pkg/profiles/profiles_interp.F |
230 |
PROFILES_INTERP |
if (pondsSUM.GT.0) then |
|
./pkg/profiles/profiles_interp.F |
231 |
PROFILES_INTERP |
tab_coeffs1(1,1)=tab_coeffs1(1,1)*ponderations(1,1)/pondsSUM |
|
./pkg/profiles/profiles_interp.F |
232 |
PROFILES_INTERP |
tab_coeffs1(1,2)=tab_coeffs1(1,2)*ponderations(1,2)/pondsSUM |
|
./pkg/profiles/profiles_interp.F |
233 |
PROFILES_INTERP |
tab_coeffs1(2,1)=tab_coeffs1(2,1)*ponderations(2,1)/pondsSUM |
|
./pkg/profiles/profiles_interp.F |
234 |
PROFILES_INTERP |
tab_coeffs1(2,2)=tab_coeffs1(2,2)*ponderations(2,2)/pondsSUM |
|
./pkg/profiles/profiles_interp.F |
57 |
PROFILES_INTERP |
_RL ponderations(2,2),pondsSUM,distance1,distance2 |