Changeset 2373


Ignore:
Timestamp:
Jun 12, 2020, 8:47:17 AM (5 years ago)
Author:
aslmd
Message:

Titan: a couple of calls to abort_gcm remaining in the physics replaced by abort_physic.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.TITAN/libf/phytitan/tracer_h.F90

    r1978 r2373  
    121121          WRITE(*,'((a),I3,(a))') "initracer2:error: Inconsistent number of microphysical tracers &
    122122            &(expected at least 7 tracers,",nmicro," given)"
    123           CALL abort_gcm("initracer2", "inconsistent number of tracers", 42)
     123          CALL abort_physic("initracer2", "inconsistent number of tracers", 42)
    124124          STOP
    125125        ENDIF
     
    127127          WRITE(*,'((a),I3,(a))') "initracer2:error: Inconsistent number of microphysical tracers &
    128128            &(expected at least 4 tracers,",nmicro," given)"
    129           CALL abort_gcm("initracer2", "inconsistent number of tracers", 42)
     129          CALL abort_physic("initracer2", "inconsistent number of tracers", 42)
    130130      ELSE IF  (nmicro > 4) THEN
    131131        WRITE(*,'(a)') "initracer2:info: I was expecting only four tracers, you gave me &
     
    156156      IF (nchimi .NE. nkim) THEN
    157157        WRITE(*,*) "initracer2:error: Inconsistent number of chemical species given (",nkim," expected)"
    158         CALL abort_gcm("initracer2", "inconsistent number of tracers", 42)
     158        CALL abort_physic("initracer2", "inconsistent number of tracers", 42)
    159159      ENDIF
    160160      IF (.NOT.ALLOCATED(chimi_indx)) ALLOCATE(chimi_indx(nchimi))
     
    178178      IF (n .NE. nkim) THEN
    179179        WRITE(*,*) "initracer2:error: Inconsistent number of chemical species given (",nkim," expected)"
    180         CALL abort_gcm("initracer2", "inconsistent number of tracers", 42)
     180        CALL abort_physic("initracer2", "inconsistent number of tracers", 42)
    181181      ENDIF
    182182    ELSE
Note: See TracChangeset for help on using the changeset viewer.