Changeset 1657 for trunk


Ignore:
Timestamp:
Feb 4, 2017, 6:35:34 PM (8 years ago)
Author:
aslmd
Message:

replaced abort_gcm with simple print in mod_phys_lmdz_omp_data in phy_common. abort_gcm is only available in the dynamics, so it is unknown when using standalone physics or physics coupled with mesoscale model

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phy_common/mod_phys_lmdz_omp_data.F90

    r1543 r1657  
    5656   ELSE
    5757     abort_message = 'ANORMAL : OMP_MASTER /= 0'
    58      CALL abort_gcm (modname,abort_message,1)
     58     !-- abort_gcm only in the dynamics
     59     !CALL abort_gcm (modname,abort_message,1)
     60     print *,modname,abort_message
     61     STOP
    5962   ENDIF
    6063!$OMP END MASTER
Note: See TracChangeset for help on using the changeset viewer.