Changeset 2373
- Timestamp:
- Jun 12, 2020, 8:47:17 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.TITAN/libf/phytitan/tracer_h.F90
r1978 r2373 121 121 WRITE(*,'((a),I3,(a))') "initracer2:error: Inconsistent number of microphysical tracers & 122 122 &(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) 124 124 STOP 125 125 ENDIF … … 127 127 WRITE(*,'((a),I3,(a))') "initracer2:error: Inconsistent number of microphysical tracers & 128 128 &(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) 130 130 ELSE IF (nmicro > 4) THEN 131 131 WRITE(*,'(a)') "initracer2:info: I was expecting only four tracers, you gave me & … … 156 156 IF (nchimi .NE. nkim) THEN 157 157 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) 159 159 ENDIF 160 160 IF (.NOT.ALLOCATED(chimi_indx)) ALLOCATE(chimi_indx(nchimi)) … … 178 178 IF (n .NE. nkim) THEN 179 179 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) 181 181 ENDIF 182 182 ELSE
Note: See TracChangeset
for help on using the changeset viewer.