Ignore:
Timestamp:
Dec 21, 2011, 10:09:07 AM (13 years ago)
Author:
rwordsworth
Message:

Variable ice timestep added for ice evolution algorithm.
Sedimentation improved to allow consistent dust (L. Kerber).
Bug linked to allocatable matrices removed from rcm1d.F.
Treatment of initial aerosol radii in callcorrk.F90 improved.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/libf/phystd/condense_cloud.F90

    r471 r486  
    187187         enddo
    188188
    189         write(*,*) "condense_co2cloud: i_co2ice=",i_co2ice       
     189        write(*,*) "condense_cloud: i_co2ice=",i_co2ice       
    190190
    191191        if((i_co2ice.lt.1))then
    192            print*,'In condens_co2cloud but no CO2 ice tracer, exiting.'
     192           print*,'In condens_cloud but no CO2 ice tracer, exiting.'
     193           print*,'Still need generalisation to arbitrary species!'
    193194           stop
    194195        endif
    195196
    196197         ccond=cpp/(g*latcond)
    197          print*,'In condens_co2cloud: ccond=',ccond,' latcond=',latcond
     198         print*,'In condens_cloud: ccond=',ccond,' latcond=',latcond
    198199
    199200!          Prepare special treatment if gas is not pure CO2
Note: See TracChangeset for help on using the changeset viewer.