Changeset 2332 for trunk/LMDZ.MARS/libf/phymars/callsedim_mod.F
- Timestamp:
- May 26, 2020, 12:17:13 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/callsedim_mod.F
r2323 r2332 23 23 & igcm_stormdust_number,igcm_topdust_mass, 24 24 & igcm_topdust_number, 25 & iqfils,nqfils,qperemin,masseqmin ! MVals: variables isotopes25 & nqfils,qperemin,masseqmin ! MVals: variables isotopes 26 26 USE newsedim_mod, ONLY: newsedim 27 27 USE comcstfi_h, ONLY: g … … 536 536 !MVals: Loop over the sons ("fils") 537 537 if (nqfils(iq).gt.0) then 538 iq2=iqfils(nqfils(iq),iq) ! for now always nqfils(iq)=1 (special case of HDO only son of H2O) 538 if (iq.eq.igcm_h2o_ice) then 539 iq2=igcm_hdo_ice 540 else 541 call abort_physic("callsedim_mod","invalid isotope",1) 542 endif 539 543 !MVals: input paramters in vlz_fi for hdo 540 544 do l=1,nlay … … 595 599 !MVals: Special case of isotopes: for now only HDO 596 600 if (nqfils(iq).gt.0) then 597 iq2=iqfils(nqfils(iq),iq) 601 if (iq.eq.igcm_h2o_ice) then 602 iq2=igcm_hdo_ice 603 else 604 call abort_physic("callsedim_mod","invalid isotope",1) 605 endif 598 606 pdqsed(ig,l,iq2)=(zqi(ig,l,iq2)- 599 607 $ (pq(ig,l,iq2) + pdqfi(ig,l,iq2)*ptimestep))/ptimestep
Note: See TracChangeset
for help on using the changeset viewer.