File |
Line number |
Procedure |
Code |
./pkg/profiles/profiles_init_fixed.F |
235 |
PROFILES_INIT_FIXED |
& vec_count(2), tmp_lat2) |
./pkg/profiles/profiles_init_fixed.F |
285 |
PROFILES_INIT_FIXED |
& (yC(1,1,bi,bj).LE.tmp_lat2(k)).AND. |
./pkg/profiles/profiles_init_fixed.F |
286 |
PROFILES_INIT_FIXED |
& (yC(1,sNy+1,bi,bj).GT.tmp_lat2(k)) |
./pkg/profiles/profiles_init_fixed.F |
291 |
PROFILES_INIT_FIXED |
prof_lat(num_file,length_for_tile,bi,bj)=tmp_lat2(k) |
./pkg/profiles/profiles_init_fixed.F |
304 |
PROFILES_INIT_FIXED |
& (yC(1,1,bi,bj).LE.tmp_lat2(k)).AND. |
./pkg/profiles/profiles_init_fixed.F |
305 |
PROFILES_INIT_FIXED |
& (yC(1,sNy+1,bi,bj).GT.tmp_lat2(k)) |
./pkg/profiles/profiles_init_fixed.F |
310 |
PROFILES_INIT_FIXED |
prof_lat(num_file,length_for_tile,bi,bj)=tmp_lat2(k) |
./pkg/profiles/profiles_init_fixed.F |
38 |
PROFILES_INIT_FIXED |
_RL tmp_lon, tmp_lon2(1000), tmp_lat2(1000) |