MOM6
boundary_impulse_tracer::boundary_impulse_tracer_cs Type Reference

Detailed Description

Definition at line 43 of file boundary_impulse_tracer.F90.

Collaboration diagram for boundary_impulse_tracer::boundary_impulse_tracer_cs:
[legend]

Public variables and constants

integer ntr =NTR_MAX
 
logical coupled_tracers = .false.
 
type(time_type), pointer time
 
type(tracer_registry_type), pointer tr_reg => NULL()
 
real, dimension(:,:,:,:), pointer tr => NULL()
 
type(p3d), dimension(ntr_maxtr_adx
 
type(p3d), dimension(ntr_maxtr_ady
 
type(p3d), dimension(ntr_maxtr_dfx
 
type(p3d), dimension(ntr_maxtr_dfy
 
logical mask_tracers
 
logical tracers_may_reinit
 
integer, dimension(ntr_maxind_tr
 
integer, dimension(ntr_maxid_tracer = -1
 
integer, dimension(ntr_maxid_tr_adx = -1
 
integer, dimension(ntr_maxid_tr_ady = -1
 
integer, dimension(ntr_maxid_tr_dfx = -1
 
integer, dimension(ntr_maxid_tr_dfy = -1
 
integer nkml
 
real, dimension(ntr_maxland_val = -1.0
 
real kw_eff
 
real remaining_source_time
 
type(diag_ctrl), pointer diag
 
type(mom_restart_cs), pointer restart_csp => NULL()
 
type(vardesc), dimension(ntr_maxtr_desc
 

Variables and constants

◆ coupled_tracers

logical boundary_impulse_tracer::boundary_impulse_tracer_cs::coupled_tracers = .false.

Definition at line 45 of file boundary_impulse_tracer.F90.

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

◆ diag

type(diag_ctrl), pointer boundary_impulse_tracer::boundary_impulse_tracer_cs::diag

Definition at line 73 of file boundary_impulse_tracer.F90.

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

◆ id_tr_adx

integer, dimension(ntr_max) boundary_impulse_tracer::boundary_impulse_tracer_cs::id_tr_adx = -1

Definition at line 61 of file boundary_impulse_tracer.F90.

◆ id_tr_ady

integer, dimension(ntr_max) boundary_impulse_tracer::boundary_impulse_tracer_cs::id_tr_ady = -1

Definition at line 61 of file boundary_impulse_tracer.F90.

◆ id_tr_dfx

integer, dimension(ntr_max) boundary_impulse_tracer::boundary_impulse_tracer_cs::id_tr_dfx = -1

Definition at line 61 of file boundary_impulse_tracer.F90.

◆ id_tr_dfy

integer, dimension(ntr_max) boundary_impulse_tracer::boundary_impulse_tracer_cs::id_tr_dfy = -1

Definition at line 61 of file boundary_impulse_tracer.F90.

◆ id_tracer

integer, dimension(ntr_max) boundary_impulse_tracer::boundary_impulse_tracer_cs::id_tracer = -1

Definition at line 61 of file boundary_impulse_tracer.F90.

◆ ind_tr

integer, dimension(ntr_max) boundary_impulse_tracer::boundary_impulse_tracer_cs::ind_tr

Definition at line 61 of file boundary_impulse_tracer.F90.

61  integer, dimension(NTR_MAX) :: &
62  ind_tr, & ! Indices returned by aof_set_coupler_flux if it is used and the
63  ! surface tracer concentrations are to be provided to the coupler.
64  id_tracer = -1, id_tr_adx = -1, id_tr_ady = -1, &
65  id_tr_dfx = -1, id_tr_dfy = -1

◆ kw_eff

real boundary_impulse_tracer::boundary_impulse_tracer_cs::kw_eff

Definition at line 69 of file boundary_impulse_tracer.F90.

69  real :: kw_eff ! An effective piston velocity used to flux tracer out at the surface

◆ land_val

real, dimension(ntr_max) boundary_impulse_tracer::boundary_impulse_tracer_cs::land_val = -1.0

Definition at line 68 of file boundary_impulse_tracer.F90.

68  real, dimension(NTR_MAX) :: land_val = -1.0

◆ mask_tracers

logical boundary_impulse_tracer::boundary_impulse_tracer_cs::mask_tracers

Definition at line 58 of file boundary_impulse_tracer.F90.

58  logical :: mask_tracers ! If true, boundary_impulse is masked out in massless layers.

◆ nkml

integer boundary_impulse_tracer::boundary_impulse_tracer_cs::nkml

Definition at line 67 of file boundary_impulse_tracer.F90.

67  integer :: nkml ! Number of layers in mixed layer

◆ ntr

integer boundary_impulse_tracer::boundary_impulse_tracer_cs::ntr =NTR_MAX

Definition at line 44 of file boundary_impulse_tracer.F90.

44  integer :: ntr=ntr_max ! The number of tracers that are actually used.

◆ remaining_source_time

real boundary_impulse_tracer::boundary_impulse_tracer_cs::remaining_source_time

Definition at line 70 of file boundary_impulse_tracer.F90.

70  real :: remaining_source_time ! How much longer (same units as the timestep) to

◆ restart_csp

type(mom_restart_cs), pointer boundary_impulse_tracer::boundary_impulse_tracer_cs::restart_csp => NULL()

Definition at line 75 of file boundary_impulse_tracer.F90.

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

◆ time

type(time_type), pointer boundary_impulse_tracer::boundary_impulse_tracer_cs::time

Definition at line 47 of file boundary_impulse_tracer.F90.

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

◆ tr

real, dimension(:,:,:,:), pointer boundary_impulse_tracer::boundary_impulse_tracer_cs::tr => NULL()

Definition at line 49 of file boundary_impulse_tracer.F90.

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

◆ tr_adx

type(p3d), dimension(ntr_max) boundary_impulse_tracer::boundary_impulse_tracer_cs::tr_adx

Definition at line 51 of file boundary_impulse_tracer.F90.

51  type(p3d), dimension(NTR_MAX) :: &
52  tr_adx, &! Tracer zonal advective fluxes in g m-3 m3 s-1.An Error Has Occurred
53 
54 
55  tr_ady, &! Tracer meridional advective fluxes in g m-3 m3 s-1.
56  tr_dfx, &! Tracer zonal diffusive fluxes in g m-3 m3 s-1.
57  tr_dfy ! Tracer meridional diffusive fluxes in g m-3 m3 s-1.

◆ tr_ady

type(p3d), dimension(ntr_max) boundary_impulse_tracer::boundary_impulse_tracer_cs::tr_ady

Definition at line 51 of file boundary_impulse_tracer.F90.

◆ tr_desc

type(vardesc), dimension(ntr_max) boundary_impulse_tracer::boundary_impulse_tracer_cs::tr_desc

Definition at line 77 of file boundary_impulse_tracer.F90.

77  type(vardesc) :: tr_desc(ntr_max)

◆ tr_dfx

type(p3d), dimension(ntr_max) boundary_impulse_tracer::boundary_impulse_tracer_cs::tr_dfx

Definition at line 51 of file boundary_impulse_tracer.F90.

◆ tr_dfy

type(p3d), dimension(ntr_max) boundary_impulse_tracer::boundary_impulse_tracer_cs::tr_dfy

Definition at line 51 of file boundary_impulse_tracer.F90.

◆ tr_reg

type(tracer_registry_type), pointer boundary_impulse_tracer::boundary_impulse_tracer_cs::tr_reg => NULL()

Definition at line 48 of file boundary_impulse_tracer.F90.

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

◆ tracers_may_reinit

logical boundary_impulse_tracer::boundary_impulse_tracer_cs::tracers_may_reinit

Definition at line 59 of file boundary_impulse_tracer.F90.

59  logical :: tracers_may_reinit ! If true, boundary_impulse can be initialized if

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