File |
Line number |
Procedure |
Code |
./pkg/profiles/cost_profiles.F |
45 |
COST_PROFILES |
_RL tmp_lon |
./pkg/profiles/profiles_init_fixed.F |
279 |
PROFILES_INIT_FIXED |
tmp_lon=xC(sNx+1,1,bi,bj)+360 |
./pkg/profiles/profiles_init_fixed.F |
281 |
PROFILES_INIT_FIXED |
tmp_lon=xC(sNx+1,1,bi,bj) |
./pkg/profiles/profiles_init_fixed.F |
284 |
PROFILES_INIT_FIXED |
& (tmp_lon.GT.tmp_lon2(k)).AND. |
./pkg/profiles/profiles_init_fixed.F |
303 |
PROFILES_INIT_FIXED |
& (tmp_lon.GT.tmp_lon2(k)+360).AND. |
./pkg/profiles/profiles_init_fixed.F |
38 |
PROFILES_INIT_FIXED |
_RL tmp_lon, tmp_lon2(1000), tmp_lat2(1000) |
./pkg/profiles/profiles_inloop.F |
43 |
PROFILES_INLOOP |
_RL tmp_lon,prof_traj1D(NLEVELMAX),prof_mask1D(NLEVELMAX) |