My Project
Variables
ice_state Module Reference

Variables

real(kind=dbl_kind), dimension(:,:), allocatable, target, save aice
 
real(kind=dbl_kind), dimension(:,:), allocatable, target, save vice
 
real(kind=dbl_kind), dimension(:,:), allocatable, target, save vsno
 
real(kind=dbl_kind), dimension(:,:), allocatable, target, save tsfc
 
real(kind=dbl_kind), dimension(:,:), allocatable, target, save eice
 
real(kind=dbl_kind), dimension(:,:), allocatable, target, save esno
 
real(kind=dbl_kind), dimension(:,:), allocatable, target, save tmass
 
real(kind=dbl_kind), dimension(:,:), allocatable, target, save aice_init
 
real(kind=dbl_kind), dimension(:,:,:), allocatable, target, save aicen
 
real(kind=dbl_kind), dimension(:,:,:), allocatable, target, save vicen
 
real(kind=dbl_kind), dimension(:,:,:), allocatable, target, save vsnon
 
real(kind=dbl_kind), dimension(:,:,:), allocatable, target, save tsfcn
 
real(kind=dbl_kind), dimension(:,:,:), allocatable, target, save esnon
 
real(kind=dbl_kind), dimension(:,:), allocatable, target, save aice0
 
real(kind=dbl_kind), dimension(:,:,:), allocatable, target, save eicen
 
real(kind=dbl_kind), dimension(:,:), allocatable, save uvel
 
real(kind=dbl_kind), dimension(:,:), allocatable, save vvel
 
real(kind=dbl_kind), dimension(:,:), allocatable, save strength
 

Variable Documentation

◆ aice

real (kind=dbl_kind), dimension(:,:), allocatable, target, save ice_state::aice

Definition at line 82 of file ice_state.f90.

82  real (kind=dbl_kind),dimension(:,:),allocatable,save,TARGET :: &
83  aice &! concentration of ice
84  , vice &! volume per unit area of ice (m)
85  , vsno &! volume per unit area of snow (m)
86  , tsfc &! temperature of ice/snow top surface (C)
87  , eice &! energy of melt. of ice (J/m^2)
88  , esno &! energy of melt. of snow layer (J/m^2)
89  , tmass &! total mass of ice and snow
90  , aice_init ! concentration of ice at beginning of dt (for diagnostics)
real(kind=dbl_kind), dimension(:,:), allocatable, target, save eice
Definition: ice_state.f90:82
real(kind=dbl_kind), dimension(:,:), allocatable, target, save esno
Definition: ice_state.f90:82
real(kind=dbl_kind), dimension(:,:), allocatable, target, save tmass
Definition: ice_state.f90:82
real(kind=dbl_kind), dimension(:,:), allocatable, target, save vsno
Definition: ice_state.f90:82
real(kind=dbl_kind), dimension(:,:), allocatable, target, save aice
Definition: ice_state.f90:82
real(kind=dbl_kind), dimension(:,:), allocatable, target, save vice
Definition: ice_state.f90:82
real(kind=dbl_kind), dimension(:,:), allocatable, target, save aice_init
Definition: ice_state.f90:82
real(kind=dbl_kind), dimension(:,:), allocatable, target, save tsfc
Definition: ice_state.f90:82

◆ aice0

real (kind=dbl_kind), dimension(:,:), allocatable, target, save ice_state::aice0

Definition at line 105 of file ice_state.f90.

105  real (kind=dbl_kind),dimension(:,:),allocatable,save,TARGET :: &
106  aice0 ! concentration of open water
real(kind=dbl_kind), dimension(:,:), allocatable, target, save aice0
Definition: ice_state.f90:105

◆ aice_init

real (kind=dbl_kind), dimension(:,:), allocatable, target, save ice_state::aice_init

Definition at line 82 of file ice_state.f90.

◆ aicen

real (kind=dbl_kind), dimension(:,:,:), allocatable, target, save ice_state::aicen

Definition at line 97 of file ice_state.f90.

97  real (kind=dbl_kind),dimension(:,:,:),allocatable,save,TARGET :: &
98  aicen &! concentration of ice
99  , vicen &! volume per unit area of ice (m)
100  , vsnon &! volume per unit area of snow (m)
101  , tsfcn &! temperature of ice/snow top surface (C)
102  , esnon ! energy of melt. of snow layer (J/m^2)
real(kind=dbl_kind), dimension(:,:,:), allocatable, target, save esnon
Definition: ice_state.f90:97
real(kind=dbl_kind), dimension(:,:,:), allocatable, target, save tsfcn
Definition: ice_state.f90:97
real(kind=dbl_kind), dimension(:,:,:), allocatable, target, save vicen
Definition: ice_state.f90:97
real(kind=dbl_kind), dimension(:,:,:), allocatable, target, save aicen
Definition: ice_state.f90:97
real(kind=dbl_kind), dimension(:,:,:), allocatable, target, save vsnon
Definition: ice_state.f90:97

◆ eice

real (kind=dbl_kind), dimension(:,:), allocatable, target, save ice_state::eice

Definition at line 82 of file ice_state.f90.

◆ eicen

real (kind=dbl_kind), dimension(:,:,:), allocatable, target, save ice_state::eicen

Definition at line 108 of file ice_state.f90.

108  real (kind=dbl_kind),dimension(:,:,:),allocatable,save,TARGET :: &
109  eicen ! energy of melting for
real(kind=dbl_kind), dimension(:,:,:), allocatable, target, save eicen
Definition: ice_state.f90:108

◆ esno

real (kind=dbl_kind), dimension(:,:), allocatable, target, save ice_state::esno

Definition at line 82 of file ice_state.f90.

◆ esnon

real (kind=dbl_kind), dimension(:,:,:), allocatable, target, save ice_state::esnon

Definition at line 97 of file ice_state.f90.

◆ strength

real (kind=dbl_kind), dimension(:,:), allocatable, save ice_state::strength

Definition at line 120 of file ice_state.f90.

◆ tmass

real (kind=dbl_kind), dimension(:,:), allocatable, target, save ice_state::tmass

Definition at line 82 of file ice_state.f90.

◆ tsfc

real (kind=dbl_kind), dimension(:,:), allocatable, target, save ice_state::tsfc

Definition at line 82 of file ice_state.f90.

◆ tsfcn

real (kind=dbl_kind), dimension(:,:,:), allocatable, target, save ice_state::tsfcn

Definition at line 97 of file ice_state.f90.

◆ uvel

real (kind=dbl_kind), dimension(:,:), allocatable, save ice_state::uvel

Definition at line 120 of file ice_state.f90.

120  real (kind=dbl_kind),dimension(:,:),allocatable,save :: &
121  uvel &! x-component of velocity (m/s)
122  , vvel &! y-component of velocity (m/s)
123  , strength ! ice strength (N/m)
real(kind=dbl_kind), dimension(:,:), allocatable, save uvel
Definition: ice_state.f90:120
real(kind=dbl_kind), dimension(:,:), allocatable, save vvel
Definition: ice_state.f90:120
real(kind=dbl_kind), dimension(:,:), allocatable, save strength
Definition: ice_state.f90:120

◆ vice

real (kind=dbl_kind), dimension(:,:), allocatable, target, save ice_state::vice

Definition at line 82 of file ice_state.f90.

◆ vicen

real (kind=dbl_kind), dimension(:,:,:), allocatable, target, save ice_state::vicen

Definition at line 97 of file ice_state.f90.

◆ vsno

real (kind=dbl_kind), dimension(:,:), allocatable, target, save ice_state::vsno

Definition at line 82 of file ice_state.f90.

◆ vsnon

real (kind=dbl_kind), dimension(:,:,:), allocatable, target, save ice_state::vsnon

Definition at line 97 of file ice_state.f90.

◆ vvel

real (kind=dbl_kind), dimension(:,:), allocatable, save ice_state::vvel

Definition at line 120 of file ice_state.f90.