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