Ignore:
Timestamp:
12/15/14 17:04:28 (10 years ago)
Author:
ymipsl
Message:
  • implement splitting of XIOS file for lmdz physics
  • Termination is done properly in parallel by calling MPI_ABORT instead of abort or stop

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • codes/icosagcm/branches/SATURN_DYNAMICO/LMDZ.COMMON/libf/phystd/setspi.F90

    r298 r313  
    9090         write(*,*)' datadir = /absolute/path/to/datagcm' 
    9191         write(*,*)'Also check that the corrkdir you chose in callphys.def exists.' 
    92          call abort 
     92         call abort_physiq 
    9393      endif 
    9494     
     
    110110      if(nb.ne.L_NSPECTI) then 
    111111         write(*,*) 'MISMATCH !! I stop here' 
    112          call abort 
     112         call abort_physiq 
    113113      endif 
    114114 
Note: See TracChangeset for help on using the changeset viewer.