- Timestamp:
- Jul 12, 2016, 3:17:48 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/dynphy_lonlat/phyvenus/iniphysiq_mod.F90
r1564 r1573 16 16 USE time_phylmdz_mod, ONLY: init_time 17 17 USE inigeomphy_mod, ONLY: inigeomphy 18 USE dimphy, ONLY: init_dimphy 19 USE mod_phys_lmdz_para, ONLY: klon_omp ! number of columns (on local omp grid) 18 20 IMPLICIT NONE 19 21 … … 53 55 !------------------------------------------ 54 56 ! --> initialize physics distribution, global fields and geometry 57 ! (i.e. things in phy_common or dynphy_lonlat) 55 58 CALL inigeomphy(ii,jj,nlayer, & 56 59 nbp, communicator, & … … 59 62 airedyn,cudyn,cvdyn) 60 63 61 ! the distinct part for all planetary physics 64 ! the distinct part for all planetary physics (ie. things in phyvenus) 62 65 !------------------------------------------ 63 66 64 67 !$OMP PARALLEL 68 69 ! Initialize dimphy module 70 call init_dimphy(klon_omp,nlayer) 65 71 66 72 ! Initialize some physical constants
Note: See TracChangeset
for help on using the changeset viewer.