Ignore:
Timestamp:
10/12/16 16:14:03 (8 years ago)
Author:
ymipsl
Message:

New version independant of netcd I/O for benchmarking.

YM

File:
1 edited

Legend:

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

    r483 r488  
    7070  REAL(rstd),ALLOCATABLE :: lon(:),lat(:),bounds_lon(:,:),bounds_lat(:,:) 
    7171    
     72    IF (no_io) RETURN 
     73     
    7274    restart_file_name="restart" 
    7375    CALL getin("restart_file_name",restart_file_name) 
     
    419421  REAL(rstd),ALLOCATABLE :: lon(:),lat(:),bounds_lon(:,:),bounds_lat(:,:) 
    420422  REAL(rstd) :: it_temp(1) 
     423   
     424    IF (no_io) RETURN 
     425     
    421426    start_file_name="start" 
    422427    CALL getin("start_file_name",start_file_name) 
Note: See TracChangeset for help on using the changeset viewer.