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/writediagfi.F

    r253 r313  
    150150            if (n.ge.n_nom_def_max) then 
    151151               write(*,*)"n_nom_def_max too small in writediagfi.F:",n 
    152                stop 
     152               CALL abort_physiq 
    153153            end if  
    154154            n_nom_def=n-1 
     
    183183           write(*,*) "   firstnom string not long enough!!" 
    184184           write(*,*) "   increase its size to at least ",len_trim(nom) 
    185            stop 
     185           CALL abort_physiq 
    186186         endif 
    187187          
     
    457457           write(*,*) "writediagfi error: dim=1 not implemented ", 
    458458     &                 "in parallel mode" 
    459            stop 
     459           CALL abort_physiq 
    460460         endif 
    461461!         Passage variable physique -->  physique dynamique 
Note: See TracChangeset for help on using the changeset viewer.