Changeset 4102 for trunk/LMDZ.MARS/libf/phymars
- Timestamp:
- Mar 4, 2026, 3:15:26 PM (3 weeks ago)
- File:
-
- 1 edited
-
trunk/LMDZ.MARS/libf/phymars/conf_phys.F (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/conf_phys.F
r4091 r4102 566 566 call getin_p("dustscaling_mode",dustscaling_mode) 567 567 write(*,*) "dustscaling_mode=",dustscaling_mode 568 if ( (dustscaling_mode.eq.1).and.freedust) then568 if (dustscaling_mode == 1 .and. freedust) then 569 569 print*,'freedust and dustscaling_mode=1 are incompatible !' 570 570 call abort_physic(modname, 571 571 & "freedust and dustscaling_mode=1 are incompatible",1) 572 endif 572 endif 573 if (dustscaling_mode == 2 .and. iaervar == 1) then 574 print*,'iaervar=1 and dustscaling_mode=2 are incompatible !' 575 call abort_physic(modname, 576 & "iaervar=1 and dustscaling_mode=2 are incompatible",1) 577 endif 573 578 574 579 #ifndef MESOSCALE
Note: See TracChangeset
for help on using the changeset viewer.
