Changeset 1985 for trunk/LMDZ.MARS/libf/phymars/rocketduststorm_mod.F90
- Timestamp:
- Aug 9, 2018, 4:27:52 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/rocketduststorm_mod.F90
r1974 r1985 331 331 DO ig=1,ngrid 332 332 !! ********************************************************************** 333 !! 2.1 case 1: Nothing to do when no storm and no slope 334 ! IF ((mu0(ig) .LE. mu0lim) .AND. .NOT.(storm(ig)) ) then 335 ! scheme(ig)=1 336 ! cycle 337 ! endif 338 IF ((alpha_hmons(ig) .EQ. 0.) .AND. .NOT.(storm(ig))) then 333 !! 2.1 case 1: Nothing to do when no storm and no slope, or 334 !! no storm and not daytime 335 IF (((alpha_hmons(ig) .EQ. 0.) .AND. .NOT.(storm(ig))) & 336 .OR. ((mu0(ig) .LE. mu0lim) .AND. .NOT.(storm(ig))) ) then 339 337 scheme(ig)=1 340 cycle !!no slope338 cycle 341 339 endif 342 340
Note: See TracChangeset
for help on using the changeset viewer.