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/kcmprof_fn.F90

    r227 r313  
    9595        print*,'Must have Psat_max=0 if no variable species' 
    9696        psat_max=0.0 
    97         !stop 
     97        !CALL abort_physiq 
    9898     endif 
    9999     print*, 'Assuming pure atmosphere' 
     
    109109     m_v   = 16.04/1000. 
    110110     tcrit = 1.91d2 
    111      stop 
     111     CALL abort_physiq 
    112112  else 
    113113     print*,'Variable gas not recognised!' 
    114      call abort 
     114     call abort_physiq 
    115115  endif 
    116116 
     
    326326           if(ilay.eq.1)then 
    327327              print*,'Error in create_profils: Psurf here less than Psurf in RCM!' 
    328               call abort 
     328              call abort_physiq 
    329329           endif 
    330330 
Note: See TracChangeset for help on using the changeset viewer.