Changeset 2367 for trunk/MESOSCALE/LMD_MM_MARS
- Timestamp:
- Jun 11, 2020, 7:50:42 PM (5 years ago)
- Location:
- trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2/phys/dynphy_wrf_titan_lmd_new
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2/phys/dynphy_wrf_titan_lmd_new/iniphysiq_mod.F
r2295 r2367 33 33 emisice,dtemisice 34 34 use comcstfi_mod, only: omeg,mugaz 35 use tracer_h, only: nqtot 35 use tracer_h, only: nqtot_p 36 36 !use comm_wrf, only : allocate_comm_wrf 37 37 … … 84 84 print*,'ngrid',ngrid,'nlayer',nlayer 85 85 call init_dimphy(ngrid,nlayer) 86 call phys_state_var_init(nqtot )86 call phys_state_var_init(nqtot_p) 87 87 ! copy over preff , ap() and bp() 88 88 !call ini_planete_mod(nlayer,prefff,apf,bpf) … … 151 151 152 152 !emissiv(:)=EMIS 153 cloudfrac(:,:)=0.5154 totcloudfrac(:)=0.5155 hice(:)=0.156 rnat(:)=0.157 pctsrf_sic(:)=0.158 tsea_ice(:)=0.159 153 !qsurf(:,:) = 0. 160 154 print*,'check' -
trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2/phys/dynphy_wrf_titan_lmd_new/update_inputs_physiq_mod.F
r2295 r2367 50 50 SUBROUTINE update_inputs_physiq_tracers(nq,MARS_MODE) 51 51 52 use tracer_h, only: noms,nqtot 52 use tracer_h, only: noms,nqtot_p 53 53 !use phys_state_var_mod , only : qsurf 54 54 !USE dimphy, only : klon,klev … … 83 83 ! peri_day,obliquit,emin_turb, & 84 84 ! lmixmin 85 use planete_mod, only: year_day, periastr, apoastr, peri_day,&86 obliquit, z0, lmixmin, emin_turb87 use surfdat_h, only: emissiv,iceradius, &88 emisice,dtemisice85 !use planete_mod, only: year_day, periastr, apoastr, peri_day,& 86 ! obliquit, z0, lmixmin, emin_turb 87 !use surfdat_h, only: emissiv,iceradius, & 88 ! emisice,dtemisice 89 89 ! z0_default 90 90 !use comsoil_h, only: volcapa 91 use comcstfi_mod, only: rad, omeg, g, mugaz, rcp, cpp, r91 !use comcstfi_mod, only: rad, omeg, g, mugaz, rcp, cpp, r 92 92 !! comcstfi_h 93 use phys_state_var_mod, only :cloudfrac,totcloudfrac,hice,rnat,pctsrf_sic,tsea_ice93 !use phys_state_var_mod, only :cloudfrac,totcloudfrac,hice,rnat,pctsrf_sic,tsea_ice 94 94 !use iniorbit 95 95 !use time_phylmdz_mod, only: dtphys, daysec,day_ini … … 292 292 use surfdat_h, only: phisfi, albedodat, & 293 293 zmea, zstd, zsig, zgam, zthe 294 use slab_ice_h, only: noceanmx295 294 use planete_mod, only: z0 296 use phys_state_var_mod, only : tsurf, emis, qsurf ,tslab295 use phys_state_var_mod, only : tsurf, emis, qsurf 297 296 298 297 INTEGER, INTENT(IN) :: ims,ime,jms,jme … … 378 377 tsurf(subs) = M_TSURF(i,j) 379 378 emis(subs) = M_EMISS(i,j) 380 !do i=1,noceanmx381 tslab(subs,:)=tsurf(subs)382 379 !enddo 383 380 !-------------------!
Note: See TracChangeset
for help on using the changeset viewer.