Ignore:
Timestamp:
08/05/14 15:56:49 (10 years ago)
Author:
ymipsl
Message:

Synchronize trunk and Saturn branch.
Merge modification from Saturn branch to trunk

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • codes/icosagcm/trunk/src/geometry.f90

    r186 r266  
    8383  IMPLICIT NONE 
    8484   
    85     CALL allocate_field(geom%Ai,field_t,type_real) 
     85    CALL allocate_field(geom%Ai,field_t,type_real,name='Ai') 
    8686    CALL allocate_field(geom%xyz_i,field_t,type_real,3) 
    8787    CALL allocate_field(geom%centroid,field_t,type_real,3) 
Note: See TracChangeset for help on using the changeset viewer.