CAM
sst_data Module Reference

Functions/Subroutines

subroutine, public sstini (ncid_sst)
 
subroutine, public sstint (ncid_sst, prev_timestep)
 
subroutine prescribed_sst
 

Variables

logical, public sstcyc
 
real(r8), parameter daysperyear = 365.0_r8
 
real(r8), dimension(:,:,:), allocatable sstbdy
 
real(r8), dimension(:,:), allocatable, public sst
 
real(r8) cdaysstm
 
real(r8) cdaysstp
 
integer nm
 
integer np
 
integer lonsiz
 
integer levsiz
 
integer latsiz
 
integer timesiz
 
integer np1
 
integer, dimension(:), allocatable date_sst
 
integer, dimension(:), allocatable sec_sst
 
integer ret
 
integer closelatidx
 
integer closelonidx
 
real(r8) srfdata
 
real(r8) closelat
 
real(r8) closelon
 
real(r8), parameter tsice = -1.7999_r8
 
character(len= *), parameter fieldname ='SST_cpl'
 

Function/Subroutine Documentation

◆ prescribed_sst()

subroutine sst_data::prescribed_sst ( )
Here is the caller graph for this function:

◆ sstini()

subroutine, public sst_data::sstini ( type(file_desc_t), intent(inout)  ncid_sst)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ sstint()

subroutine, public sst_data::sstint ( type(file_desc_t), intent(inout)  ncid_sst,
logical, intent(in), optional  prev_timestep 
)
Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ cdaysstm

real(r8) sst_data::cdaysstm
private

◆ cdaysstp

real(r8) sst_data::cdaysstp
private

◆ closelat

real(r8) sst_data::closelat
private

◆ closelatidx

integer sst_data::closelatidx
private

◆ closelon

real(r8) sst_data::closelon
private

◆ closelonidx

integer sst_data::closelonidx
private

◆ date_sst

integer, dimension(:), allocatable sst_data::date_sst
private

◆ daysperyear

real(r8), parameter sst_data::daysperyear = 365.0_r8
private

◆ fieldname

character(len=*), parameter sst_data::fieldname ='SST_cpl'
private

◆ latsiz

integer sst_data::latsiz
private

◆ levsiz

integer sst_data::levsiz
private

◆ lonsiz

integer sst_data::lonsiz
private

◆ nm

integer sst_data::nm
private

◆ np

integer sst_data::np
private

◆ np1

integer sst_data::np1
private

◆ ret

integer sst_data::ret
private

◆ sec_sst

integer, dimension(:), allocatable sst_data::sec_sst
private

◆ srfdata

real(r8) sst_data::srfdata
private

◆ sst

real(r8), dimension(:,:), allocatable, public sst_data::sst

◆ sstbdy

real(r8), dimension(:,:,:), allocatable sst_data::sstbdy
private

◆ sstcyc

logical, public sst_data::sstcyc

◆ timesiz

integer sst_data::timesiz
private

◆ tsice

real(r8), parameter sst_data::tsice = -1.7999_r8
private