MOM6
isomip_tracer::isomip_tracer_cs Type Reference

Detailed Description

ISOMIP tracer package control structure.

Definition at line 45 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()
 A pointer to the MOM tracer registry. More...
 
real, dimension(:,:,:,:), pointer tr => NULL()
 The array of tracers used in this package, in g m-3? More...
 
real, dimension(ntrland_val = -1.0
 The value of tr used where land is masked out. More...
 
logical use_sponge
 If true, sponges may be applied somewhere in the domain. More...
 
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...
 
type(vardesc), dimension(ntrtr_desc
 Descriptions and metadata for the tracers in this package. More...
 

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 46 of file ISOMIP_tracer.F90.

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

◆ 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 58 of file ISOMIP_tracer.F90.

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

◆ 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 54 of file ISOMIP_tracer.F90.

54  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 51 of file ISOMIP_tracer.F90.

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

◆ time

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

A pointer to the ocean model's clock.

Definition at line 48 of file ISOMIP_tracer.F90.

48  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 package, in g m-3?

Definition at line 50 of file ISOMIP_tracer.F90.

50  real, pointer :: tr(:,:,:,:) => null() !< The array of tracers used in this package, in g m-3?

◆ tr_desc

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

Descriptions and metadata for the tracers in this package.

Definition at line 61 of file ISOMIP_tracer.F90.

61  type(vardesc) :: tr_desc(NTR) !< Descriptions and metadata for the tracers in this package

◆ tr_reg

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

A pointer to the MOM tracer registry.

Definition at line 49 of file ISOMIP_tracer.F90.

49  type(tracer_registry_type), pointer :: tr_Reg => null() !< A pointer to the MOM tracer registry

◆ 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 47 of file ISOMIP_tracer.F90.

47  character(len = 200) :: tracer_IC_file !< The full path to the IC file, or " " to initialize internally.

◆ use_sponge

logical isomip_tracer::isomip_tracer_cs::use_sponge

If true, sponges may be applied somewhere in the domain.

Definition at line 52 of file ISOMIP_tracer.F90.

52  logical :: use_sponge !< If true, sponges may be applied somewhere in the domain.

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