Changeset 2267 for trunk/MESOSCALE
- Timestamp:
- Mar 27, 2020, 1:11:45 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2/phys/dynphy_wrf_generic_lmd_new/iniphysiq_mod.F
r2068 r2267 7 7 prad,pg,pr,pcpp,iflag_phys) 8 8 9 use control_mod, only: nday9 !use control_mod, only: nday 10 10 !use surf_heat_transp_mod, only: ini_surf_heat_transp 11 11 !use infotrac, only : nqtot ! number of advected tracers … … 19 19 ! latitude ! latitudes (rad) 20 20 ! necessary to get klon_omp 21 USE mod_phys_lmdz_para, ONLY: klon_omp ! number of columns (on local omp grid) 21 !USE mod_phys_lmdz_para, ONLY: klon_omp ! number of columns (on local omp grid) 22 USE mod_phys_lmdz_para, ONLY: Init_phys_lmdz_para 22 23 USE dimphy, ONLY: init_dimphy 23 24 USE phys_state_var_mod … … 37 38 implicit none 38 39 40 INCLUDE 'mpif.h' 41 39 42 REAL,intent(in) :: prad 40 43 REAL,intent(in) :: pg … … 51 54 integer,intent(in) :: pdayref ! reference day of for the simulation [day_ini] 52 55 integer,intent(in) :: iflag_phys ! type of physics to be called 56 57 integer :: nday=0 ! this is dummy for mesoscale (in dyn3d/control_mod) 53 58 54 59 integer,intent(in) :: ngrid ! number of physics columns for this MPI process … … 74 79 !------------------------------------------ 75 80 81 CALL Init_phys_lmdz_para(1,1,1,MPI_COMM_WORLD) 76 82 77 83 !call phys_state_var_init
Note: See TracChangeset
for help on using the changeset viewer.