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

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 89 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_prc::prc_abort().

Referenced by scale_atmos_dyn::atmos_dyn_setup().

89  use scale_precision
91  use scale_index
92  use scale_prc, only: &
93  prc_abort
97  implicit none
98  character(len=*), intent(in) :: atmos_dyn_tstep_tracer_type
99  !---------------------------------------------------------------------------
100 
101  select case( atmos_dyn_tstep_tracer_type )
102  case( 'FVM-HEVE', 'HEVE' )
104  atmos_dyn_tstep_tracer_type )
106  case default
107  log_error("ATMOS_DYN_Tstep_tracer_setup",*) 'ATMOS_DYN_TSTEP_TRACER_TYPE is invalid: ', atmos_dyn_tstep_tracer_type
108  call prc_abort
109  end select
110 
111  return
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 Index
Definition: scale_index.F90:11
module atmosphere / grid / cartesC index
module PROCESS
Definition: scale_prc.F90:11
subroutine, public prc_abort
Abort Process.
Definition: scale_prc.F90:338
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()