Changeset 2628 for trunk/LMDZ.MARS/libf/phymars/callradite_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/callradite_mod.F
r2584 r2628 12 12 $ taucloudtes,rdust,rice,nuice,riceco2,nuiceco2,co2ice, 13 13 $ rstormdust,rtopdust,totstormfract,clearatm,dsords,dsotop, 14 $ alpha_hmons,nohmons,clearsky,totcloudfrac)14 $ nohmons,clearsky,totcloudfrac) 15 15 16 16 use aeropacity_mod, only: aeropacity … … 213 213 REAL,INTENT(OUT) :: dsords(ngrid,nlayer) ! density scaled opacity for rocket dust storm dust 214 214 215 c entrainment by slope wind 216 LOGICAL, INTENT(IN) :: nohmons ! true for background dust 217 REAL, INTENT(IN) :: alpha_hmons(ngrid) ! sub-grid scale topography mesh fraction 215 c entrainment by mountain top dust flows 216 LOGICAL, INTENT(IN) :: nohmons ! true for background dust 218 217 REAL,INTENT(OUT) :: rtopdust(ngrid,nlayer) ! Topdust geometric mean radius (m) 219 218 REAL,INTENT(OUT) :: dsotop(ngrid,nlayer) ! density scaled opacity for topmons dust … … 376 375 enddo 377 376 end if 378 if ( slpwind.AND.active) then377 if (topflows.AND.active) then 379 378 do iaer=1,naerkind 380 379 if (name_iaer(iaer).eq."topdust_doubleq") then … … 448 447 & QREFvis3d,QREFir3d,omegaREFir3d, 449 448 & totstormfract,clearatm,dsords,dsotop, 450 & alpha_hmons,nohmons,451 & clearsky,totcloudfrac)449 & nohmons,clearsky,totcloudfrac) 450 452 451 c Starting loop on sub-domain 453 452 c ----------------------------
Note: See TracChangeset
for help on using the changeset viewer.