- Timestamp:
- May 10, 2013, 10:59:04 AM (12 years ago)
- Location:
- trunk/LMDZ.MARS
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/README
r900 r954 1847 1847 == 12/03/2013 == TN 1848 1848 - added possibility to use the radiative slope scheme in the 3D-GCM 1849 1850 == 10/05/2013 == FGG 1851 - bug correction in "extract" utility -
trunk/LMDZ.MARS/util/extract.F90
r312 r954 357 357 ! we want lon in [-180:180] 358 358 if (lon.lt.-180.) lon=lon+360. 359 if (lon.gt.180.) lon=lon- 180359 if (lon.gt.180.) lon=lon-360. 360 360 361 361 if ((lat.lt.-90.).or.(lat.gt.90.)) then
Note: See TracChangeset
for help on using the changeset viewer.