Changeset 1651 for trunk/LMDZ.MARS/libf/phymars/conf_phys.F
- Timestamp:
- Jan 30, 2017, 11:52:09 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/conf_phys.F
r1619 r1651 44 44 use dimradmars_mod, only: naerkind, name_iaer, 45 45 & ini_scatterers,tauvis 46 USE meteoriticflux_mod !meteo_flux_mass,meteo_flux_number,alt_meteo 46 47 47 48 IMPLICIT NONE … … 711 712 write(*,*) " euveff = ", euveff 712 713 714 !Meteoritic flux of dust : number, mass and altitude 715 !dust tracers are incremented by thoses values in co2cloud.F 716 ! Thus only apply if co2clouds=.true. in callphys.def 717 meteo_flux_mass=0. 718 call getin("meteo_flux_mass",meteo_flux_mass) 719 meteo_flux_number=0. 720 call getin("meteo_flux_number",meteo_flux_number) 721 meteo_alt=5. 722 call getin("meteo_alt",meteo_alt) 723 WRITE(*,*) "" 724 WRITE(*,*) "meteoritic flux of dust" 725 WRITE(*,*) "dust mass = ",meteo_flux_mass 726 WRITE(*,*) "dust number = ",meteo_flux_number 727 WRITE(*,*) "at altitude = ",meteo_alt 728 729 713 730 if (.not.callthermos) then 714 731 if (thermoswater) then
Note: See TracChangeset
for help on using the changeset viewer.