Changeset 2390 for trunk


Ignore:
Timestamp:
Jul 2, 2020, 3:42:35 PM (4 years ago)
Author:
cmathe
Message:

improvedco2clouds_mod: check

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/improvedco2clouds_mod.F90

    r2388 r2390  
    491491!----------------------------------------------------------------------------------------------------------------------!
    492492      ! we trigger crystal growth
     493      write(*,*)'ice_growth', zq(ig, l, igcm_ccnco2_number), zq(ig, l, igcm_co2_ice), satu
    493494      if (zq(ig,l,igcm_ccnco2_number) * tauscaling(ig) + threshold >= 1.) then
    494         write(*,*)'yes I am in', zq(ig, l, igcm_ccnco2_number), zq(ig, l, igcm_co2_ice), satu
    495495
    496496        call updaterice_microco2(zq(ig,l,igcm_co2_ice), zq(ig,l,igcm_ccnco2_mass), zq(ig,l,igcm_ccnco2_number), &
Note: See TracChangeset for help on using the changeset viewer.