Changeset 1340 for LMDZ4/trunk/libf/dyn3d/inter_barxy_m.F90
- Timestamp:
- Apr 7, 2010, 5:07:29 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ4/trunk/libf/dyn3d/inter_barxy_m.F90
r1323 r1340 179 179 180 180 DO idat = 1, idatmax 181 xxd(idat) = AMOD( xxd(idat) - xim0, 360. )181 xxd(idat) = MOD( xxd(idat) - xim0, 360. ) 182 182 fdd(idat) = fdat (idat) 183 183 ENDDO
Note: See TracChangeset
for help on using the changeset viewer.