- Timestamp:
- Aug 22, 2016, 11:56:58 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2/phys/module_lmd_driver.F.new
r1577 r1578 62 62 USE update_outputs_physiq_mod !! to get outputs from physiq 63 63 USE comm_wrf !! to get fields to be written from physiq 64 USE physiq_mod, only : physiq 65 USE phys_state_var_init_mod, only : phys_state_var_init 66 !!! ajouter init_time (voir iniphysiq. ne plus le faire dans la physiq) 64 67 #endif 65 68 … … 139 142 REAL :: pday,ptime,MY 140 143 REAL :: phisfi_val 141 LOGICAL :: firstcall,lastcall ,tracerdyn144 LOGICAL :: firstcall,lastcall 142 145 ! ---------- 143 146 REAL,DIMENSION(:,:),ALLOCATABLE :: pplev,pplay,pphi,pu,pv,pt,pw … … 375 378 ! pdq(ngrid,nlayermx) / ! 376 379 ! pdpsrf(ngrid) / ! 377 ! tracerdyn call tracer in dynamical part of GCM ? !378 380 !-------------------------------------------------------------------------------! 379 381 ALLOCATE(pdpsrf(ngrid)) … … 446 448 !! parameters are defined in the module_model_constants.F WRF routine 447 449 PRINT *,'** Mars ** INITIALIZE ARRAYS FOR PHYSICS' 450 !! need to get initial time first 451 CALL update_inputs_physiq_time(& 452 JULYR,JULDAY,GMT,& 453 elaps,& 454 lct_input,lon_input,ls_input,& 455 ptime,pday,MY) 456 !! 448 457 CALL phys_state_var_init(ngrid,nlayer,nq,& 458 floor(pday),ptime,& 449 459 wdaysec,ptimestep,1/reradius,g,r_d,cp) 450 460 !! Fill planetary parameters in modules … … 653 663 firstcall,lastcall,pday,ptime,ptimestep, & 654 664 pplev,pplay,pphi,pu,pv,pt,pq,pw, & 655 pdu,pdv,pdt,pdq,pdpsrf ,tracerdyn)665 pdu,pdv,pdt,pdq,pdpsrf) 656 666 #endif 657 667
Note: See TracChangeset
for help on using the changeset viewer.