Ignore:
Timestamp:
07/23/14 17:22:11 (10 years ago)
Author:
aclsce
Message:
  • Use of ORCA2 by default (instead of ORCA1)
  • Modified cpl_oasis3 NEMO subroutine in order to have a "clean" crash in coupled mode.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/IPSLCM6/SOURCES/NEMO/cpl_oasis3.F90

    r2201 r2302  
    345345      ! 
    346346      DEALLOCATE( exfld ) 
    347       CALL prism_terminate_proto( nerror )          
     347      IF (nstop == 0) THEN 
     348          CALL prism_terminate_proto( nerror )          
     349      ELSE 
     350          CALL prism_abort_proto(ncomp_id, "nemo crash", "nemo crash") 
     351      ENDIF 
    348352      ! 
    349353   END SUBROUTINE cpl_prism_finalize 
Note: See TracChangeset for help on using the changeset viewer.