- Timestamp:
- Oct 25, 2016, 9:23:21 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/dynphy_lonlat/phyvenus/iniphysiq_mod.F90
r1573 r1621 14 14 15 15 USE temps_mod, ONLY: annee_ref, day_ref, day_ini, day_end 16 USE comconst_mod, ONLY: nu_venus, t0_venus 17 USE cpdet_phy_mod, ONLY: init_cpdet_phy 18 USE infotrac, ONLY: nqtot, tname, ttext 19 USE logic_mod, ONLY: iflag_trac 20 USE infotrac_phy, ONLY: init_infotrac_phy 16 21 USE time_phylmdz_mod, ONLY: init_time 17 22 USE inigeomphy_mod, ONLY: inigeomphy … … 73 78 call suphec 74 79 80 ! Initialize cpdet_phy module 81 call init_cpdet_phy(pcpp,nu_venus,t0_venus) 82 75 83 ! Initialize some "temporal and calendar" related variables 76 84 CALL init_time(annee_ref,day_ref,day_ini,day_end,ptimestep) 85 86 ! Initialize tracers in physics 87 CALL init_infotrac_phy(iflag_trac,nqtot,tname,ttext) 77 88 78 89 !$OMP END PARALLEL
Note: See TracChangeset
for help on using the changeset viewer.