Changeset 30 for IOIPSL/trunk
- Timestamp:
- 04/17/07 15:28:32 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
IOIPSL/trunk/example/testhist1.f90
r16 r30 19 19 INTEGER :: i, j, l, id, it, ij, sig_id, hori_id 20 20 INTEGER :: day=15, month=2, year=1997 21 INTEGER :: itau=0, INDEX(nbreg), start21 INTEGER :: itau=0, index(nbreg), start 22 22 ! 23 23 REAL :: julday … … 99 99 ! which move through the map. 100 100 !--- 101 ij = 1101 ij = 0 102 102 DO j=1,nbreg/10 103 103 DO i=1,10 104 104 ij = ij+1 105 INDEX(ij) = iim*(j+20)+(i+start)105 index(ij) = iim*(j+20)+(i+start) 106 106 ENDDO 107 107 ENDDO
Note: See TracChangeset
for help on using the changeset viewer.