Changeset 2435 for LMDZ5/branches/testing/libf/phylmd/oasis.F90
- Timestamp:
- Jan 28, 2016, 5:02:13 PM (9 years ago)
- Location:
- LMDZ5/branches/testing
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/branches/testing
- Property svn:mergeinfo changed
/LMDZ5/trunk merged: 2397-2403,2405-2407,2410-2413,2415-2424,2426-2429,2431-2432,2434
- Property svn:mergeinfo changed
-
LMDZ5/branches/testing/libf/phylmd/oasis.F90
r2408 r2435 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.