Changeset 3477 for trunk/LMDZ.PLUTO/libf/phypluto/condense_n2.F90
- Timestamp:
- Oct 24, 2024, 1:10:49 PM (4 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.PLUTO/libf/phypluto/condense_n2.F90
r3438 r3477 12 12 USE tracer_h, only: noms, igcm_n2, lw_n2 13 13 USE callkeys_mod, only: fast,ch4lag,latlag,nbsub,no_n2frost,tsurfmax,kmixmin,source_haze,vmrlag 14 USE comvert_mod, ONLY: ap,bp14 USE vertical_layers_mod, ONLY: ap,bp 15 15 use geometry_mod, only: latitude 16 16 … … 549 549 550 550 ! Value transfert at the surface interface when condensation sublimation: 551 if (zmflux(1).lt.0) then 551 if (zmflux(1).lt.0) then 552 552 ! Surface condensation 553 553 zum(1)= zu(1) 554 zvm(1)= zv(1) 554 zvm(1)= zv(1) 555 555 ztm(1) = ztc(1) 556 else 556 else 557 557 ! Surface sublimation: 558 558 ztm(1) = ztsrf(ig) + pdtsrfc(ig)*ptimestep 559 zum(1) = 0 560 zvm(1) = 0 559 zum(1) = 0 560 zvm(1) = 0 561 561 end if 562 562 do iq=1,nq … … 571 571 DO iq=1,nq 572 572 tname=noms(iq) 573 if (tname(1:4).eq."haze") then 573 if (tname(1:4).eq."haze") then 574 574 !zqm(1,iq)=0.02 575 575 !zqm(1,iq)=-pdicen2(ig)*0.02 … … 580 580 endif 581 581 ENDDO 582 ENDIF 583 ENDIF 582 ENDIF 583 ENDIF 584 584 ztm(klev+1)= ztc(klev) ! should not be used, but... 585 585 zum(klev+1)= zu(klev) ! should not be used, but...
Note: See TracChangeset
for help on using the changeset viewer.