Changeset 3826 for trunk/LMDZ.COMMON/libf
- Timestamp:
- Jul 3, 2025, 1:19:49 PM (4 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/dynphy_lonlat/phyvenus/iniphysiq_mod.F90
r2135 r3826 13 13 prad,pg,pr,pcpp,iflag_phys) 14 14 15 ! From dynamics 15 16 USE temps_mod, ONLY: annee_ref, day_ref, day_ini, day_end 16 17 USE comconst_mod, ONLY: nu_venus, t0_venus 17 USE cpdet_phy_mod, ONLY: init_cpdet_phy18 18 USE infotrac, ONLY: nqtot, tname, ttext 19 19 USE logic_mod, ONLY: iflag_trac 20 21 ! From physics 22 USE cpdet_phy_mod, ONLY: init_cpdet_phy 20 23 USE infotrac_phy, ONLY: init_infotrac_phy 21 24 USE time_phylmdz_mod, ONLY: init_time 22 25 USE inigeomphy_mod, ONLY: inigeomphy 23 26 USE dimphy, ONLY: init_dimphy 27 USE suphec_mod, only: suphec 24 28 USE mod_phys_lmdz_para, ONLY: klon_omp ! number of columns (on local omp grid) 25 29 IMPLICIT NONE … … 70 74 !------------------------------------------ 71 75 72 !$OMP PARALLEL 76 !$OMP PARALLEL DEFAULT(SHARED) & 77 !$OMP COPYIN(annee_ref,day_ini,day_ref,day_end,iflag_trac) 73 78 74 79 ! Initialize dimphy module => Now done in physics_distribution_mod
Note: See TracChangeset
for help on using the changeset viewer.