Ignore:
Timestamp:
Oct 18, 2013, 5:41:47 PM (11 years ago)
Author:
slebonnois
Message:

SL: still another correction to version 1056...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/libf/dyn3d/calfis.F

    r1071 r1076  
    195195! to allow for 2D computation of microphys and chemistry
    196196      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(:)
    201201
    202202c-----------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.