File |
Line number |
Procedure |
Code |
./pkg/profiles/profiles_init_fixed.F |
333 |
PROFILES_INIT_FIXED |
& vec_count(2), tmp_lat2) |
./pkg/profiles/profiles_init_fixed.F |
414 |
PROFILES_INIT_FIXED |
& (yC(1,1,bi,bj).LE.tmp_lat2(k)).AND. |
./pkg/profiles/profiles_init_fixed.F |
415 |
PROFILES_INIT_FIXED |
& (yC(1,sNy+1,bi,bj).GT.tmp_lat2(k)) ) then |
./pkg/profiles/profiles_init_fixed.F |
417 |
PROFILES_INIT_FIXED |
lat_cur=tmp_lat2(k) |
./pkg/profiles/profiles_init_fixed.F |
421 |
PROFILES_INIT_FIXED |
& (yC(1,1,bi,bj).LE.tmp_lat2(k)).AND. |
./pkg/profiles/profiles_init_fixed.F |
422 |
PROFILES_INIT_FIXED |
& (yC(1,sNy+1,bi,bj).GT.tmp_lat2(k)) |
./pkg/profiles/profiles_init_fixed.F |
425 |
PROFILES_INIT_FIXED |
lat_cur=tmp_lat2(k) |
./pkg/profiles/profiles_init_fixed.F |
50 |
PROFILES_INIT_FIXED |
_RL tmp_lon, tmp_lon2(1000), tmp_lat2(1000), lon_cur, lat_cur |