Changeset 486 for trunk/LMDZ.GENERIC/libf/phystd/condense_cloud.F90
- Timestamp:
- Dec 21, 2011, 10:09:07 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/phystd/condense_cloud.F90
r471 r486 187 187 enddo 188 188 189 write(*,*) "condense_c o2cloud: i_co2ice=",i_co2ice189 write(*,*) "condense_cloud: i_co2ice=",i_co2ice 190 190 191 191 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!' 193 194 stop 194 195 endif 195 196 196 197 ccond=cpp/(g*latcond) 197 print*,'In condens_c o2cloud: ccond=',ccond,' latcond=',latcond198 print*,'In condens_cloud: ccond=',ccond,' latcond=',latcond 198 199 199 200 ! Prepare special treatment if gas is not pure CO2
Note: See TracChangeset
for help on using the changeset viewer.