Changeset 3356 for LMDZ6/branches/DYNAMICO-conv/libf/phy_common
- Timestamp:
- Jun 29, 2018, 12:31:11 PM (6 years ago)
- Location:
- LMDZ6/branches/DYNAMICO-conv
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/DYNAMICO-conv
- Property svn:mergeinfo changed
-
LMDZ6/branches/DYNAMICO-conv/libf/phy_common/regular_lonlat_mod.F90
r2963 r3356 20 20 REAL,SAVE,ALLOCATABLE :: lat_reg(:) ! value of longitude cell (rad) 21 21 22 REAL,SAVE,ALLOCATABLE :: boundslon_reg(:,:) ! value of boundaries cell (1=> east, 2=>west)(rad)22 REAL,SAVE,ALLOCATABLE :: boundslon_reg(:,:) ! value of boundaries cell (1=>west, 2=>east)(rad) 23 23 24 24 REAL,SAVE,ALLOCATABLE :: boundslat_reg(:,:) ! value of longitude cell (1=>north, 2=>south)(rad)
Note: See TracChangeset
for help on using the changeset viewer.