Changeset 2429 for LMDZ5/trunk/libf/phylmd/oasis.F90
- Timestamp:
- Jan 27, 2016, 1:43:09 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/phylmd/oasis.F90
r2371 r2429 342 342 343 343 istart=ii_begin 344 IF (is_south_pole ) THEN344 IF (is_south_pole_dyn) THEN 345 345 iend=(jj_end-jj_begin)*nbp_lon+nbp_lon 346 346 ELSE … … 408 408 409 409 istart=ii_begin 410 IF (is_south_pole ) THEN410 IF (is_south_pole_dyn) THEN 411 411 iend=(jj_end-jj_begin)*nbp_lon+nbp_lon 412 412 ELSE … … 417 417 wstart=istart 418 418 wend=iend 419 IF (is_north_pole ) wstart=istart+nbp_lon-1420 IF (is_south_pole ) wend=iend-nbp_lon+1419 IF (is_north_pole_dyn) wstart=istart+nbp_lon-1 420 IF (is_south_pole_dyn) wend=iend-nbp_lon+1 421 421 422 422 DO i = 1, maxsend
Note: See TracChangeset
for help on using the changeset viewer.