MOM6
advection_test_tracer::advection_test_tracer_cs Type Reference

Detailed Description

Definition at line 93 of file advection_test_tracer.F90.

Collaboration diagram for advection_test_tracer::advection_test_tracer_cs:
[legend]

Public variables and constants

integer ntr = NTR
 
logical coupled_tracers = .false.
 
character(len=200) tracer_ic_file
 
type(time_type), pointer time
 
type(tracer_registry_type), pointer tr_reg => NULL()
 
real, dimension(:,:,:,:), pointer tr => NULL()
 
real, dimension(:,:,:,:), pointer tr_aux => NULL()
 
type(p3d), dimension(ntrtr_adx
 
type(p3d), dimension(ntrtr_ady
 
type(p3d), dimension(ntrtr_dfx
 
type(p3d), dimension(ntrtr_dfy
 
real, dimension(ntrland_val = -1.0
 
logical mask_tracers
 
logical use_sponge
 
logical tracers_may_reinit
 
real x_origin
 
real x_width
 
real y_origin
 
real y_width
 
integer, dimension(ntrind_tr
 
type(diag_ctrl), pointer diag
 
type(mom_restart_cs), pointer restart_csp => NULL()
 
integer, dimension(ntrid_tracer = -1
 
integer, dimension(ntrid_tr_adx = -1
 
integer, dimension(ntrid_tr_ady = -1
 
integer, dimension(ntrid_tr_dfx = -1
 
integer, dimension(ntrid_tr_dfy = -1
 
type(vardesc), dimension(ntrtr_desc
 

Variables and constants

◆ coupled_tracers

logical advection_test_tracer::advection_test_tracer_cs::coupled_tracers = .false.

Definition at line 95 of file advection_test_tracer.F90.

95  logical :: coupled_tracers = .false. ! These tracers are not offered to the

◆ diag

type(diag_ctrl), pointer advection_test_tracer::advection_test_tracer_cs::diag

Definition at line 122 of file advection_test_tracer.F90.

122  type(diag_ctrl), pointer :: diag ! A structure that is used to regulate the

◆ id_tr_adx

integer, dimension(ntr) advection_test_tracer::advection_test_tracer_cs::id_tr_adx = -1

Definition at line 126 of file advection_test_tracer.F90.

◆ id_tr_ady

integer, dimension(ntr) advection_test_tracer::advection_test_tracer_cs::id_tr_ady = -1

Definition at line 126 of file advection_test_tracer.F90.

◆ id_tr_dfx

integer, dimension(ntr) advection_test_tracer::advection_test_tracer_cs::id_tr_dfx = -1

Definition at line 127 of file advection_test_tracer.F90.

127  integer, dimension(NTR) :: id_tr_dfx = -1, id_tr_dfy = -1

◆ id_tr_dfy

integer, dimension(ntr) advection_test_tracer::advection_test_tracer_cs::id_tr_dfy = -1

Definition at line 127 of file advection_test_tracer.F90.

◆ id_tracer

integer, dimension(ntr) advection_test_tracer::advection_test_tracer_cs::id_tracer = -1

Definition at line 126 of file advection_test_tracer.F90.

126  integer, dimension(NTR) :: id_tracer = -1, id_tr_adx = -1, id_tr_ady = -1

◆ ind_tr

integer, dimension(ntr) advection_test_tracer::advection_test_tracer_cs::ind_tr

Definition at line 118 of file advection_test_tracer.F90.

118  integer, dimension(NTR) :: ind_tr ! Indices returned by aof_set_coupler_flux

◆ land_val

real, dimension(ntr) advection_test_tracer::advection_test_tracer_cs::land_val = -1.0

Definition at line 110 of file advection_test_tracer.F90.

110  real :: land_val(ntr) = -1.0 ! The value of tr used where land is masked out.

◆ mask_tracers

logical advection_test_tracer::advection_test_tracer_cs::mask_tracers

Definition at line 111 of file advection_test_tracer.F90.

111  logical :: mask_tracers ! If true, tracers are masked out in massless layers.

◆ ntr

integer advection_test_tracer::advection_test_tracer_cs::ntr = NTR

Definition at line 94 of file advection_test_tracer.F90.

94  integer :: ntr = ntr ! Number of tracers in this module

◆ restart_csp

type(mom_restart_cs), pointer advection_test_tracer::advection_test_tracer_cs::restart_csp => NULL()

Definition at line 124 of file advection_test_tracer.F90.

124  type(mom_restart_cs), pointer :: restart_csp => null()

◆ time

type(time_type), pointer advection_test_tracer::advection_test_tracer_cs::time

Definition at line 99 of file advection_test_tracer.F90.

99  type(time_type), pointer :: time ! A pointer to the ocean model's clock.

◆ tr

real, dimension(:,:,:,:), pointer advection_test_tracer::advection_test_tracer_cs::tr => NULL()

Definition at line 101 of file advection_test_tracer.F90.

101  real, pointer :: tr(:,:,:,:) => null() ! The array of tracers used in this

◆ tr_adx

type(p3d), dimension(ntr) advection_test_tracer::advection_test_tracer_cs::tr_adx

Definition at line 105 of file advection_test_tracer.F90.

105  type(p3d), dimension(NTR) :: &
106  tr_adx, &! Tracer zonal advective fluxes in g m-3 m3 s-1.
107  tr_ady, &! Tracer meridional advective fluxes in g m-3 m3 s-1.
108  tr_dfx, &! Tracer zonal diffusive fluxes in g m-3 m3 s-1.
109  tr_dfy ! Tracer meridional diffusive fluxes in g m-3 m3 s-1.

◆ tr_ady

type(p3d), dimension(ntr) advection_test_tracer::advection_test_tracer_cs::tr_ady

Definition at line 105 of file advection_test_tracer.F90.

◆ tr_aux

real, dimension(:,:,:,:), pointer advection_test_tracer::advection_test_tracer_cs::tr_aux => NULL()

Definition at line 103 of file advection_test_tracer.F90.

103  real, pointer :: tr_aux(:,:,:,:) => null() ! The masked tracer concentration

◆ tr_desc

type(vardesc), dimension(ntr) advection_test_tracer::advection_test_tracer_cs::tr_desc

Definition at line 129 of file advection_test_tracer.F90.

129  type(vardesc) :: tr_desc(ntr)

◆ tr_dfx

type(p3d), dimension(ntr) advection_test_tracer::advection_test_tracer_cs::tr_dfx

Definition at line 105 of file advection_test_tracer.F90.

◆ tr_dfy

type(p3d), dimension(ntr) advection_test_tracer::advection_test_tracer_cs::tr_dfy

Definition at line 105 of file advection_test_tracer.F90.

◆ tr_reg

type(tracer_registry_type), pointer advection_test_tracer::advection_test_tracer_cs::tr_reg => NULL()

Definition at line 100 of file advection_test_tracer.F90.

100  type(tracer_registry_type), pointer :: tr_reg => null()

◆ tracer_ic_file

character(len=200) advection_test_tracer::advection_test_tracer_cs::tracer_ic_file

Definition at line 97 of file advection_test_tracer.F90.

97  character(len=200) :: tracer_ic_file ! The full path to the IC file, or " "

◆ tracers_may_reinit

logical advection_test_tracer::advection_test_tracer_cs::tracers_may_reinit

Definition at line 113 of file advection_test_tracer.F90.

113  logical :: tracers_may_reinit

◆ use_sponge

logical advection_test_tracer::advection_test_tracer_cs::use_sponge

Definition at line 112 of file advection_test_tracer.F90.

112  logical :: use_sponge

◆ x_origin

real advection_test_tracer::advection_test_tracer_cs::x_origin

Definition at line 115 of file advection_test_tracer.F90.

115  real :: x_origin, x_width ! Parameters describing the test functions

◆ x_width

real advection_test_tracer::advection_test_tracer_cs::x_width

Definition at line 115 of file advection_test_tracer.F90.

◆ y_origin

real advection_test_tracer::advection_test_tracer_cs::y_origin

Definition at line 116 of file advection_test_tracer.F90.

116  real :: y_origin, y_width ! Parameters describing the test functions

◆ y_width

real advection_test_tracer::advection_test_tracer_cs::y_width

Definition at line 116 of file advection_test_tracer.F90.


The documentation for this type was generated from the following file: