Ignore:
Timestamp:
05/02/19 09:44:14 (5 years ago)
Author:
dubos
Message:

devel : merged init_grid_param and init_grid_type

File:
1 edited

Legend:

Unmodified
Added
Removed
  • codes/icosagcm/devel/src/unstructured/init_unstructured.f90

    r813 r830  
    11MODULE init_unstructured_mod 
    22  USE mpipara, ONLY : is_mpi_master 
    3   USE grid_param, ONLY : llm, nqdyn 
    43  USE data_unstructured_mod 
    54  IMPLICIT NONE 
     
    1110  INTEGER, ALLOCATABLE :: Idata_read1(:),Idata_read2(:,:),Idata_read3(:,:,:) 
    1211 
    13   PUBLIC :: init_grid_type 
     12  PUBLIC :: read_dump_partition 
    1413 
    1514CONTAINS 
Note: See TracChangeset for help on using the changeset viewer.