- Timestamp:
- Aug 13, 2025, 7:53:49 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/dynphy_lonlat/phystd/inichim_newstart.F90
r3073 r3893 94 94 write(*,*) "calchim: error reading line of tracers" 95 95 write(*,*) " (first lines of traceur.def) " 96 stop96 call abort_physic("traceur.def","error reading line of tracers",1) 97 97 ENDIF 98 98 ENDDO 99 99 ENDIF ! if modern or standard traceur.def 100 100 else 101 write(*,*) "calchim: error opening traceur.def in inichim_newstart" 102 stop 101 call abort_physic("inichim_newstart","Unable to open traceur.def",1) 103 102 endif 104 103 … … 165 164 else 166 165 write(*,*) 'inichim_newstart: error opening ', fil 167 stop166 call abort_physic("inichim_newstart", "Unable to open chemimal profile file",1) 168 167 endif 169 168 close(90) … … 181 180 pqx(ilon,ilat,ilay,iq) = 1-sum(pqx(ilon,ilat,ilay,:)) 182 181 if (pqx(ilon,ilat,ilay,iq)<=0.) then 183 write(*,*) 'inichim_newstart: vmr tot > 1 not possible' 184 stop 182 call abort_physic("inichim_newstart","vmr tot > 1 not possible",1) 185 183 end if 186 184 end do … … 192 190 end do 193 191 if (.not.foundback) then 194 write(*,*) 'inichim_newstart: you need to set a background gas' 195 write(*,*) ' by qx=1. in traceur.def' 196 stop 192 call abort_physic("inichim_newstart","you need to set a background gas by qx=1. in traceur.def",1) 197 193 end if 198 194
Note: See TracChangeset
for help on using the changeset viewer.
