Ignore:
Timestamp:
Jun 11, 2020, 7:50:42 PM (5 years ago)
Author:
mlefevre
Message:

MESOSCALE. Corrected spelling mistake and deleted useless call

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  
    3333                    emisice,dtemisice
    3434use comcstfi_mod, only: omeg,mugaz
    35 use tracer_h, only: nqtot
     35use tracer_h, only: nqtot_p
    3636!use comm_wrf, only : allocate_comm_wrf
    3737
     
    8484print*,'ngrid',ngrid,'nlayer',nlayer
    8585call init_dimphy(ngrid,nlayer)
    86 call phys_state_var_init(nqtot)
     86call phys_state_var_init(nqtot_p)
    8787! copy over preff , ap() and bp()
    8888!call ini_planete_mod(nlayer,prefff,apf,bpf)
     
    151151
    152152     !emissiv(:)=EMIS
    153      cloudfrac(:,:)=0.5
    154      totcloudfrac(:)=0.5
    155      hice(:)=0.
    156      rnat(:)=0.
    157      pctsrf_sic(:)=0.
    158      tsea_ice(:)=0.
    159153     !qsurf(:,:) = 0.
    160154     print*,'check'
  • trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2/phys/dynphy_wrf_titan_lmd_new/update_inputs_physiq_mod.F

    r2295 r2367  
    5050SUBROUTINE update_inputs_physiq_tracers(nq,MARS_MODE)
    5151
    52   use tracer_h, only: noms,nqtot
     52  use tracer_h, only: noms,nqtot_p
    5353  !use phys_state_var_mod , only : qsurf
    5454  !USE dimphy, only : klon,klev
     
    8383   !                       peri_day,obliquit,emin_turb, &
    8484   !                       lmixmin
    85    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
     85   !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
    8989   !                       z0_default
    9090   !use comsoil_h, only: volcapa
    91    use comcstfi_mod, only: rad, omeg, g, mugaz, rcp, cpp, r
     91   !use comcstfi_mod, only: rad, omeg, g, mugaz, rcp, cpp, r
    9292   !! comcstfi_h
    93    use phys_state_var_mod, only :cloudfrac,totcloudfrac,hice,rnat,pctsrf_sic,tsea_ice
     93   !use phys_state_var_mod, only :cloudfrac,totcloudfrac,hice,rnat,pctsrf_sic,tsea_ice
    9494   !use iniorbit
    9595   !use time_phylmdz_mod, only: dtphys, daysec,day_ini
     
    292292   use surfdat_h, only: phisfi, albedodat,  &
    293293                       zmea, zstd, zsig, zgam, zthe
    294    use slab_ice_h, only: noceanmx
    295294   use planete_mod, only: z0
    296    use phys_state_var_mod, only : tsurf, emis, qsurf,tslab
     295   use phys_state_var_mod, only : tsurf, emis, qsurf
    297296
    298297   INTEGER, INTENT(IN) :: ims,ime,jms,jme
     
    378377     tsurf(subs) = M_TSURF(i,j)
    379378     emis(subs) = M_EMISS(i,j)     
    380      !do i=1,noceanmx
    381      tslab(subs,:)=tsurf(subs)
    382379     !enddo
    383380     !-------------------!
Note: See TracChangeset for help on using the changeset viewer.