Changeset 176 for trunk/LMDZ.TITAN/libf
- Timestamp:
- Jun 28, 2011, 2:56:17 PM (13 years ago)
- Location:
- trunk/LMDZ.TITAN/libf/phytitan
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.TITAN/libf/phytitan/muphys3D.F
r175 r176 235 235 c******************************************************* 236 236 237 if (clouds.eq.0) then 238 if(nrad .ne. nmicro) then 239 print*,"aLeRte : nrad != nmicro" 240 print*,'nmicro= ',nmicro 241 print*,'nrad= ',nrad 242 stop "je m'arrete..." 243 endif 244 else 237 245 if(nrad .ne. nmicro/ntype) then 238 246 print*,"aLeRte : nrad != nmicro/ntype" … … 243 251 stop "je m'arrete..." 244 252 endif 253 endif 245 254 246 255 do i=1,nrad -
trunk/LMDZ.TITAN/libf/phytitan/phytrac.F
r175 r176 141 141 endif 142 142 c Nombre de traceurs incompatibles avec la microphysique. 143 if ( nmicro.ne.ntype*nrad) then143 if ((nmicro.ne.ntype*nrad).and.(clouds.eq.1)) then 144 144 print*,"aLeRtE cRiTiQuE !!!" 145 145 print*,"Nb trac imcompatible avec la microphysique." 146 146 print*,nmicro,ntype*nrad 147 stop 148 endif 149 if ((nmicro.ne.nrad).and.(clouds.eq.0)) then 150 print*,"aLeRtE cRiTiQuE !!!" 151 print*,"Nb trac imcompatible avec la microphysique." 152 print*,nmicro,nrad 147 153 stop 148 154 endif
Note: See TracChangeset
for help on using the changeset viewer.