Changeset 1076 for trunk/LMDZ.COMMON/libf/dyn3d
- Timestamp:
- Oct 18, 2013, 5:41:47 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/dyn3d/calfis.F
r1071 r1076 195 195 ! to allow for 2D computation of microphys and chemistry 196 196 LOGICAL,save :: flag_moyzon 197 REAL,allocatable :: tmpvar(:,:)198 REAL,allocatable :: tmpvarp1(:,:)199 REAL,allocatable :: tmpvarbar(:)200 REAL,allocatable :: tmpvarbarp1(:)197 REAL,allocatable,save :: tmpvar(:,:) 198 REAL,allocatable,save :: tmpvarp1(:,:) 199 REAL,allocatable,save :: tmpvarbar(:) 200 REAL,allocatable,save :: tmpvarbarp1(:) 201 201 202 202 c-----------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.