- 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
r2392 r2393 491 491 !----------------------------------------------------------------------------------------------------------------------! 492 492 ! we trigger crystal growth 493 if (zq(ig,l,igcm_ccnco2_number) * tauscaling(ig) + threshold >= 1) 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), & … … 533 533 !----------------------------------------------------------------------------------------------------------------------! 534 534 ! On sublime tout 535 if ((zq(ig,l,igcm_co2_ice) <= threshold).or.(zq(ig,l,igcm_ccnco2_number) < 1.)) then535 if ((zq(ig,l,igcm_co2_ice) <= threshold).or.(zq(ig,l,igcm_ccnco2_number)* tauscaling(ig) < 1.)) then 536 536 537 537 if (co2useh2o) then … … 558 558 zq(ig,l,igcm_co2) = zq(ig,l,igcm_co2) + zq(ig,l,igcm_co2_ice) 559 559 560 zq(ig,l,igcm_co2_ice) = 0. 560 561 zq(ig,l,igcm_ccnco2_mass) = 0. 561 zq(ig,l,igcm_co2_ice) = 0.562 562 zq(ig,l,igcm_ccnco2_number) = 0. 563 563 mem_Nccn_co2(ig,l) = 0.
Note: See TracChangeset
for help on using the changeset viewer.