SCALE-RM
Data Types | Functions/Subroutines | Variables
scale_atmos_dyn_tstep_tracer Module Reference

module Atmosphere / Dynamical scheme More...

Functions/Subroutines

subroutine, public atmos_dyn_tstep_tracer_setup (ATMOS_DYN_TSTEP_TRACER_TYPE)
 Register. More...
 

Variables

procedure(step), pointer, public atmos_dyn_tstep_tracer => NULL()
 

Detailed Description

module Atmosphere / Dynamical scheme

Description
Dynamical scheme selecter for dynamical tracer advection
Author
Team SCALE
History
  • 2016-05-17 (S.Nishizawa) [new]

Function/Subroutine Documentation

◆ atmos_dyn_tstep_tracer_setup()

subroutine, public scale_atmos_dyn_tstep_tracer::atmos_dyn_tstep_tracer_setup ( character(len=*), intent(in)  ATMOS_DYN_TSTEP_TRACER_TYPE)

Register.

Definition at line 92 of file scale_atmos_dyn_tstep_tracer.F90.

References atmos_dyn_tstep_tracer, scale_atmos_dyn_tstep_tracer_fvm_heve::atmos_dyn_tstep_tracer_fvm_heve(), scale_atmos_dyn_tstep_tracer_fvm_heve::atmos_dyn_tstep_tracer_fvm_heve_setup(), and scale_process::prc_mpistop().

Referenced by scale_atmos_dyn::atmos_dyn_setup().

92  use scale_precision
94  use scale_index
95  use scale_process, only: &
100  implicit none
101  character(len=*), intent(in) :: atmos_dyn_tstep_tracer_type
102  !---------------------------------------------------------------------------
103 
104  select case ( atmos_dyn_tstep_tracer_type )
105  case ( 'FVM-HEVE', 'HEVE' )
107  atmos_dyn_tstep_tracer_type )
109  case default
110  write(*,*) 'xxx ATMOS_DYN_TSTEP_TRACER_TYPE is invalid: ', atmos_dyn_tstep_tracer_type
111  call prc_mpistop
112  end select
113 
114  return
subroutine, public prc_mpistop
Abort MPI.
subroutine, public atmos_dyn_tstep_tracer_fvm_heve(QTRCo, QTRC, QTRC0, RHOQ_t, DENS0, DENS, mflx_hi, num_diff, GSQRT, MAPF, CDZ, RCDZ, RCDX, RCDY, dtl, FLAG_FCT_TRACER, FLAG_FCT_ALONG_STREAM)
module grid index
module Index
Definition: scale_index.F90:14
module PROCESS
subroutine, public atmos_dyn_tstep_tracer_fvm_heve_setup(type)
Setup.
module PRECISION
procedure(step), pointer, public atmos_dyn_tstep_tracer
Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ atmos_dyn_tstep_tracer

procedure(step), pointer, public scale_atmos_dyn_tstep_tracer::atmos_dyn_tstep_tracer => NULL()