Changeset 1469 for trunk/LMDZ.MARS/util/expandstartfi.F90
- Timestamp:
- Sep 15, 2015, 3:01:39 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/util/expandstartfi.F90
r999 r1469 552 552 do i=1,lonlen 553 553 out_subsurf_field(i,1,:)=subsurf_field(1,:) ! North Pole 554 out_subsurf_field(i,latlen,:)=subsurf_field( 1,:) ! South Pole554 out_subsurf_field(i,latlen,:)=subsurf_field(physical_points,:) ! South Pole 555 555 enddo 556 556 do j=2,latlen-1
Note: See TracChangeset
for help on using the changeset viewer.