MOM6
isomip_tracer::isomip_tracer_cs Type Reference

Detailed Description

tracer control structure

Definition at line 56 of file ISOMIP_tracer.F90.

Collaboration diagram for isomip_tracer::isomip_tracer_cs:
[legend]

Public variables and constants

logical coupled_tracers = .false.
 These tracers are not offered to the coupler. More...
 
character(len=200) tracer_ic_file
 The full path to the IC file, or " " to initialize internally. More...
 
type(time_type), pointer time
 A pointer to the ocean model's clock. More...
 
type(tracer_registry_type), pointer tr_reg => NULL()
 
real, dimension(:,:,:,:), pointer tr => NULL()
 The array of tracers used in this subroutine, in g m-3? More...
 
real, dimension(:,:,:,:), pointer tr_aux => NULL()
 The masked tracer concentration for output, in g m-3. More...
 
type(p3d), dimension(ntrtr_adx
 Tracer zonal advective fluxes in g m-3 m3 s-1. More...
 
type(p3d), dimension(ntrtr_ady
 Tracer meridional advective fluxes in g m-3 m3 s-1. More...
 
type(p3d), dimension(ntrtr_dfx
 Tracer zonal diffusive fluxes in g m-3 m3 s-1. More...
 
type(p3d), dimension(ntrtr_dfy
 Tracer meridional diffusive fluxes in g m-3 m3 s-1. More...
 
real, dimension(ntrland_val = -1.0
 The value of tr used where land is masked out. More...
 
logical mask_tracers
 If true, tracers are masked out in massless layers. More...
 
logical use_sponge
 
integer, dimension(ntrind_tr
 Indices returned by aof_set_coupler_flux if it is used and the surface tracer concentrations are to be provided to the coupler. More...
 
type(diag_ctrl), pointer diag
 A structure that is used to regulate the timing of diagnostic output. More...
 
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 isomip_tracer::isomip_tracer_cs::coupled_tracers = .false.

These tracers are not offered to the coupler.

Definition at line 57 of file ISOMIP_tracer.F90.

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

◆ diag

type(diag_ctrl), pointer isomip_tracer::isomip_tracer_cs::diag

A structure that is used to regulate the timing of diagnostic output.

Definition at line 80 of file ISOMIP_tracer.F90.

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

◆ id_tr_adx

integer, dimension(ntr) isomip_tracer::isomip_tracer_cs::id_tr_adx = -1

Definition at line 82 of file ISOMIP_tracer.F90.

◆ id_tr_ady

integer, dimension(ntr) isomip_tracer::isomip_tracer_cs::id_tr_ady = -1

Definition at line 82 of file ISOMIP_tracer.F90.

◆ id_tr_dfx

integer, dimension(ntr) isomip_tracer::isomip_tracer_cs::id_tr_dfx = -1

Definition at line 83 of file ISOMIP_tracer.F90.

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

◆ id_tr_dfy

integer, dimension(ntr) isomip_tracer::isomip_tracer_cs::id_tr_dfy = -1

Definition at line 83 of file ISOMIP_tracer.F90.

◆ id_tracer

integer, dimension(ntr) isomip_tracer::isomip_tracer_cs::id_tracer = -1

Definition at line 82 of file ISOMIP_tracer.F90.

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

◆ ind_tr

integer, dimension(ntr) isomip_tracer::isomip_tracer_cs::ind_tr

Indices returned by aof_set_coupler_flux if it is used and the surface tracer concentrations are to be provided to the coupler.

Definition at line 76 of file ISOMIP_tracer.F90.

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

◆ land_val

real, dimension(ntr) isomip_tracer::isomip_tracer_cs::land_val = -1.0

The value of tr used where land is masked out.

Definition at line 72 of file ISOMIP_tracer.F90.

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

◆ mask_tracers

logical isomip_tracer::isomip_tracer_cs::mask_tracers

If true, tracers are masked out in massless layers.

Definition at line 73 of file ISOMIP_tracer.F90.

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

◆ time

type(time_type), pointer isomip_tracer::isomip_tracer_cs::time

A pointer to the ocean model's clock.

Definition at line 61 of file ISOMIP_tracer.F90.

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

◆ tr

real, dimension(:,:,:,:), pointer isomip_tracer::isomip_tracer_cs::tr => NULL()

The array of tracers used in this subroutine, in g m-3?

Definition at line 63 of file ISOMIP_tracer.F90.

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

◆ tr_adx

type(p3d), dimension(ntr) isomip_tracer::isomip_tracer_cs::tr_adx

Tracer zonal advective fluxes in g m-3 m3 s-1.

Definition at line 67 of file ISOMIP_tracer.F90.

67  type(p3d), dimension(NTR) :: &
68  tr_adx, &!< Tracer zonal advective fluxes in g m-3 m3 s-1.
69  tr_ady, &!< Tracer meridional advective fluxes in g m-3 m3 s-1.
70  tr_dfx, &!< Tracer zonal diffusive fluxes in g m-3 m3 s-1.
71  tr_dfy !< Tracer meridional diffusive fluxes in g m-3 m3 s-1.

◆ tr_ady

type(p3d), dimension(ntr) isomip_tracer::isomip_tracer_cs::tr_ady

Tracer meridional advective fluxes in g m-3 m3 s-1.

Definition at line 67 of file ISOMIP_tracer.F90.

◆ tr_aux

real, dimension(:,:,:,:), pointer isomip_tracer::isomip_tracer_cs::tr_aux => NULL()

The masked tracer concentration for output, in g m-3.

Definition at line 65 of file ISOMIP_tracer.F90.

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

◆ tr_desc

type(vardesc), dimension(ntr) isomip_tracer::isomip_tracer_cs::tr_desc

Definition at line 85 of file ISOMIP_tracer.F90.

85  type(vardesc) :: tr_desc(ntr)

◆ tr_dfx

type(p3d), dimension(ntr) isomip_tracer::isomip_tracer_cs::tr_dfx

Tracer zonal diffusive fluxes in g m-3 m3 s-1.

Definition at line 67 of file ISOMIP_tracer.F90.

◆ tr_dfy

type(p3d), dimension(ntr) isomip_tracer::isomip_tracer_cs::tr_dfy

Tracer meridional diffusive fluxes in g m-3 m3 s-1.

Definition at line 67 of file ISOMIP_tracer.F90.

◆ tr_reg

type(tracer_registry_type), pointer isomip_tracer::isomip_tracer_cs::tr_reg => NULL()

Definition at line 62 of file ISOMIP_tracer.F90.

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

◆ tracer_ic_file

character(len = 200) isomip_tracer::isomip_tracer_cs::tracer_ic_file

The full path to the IC file, or " " to initialize internally.

Definition at line 59 of file ISOMIP_tracer.F90.

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

◆ use_sponge

logical isomip_tracer::isomip_tracer_cs::use_sponge

Definition at line 74 of file ISOMIP_tracer.F90.

74  logical :: use_sponge

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