Changeset 3592


Ignore:
Timestamp:
Jan 21, 2025, 4:06:15 PM (5 weeks ago)
Author:
debatzbr
Message:

Add cooling in callcorrk

Location:
trunk/LMDZ.PLUTO/libf/phypluto
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.PLUTO/libf/phypluto/callcorrk.F90

    r3585 r3592  
    11071107        end do
    11081108        ! 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)
    11101110
    11111111        !SW
  • trunk/LMDZ.PLUTO/libf/phypluto/inifis_mod.F90

    r3585 r3592  
    12971297     endif
    12981298     if ((callmufi).and.(haze)) then
    1299        call abort_physic(rname, 'if haze are on, microphysics should be desactivated!', 1)
     1299       call abort_physic(rname, 'if haze are on, microphysics should be deactivated!', 1)
    13001300     endif
    13011301     if ((haze).and.(naerkind.gt.1)) then
     
    13061306     endif
    13071307     if (.not.(callmufi.or.haze).and.(optichaze)) then
    1308       call abort_physic(rname, 'if microphysics and haze are off, optichaze must be desactivated!', 1)
     1308      call abort_physic(rname, 'if microphysics and haze are off, optichaze must be deactivated!', 1)
    13091309     endif
    13101310     if ((callmufi.and.call_haze_prod_pCH4).and..not.(methane)) then
Note: See TracChangeset for help on using the changeset viewer.