| File |
Line number |
Procedure |
Code |
|
./pkg/profiles/profiles_interp.F |
223 |
PROFILES_INTERP |
ponderations(1,1)=tab_coeffs3(1,1)*tab_coeffs2(1,1) |
|
./pkg/profiles/profiles_interp.F |
224 |
PROFILES_INTERP |
ponderations(1,2)=tab_coeffs3(1,2)*tab_coeffs2(1,2) |
|
./pkg/profiles/profiles_interp.F |
225 |
PROFILES_INTERP |
ponderations(2,1)=tab_coeffs3(2,1)*tab_coeffs2(2,1) |
|
./pkg/profiles/profiles_interp.F |
226 |
PROFILES_INTERP |
ponderations(2,2)=tab_coeffs3(2,2)*tab_coeffs2(2,2) |
|
./pkg/profiles/profiles_interp.F |
227 |
PROFILES_INTERP |
pondsSUM=ponderations(1,1)+ponderations(2,1)+ponderations(1,2)+ |
|
./pkg/profiles/profiles_interp.F |
228 |
PROFILES_INTERP |
& ponderations(2,2) |
|
./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 |