- Timestamp:
- Jul 12, 2016, 3:17:48 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/dynphy_lonlat/phystd/iniphysiq_mod.F90
r1564 r1573 24 24 ! necessary to get klon_omp 25 25 USE mod_phys_lmdz_para, ONLY: klon_omp ! number of columns (on local omp grid) 26 USE dimphy, ONLY: init_dimphy 26 27 27 28 implicit none … … 57 58 !------------------------------------------ 58 59 ! --> initialize physics distribution, global fields and geometry 60 ! (i.e. things in phy_common or dynphy_lonlat) 59 61 CALL inigeomphy(ii,jj,nlayer, & 60 62 nbp, communicator, & … … 63 65 airedyn,cudyn,cvdyn) 64 66 65 ! the distinct part for all planetary physics 67 ! the distinct part for all planetary physics (ie. things in phystd) 66 68 !------------------------------------------ 67 69 … … 70 72 ! copy some fundamental parameters to physics 71 73 ! and do some initializations 74 75 ! Initialize dimphy module 76 call init_dimphy(klon_omp,nlayer) 72 77 73 78 ! copy over preff , ap() and bp()
Note: See TracChangeset
for help on using the changeset viewer.