- Timestamp:
- Jul 2, 2020, 3:42:37 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/improvedco2clouds_mod.F90
r2391 r2392 491 491 !----------------------------------------------------------------------------------------------------------------------! 492 492 ! we trigger crystal growth 493 if (zq(ig,l,igcm_ccnco2_number) * tauscaling(ig) >= threshold) then493 if (zq(ig,l,igcm_ccnco2_number) * tauscaling(ig) +threshold >= 1) then 494 494 495 495 call updaterice_microco2(zq(ig,l,igcm_co2_ice), zq(ig,l,igcm_ccnco2_mass), zq(ig,l,igcm_ccnco2_number), & … … 528 528 zq(ig,l,igcm_co2) = zq(ig,l,igcm_co2) - dMice 529 529 end if 530 end if ! nouveau end if 530 531 !----------------------------------------------------------------------------------------------------------------------! 531 532 ! 4.3 Dust cores releasing if no more co2 ice 532 533 !----------------------------------------------------------------------------------------------------------------------! 533 534 ! On sublime tout 534 if ( zq(ig,l,igcm_co2_ice) <= threshold) then535 if ((zq(ig,l,igcm_co2_ice) <= threshold).or.(zq(ig,l,igcm_ccnco2_number) < 1.)) then 535 536 536 537 if (co2useh2o) then … … 565 566 riceco2(ig,l) = 0. 566 567 end if !of if co2_ice < threshold 567 end if ! of if NCCN > 1568 ! end if ! of if NCCN > 1 568 569 end do ! of ig loop 569 570 end do ! of nlayer loop
Note: See TracChangeset
for help on using the changeset viewer.