Changeset 2717 for trunk/LMDZ.GENERIC
- Timestamp:
- Jun 21, 2022, 11:05:43 AM (3 years ago)
- Location:
- trunk/LMDZ.GENERIC/libf/phystd
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/phystd/condensation_generic_mod.F90
r2714 r2717 9 9 use generic_cloud_common_h 10 10 USE tracer_h 11 USE mod_phys_lmdz_para, only: is_master 11 12 IMPLICIT none 12 13 … … 84 85 do iq=1,nq 85 86 if((is_condensable(iq)==1) .and. (index(noms(iq),"vap") .ne. 0)) then 86 write(*,*) "There is a specie which is condensable, for generic condensation : ", noms(iq) 87 87 if (is_master) then 88 write(*,*) "There is a specie which is condensable, for generic condensation : ", noms(iq) 89 endif 88 90 ! Let's get the index of our tracers (we look for igcm _generic_vap and igcm_generic_ice) 89 ! tname_ice = trim(noms(iq)(1:len(tname_ice)-3))//"ice"90 ! print*,trim(adjustl(trim(noms(iq))(9:len(trim(noms(iq)))-4))) !testing here, should go away91 ! stop92 93 91 igcm_generic_vap=iq 94 92 igcm_generic_ice = -1 -
trunk/LMDZ.GENERIC/libf/phystd/physiq_mod.F90
r2714 r2717 1616 1616 end if ! end of 'sedimentation' 1617 1617 1618 write(*,*) 'end of sedimentation pdt', pdt1619 1620 1618 1621 1619 ! ---------------
Note: See TracChangeset
for help on using the changeset viewer.