Ignore:
Timestamp:
09/03/15 13:45:52 (9 years ago)
Author:
dubos
Message:

Moved Schmidt transform after grid optimization ; pass correct mesh info to XIOS

File:
1 edited

Legend:

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

    r352 r356  
    5555CONTAINS 
    5656 
    57   SUBROUTINE remap_schmidt 
     57  SUBROUTINE remap_schmidt_glo ! FIXME : not called any more 
    5858    USE spherical_geom_mod 
    5959    USE getin_mod 
     
    8282       END DO 
    8383    END DO 
    84   END SUBROUTINE remap_schmidt 
     84  END SUBROUTINE remap_schmidt_glo 
    8585 
    8686  SUBROUTINE allocate_metric 
     
    858858!    CALL compute_face 
    859859    CALL compute_face_projection 
    860     CALL remap_schmidt 
     860!    CALL remap_schmidt_glo ! replaced by call to remap_schmidt_loc in set_geometry 
    861861 
    862862    CALL set_index 
Note: See TracChangeset for help on using the changeset viewer.