Changeset 2628 for trunk/LMDZ.MARS/libf/phymars/callsedim_mod.F
- Timestamp:
- Feb 28, 2022, 6:46:07 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/callsedim_mod.F
r2616 r2628 372 372 ENDIF !of if (rdstorm) 373 373 374 IF ( slpwind) THEN ! identifying topdust tracers for sedimentation374 IF (topflows) THEN ! identifying topdust tracers for sedimentation 375 375 itopdust_mass=0 ! dummy initialization 376 376 itopdust_number=0 ! dummy initialization … … 392 392 write(*,*) 'callsedim: error! could not identify' 393 393 write(*,*) ' tracers for topdust mass and number mixing' 394 write(*,*) ' ratio and slpwindis activated!'394 write(*,*) ' ratio and topflows is activated!' 395 395 call abort_physic(modname,"missing topdust tracers",1) 396 396 endif 397 ENDIF !of if ( slpwind)397 ENDIF !of if (topflows) 398 398 399 399 firstcall=.false. … … 452 452 end do 453 453 endif 454 c entrainment by slope wind455 if ( slpwind) then454 c entrainment by mountain top dust flows 455 if (topflows) then 456 456 do l=1,nlay 457 457 do ig=1, ngrid … … 710 710 endif ! of if (rdstorm) 711 711 712 if ( slpwind) then712 if (topflows) then 713 713 DO l = 1, nlay 714 714 DO ig=1,ngrid … … 718 718 ENDDO 719 719 ENDDO 720 endif ! of if ( slpwind)720 endif ! of if (topflows) 721 721 722 722 c Update the ice particle size "rice"
Note: See TracChangeset
for help on using the changeset viewer.