Changeset 2963 for LMDZ5/trunk/libf/phy_common
- Timestamp:
- Jul 24, 2017, 3:56:41 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/phy_common/regular_lonlat_mod.F90
r2346 r2963 8 8 INTEGER, PARAMETER :: south_west=3 ! boundaries of regular lontlat 9 9 INTEGER, PARAMETER :: south_east=4 ! boundaries of regular lontlat 10 INTEGER, PARAMETER :: east= 1! boundaries of regular lontlat11 INTEGER, PARAMETER :: west= 2! boundaries of regular lontlat10 INTEGER, PARAMETER :: east=2 ! boundaries of regular lontlat 11 INTEGER, PARAMETER :: west=1 ! boundaries of regular lontlat 12 12 INTEGER, PARAMETER :: north=1 ! boundaries of regular lontlat 13 13 INTEGER, PARAMETER :: south=2 ! boundaries of regular lontlat
Note: See TracChangeset
for help on using the changeset viewer.