Changeset 3592
- Timestamp:
- Jan 21, 2025, 4:06:15 PM (5 weeks ago)
- Location:
- trunk/LMDZ.PLUTO/libf/phypluto
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.PLUTO/libf/phypluto/callcorrk.F90
r3585 r3592 1107 1107 end do 1108 1108 ! adding c2h2 if cooling active 1109 !dtlw(ig,l)=dtlw(ig,l)+dtlw_hcn_c2h2(ig,l)1109 dtlw(ig,l)=dtlw(ig,l)+dtlw_hcn_c2h2(ig,l) 1110 1110 1111 1111 !SW -
trunk/LMDZ.PLUTO/libf/phypluto/inifis_mod.F90
r3585 r3592 1297 1297 endif 1298 1298 if ((callmufi).and.(haze)) then 1299 call abort_physic(rname, 'if haze are on, microphysics should be de sactivated!', 1)1299 call abort_physic(rname, 'if haze are on, microphysics should be deactivated!', 1) 1300 1300 endif 1301 1301 if ((haze).and.(naerkind.gt.1)) then … … 1306 1306 endif 1307 1307 if (.not.(callmufi.or.haze).and.(optichaze)) then 1308 call abort_physic(rname, 'if microphysics and haze are off, optichaze must be de sactivated!', 1)1308 call abort_physic(rname, 'if microphysics and haze are off, optichaze must be deactivated!', 1) 1309 1309 endif 1310 1310 if ((callmufi.and.call_haze_prod_pCH4).and..not.(methane)) then
Note: See TracChangeset
for help on using the changeset viewer.