MOM6
pseudo_salt_tracer::pseudo_salt_tracer_cs Type Reference

Detailed Description

The control structure for the pseudo-salt tracer.

Definition at line 39 of file pseudo_salt_tracer.F90.

Collaboration diagram for pseudo_salt_tracer::pseudo_salt_tracer_cs:
[legend]

Public variables and constants

type(time_type), pointer time => NULL()
 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 ps => NULL()
 The array of pseudo-salt tracer used in this subroutine [ppt}. More...
 
real, dimension(:,:,:), pointer diff => NULL()
 The difference between the pseudo-salt tracer and the real salt [ppt]. More...
 
logical pseudo_salt_may_reinit = .true.
 Hard coding since this should not matter. More...
 
integer id_psd = -1
 A diagnostic ID. More...
 
type(diag_ctrl), pointer diag => NULL()
 A structure that is used to regulate the timing of diagnostic output. More...
 
type(mom_restart_cs), pointer restart_csp => NULL()
 A pointer to the restart control structure. More...
 
type(vardesc) tr_desc
 A description and metadata for the pseudo-salt tracer. More...
 

Variables and constants

◆ diag

type(diag_ctrl), pointer pseudo_salt_tracer::pseudo_salt_tracer_cs::diag => NULL()

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

Definition at line 50 of file pseudo_salt_tracer.F90.

50  type(diag_ctrl), pointer :: diag => null() !< A structure that is used to

◆ diff

real, dimension(:,:,:), pointer pseudo_salt_tracer::pseudo_salt_tracer_cs::diff => NULL()

The difference between the pseudo-salt tracer and the real salt [ppt].

Definition at line 44 of file pseudo_salt_tracer.F90.

44  real, pointer :: diff(:,:,:) => null() !< The difference between the pseudo-salt

◆ id_psd

integer pseudo_salt_tracer::pseudo_salt_tracer_cs::id_psd = -1

A diagnostic ID.

Definition at line 48 of file pseudo_salt_tracer.F90.

48  integer :: id_psd = -1 !< A diagnostic ID

◆ ps

real, dimension(:,:,:), pointer pseudo_salt_tracer::pseudo_salt_tracer_cs::ps => NULL()

The array of pseudo-salt tracer used in this subroutine [ppt}.

Definition at line 42 of file pseudo_salt_tracer.F90.

42  real, pointer :: ps(:,:,:) => null() !< The array of pseudo-salt tracer used in this

◆ pseudo_salt_may_reinit

logical pseudo_salt_tracer::pseudo_salt_tracer_cs::pseudo_salt_may_reinit = .true.

Hard coding since this should not matter.

Definition at line 46 of file pseudo_salt_tracer.F90.

46  logical :: pseudo_salt_may_reinit = .true. !< Hard coding since this should not matter

◆ restart_csp

type(mom_restart_cs), pointer pseudo_salt_tracer::pseudo_salt_tracer_cs::restart_csp => NULL()

A pointer to the restart control structure.

Definition at line 52 of file pseudo_salt_tracer.F90.

52  type(MOM_restart_CS), pointer :: restart_CSp => null() !< A pointer to the restart control structure

◆ time

type(time_type), pointer pseudo_salt_tracer::pseudo_salt_tracer_cs::time => NULL()

A pointer to the ocean model's clock.

Definition at line 40 of file pseudo_salt_tracer.F90.

40  type(time_type), pointer :: Time => null() !< A pointer to the ocean model's clock.

◆ tr_desc

type(vardesc) pseudo_salt_tracer::pseudo_salt_tracer_cs::tr_desc

A description and metadata for the pseudo-salt tracer.

Definition at line 54 of file pseudo_salt_tracer.F90.

54  type(vardesc) :: tr_desc !< A description and metadata for the pseudo-salt tracer

◆ tr_reg

type(tracer_registry_type), pointer pseudo_salt_tracer::pseudo_salt_tracer_cs::tr_reg => NULL()

A pointer to the MOM tracer registry.

Definition at line 41 of file pseudo_salt_tracer.F90.

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

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