Changeset 1088 for trunk/LMDZ.MARS/libf/phymars/inifis.F
- Timestamp:
- Oct 31, 2013, 2:49:26 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/inifis.F
r1047 r1088 401 401 stop 402 402 endif 403 403 404 ! lifting 404 405 write(*,*)"dust lifted by GCM surface winds ?" … … 414 415 stop 415 416 endif 417 418 ! free evolving dust 419 ! freedust=true just says that there is no lifting and no dust opacity scaling. 420 write(*,*)"dust lifted by GCM surface winds ?" 421 freedust=.false. ! default value 422 call getin("freedust",freedust) 423 write(*,*)" freedust = ",freedust 424 if (freedust.and..not.doubleq) then 425 print*,'freedust should be used with doubleq !' 426 stop 427 endif 428 if (freedust.and.lifting) then 429 print*,'if freedust is used, then lifting should not be used' 430 print*,'lifting forced to false !!' 431 lifting=.false. 432 endif 433 416 434 ! callddevil 417 435 write(*,*)" dust lifted by dust devils ?" … … 493 511 call getin("microphys",microphys) 494 512 write(*,*)" microphys = ",microphys 513 if (freedust.and.microphys) then 514 print*,'freedust can not be used with microphys !' 515 print*,'(although that could be improved...)' 516 stop 517 endif 495 518 496 519 ! microphysical parameter contact
Note: See TracChangeset
for help on using the changeset viewer.