Go to the source code of this file.
Modules | |
module | ice_prescribed_mod |
Functions/Subroutines | |
subroutine | ice_prescribed_mod::ice_prescribed_init |
subroutine | ice_prescribed_mod::ice_prescribed_run (mDateIn, secIn) |
subroutine | ice_prescribed_mod::ice_prescribed_readField (fileName, fldName, nTime, fldRead) |
subroutine | ice_prescribed_mod::ice_prescribed_checkDomain (csimXCoord, csimYCoord, dataXCoord, dataYCoord, regrid) |
subroutine | ice_prescribed_mod::ice_prescribed_phys |
Variables | |
logical(kind=log_kind) | ice_prescribed_mod::prescribed_ice |
integer(kind=int_kind) | ice_prescribed_mod::stream_year_first |
integer(kind=int_kind) | ice_prescribed_mod::stream_year_last |
integer(kind=int_kind) | ice_prescribed_mod::model_year_align |
character(len=char_len_long) | ice_prescribed_mod::stream_fldVarName |
character(len=char_len_long) | ice_prescribed_mod::stream_fldFileName |
character(len=char_len_long) | ice_prescribed_mod::stream_domTvarName |
character(len=char_len_long) | ice_prescribed_mod::stream_domXvarName |
character(len=char_len_long) | ice_prescribed_mod::stream_domYvarName |
character(len=char_len_long) | ice_prescribed_mod::stream_domAreaName |
character(len=char_len_long) | ice_prescribed_mod::stream_domMaskName |
character(len=char_len_long) | ice_prescribed_mod::stream_domFileName |
logical(kind=log_kind) | ice_prescribed_mod::prescribed_ice_fill |
real(kind=dbl_kind) | ice_prescribed_mod::closelat |
real(kind=dbl_kind) | ice_prescribed_mod::closelon |
integer(kind=int_kind) | ice_prescribed_mod::latidx |
integer(kind=int_kind) | ice_prescribed_mod::lonidx |
integer(kind=int_kind) | ice_prescribed_mod::ncid |
real(kind=dbl_kind), allocatable | ice_prescribed_mod::dataXCoord |
real(kind=dbl_kind), allocatable | ice_prescribed_mod::dataYCoord |
integer(kind=int_kind), allocatable | ice_prescribed_mod::dataMask |
real(kind=dbl_kind), allocatable | ice_prescribed_mod::dataUB |
real(kind=dbl_kind), allocatable | ice_prescribed_mod::dataLB |
type(shr_stream_streamType), save | ice_prescribed_mod::csim_stream |
type(shr_map_mapType) | ice_prescribed_mod::csim_map |
type(shr_map_mapType) | ice_prescribed_mod::csim_fill |
real(kind=dbl_kind), allocatable | ice_prescribed_mod::dataInLB |
real(kind=dbl_kind), allocatable | ice_prescribed_mod::dataInUB |
real(kind=dbl_kind), allocatable | ice_prescribed_mod::dataSrcLB |
real(kind=dbl_kind), allocatable | ice_prescribed_mod::dataSrcUB |
real(kind=dbl_kind), allocatable | ice_prescribed_mod::dataDstLB |
real(kind=dbl_kind), allocatable | ice_prescribed_mod::dataDstUB |
real(kind=dbl_kind), allocatable | ice_prescribed_mod::dataOutLB |
real(kind=dbl_kind), allocatable | ice_prescribed_mod::dataOutUB |
real(kind=dbl_kind), dimension(:,:), allocatable | ice_prescribed_mod::ice_cov_global |
real(kind=dbl_kind), dimension(nx_block, ny_block, max_blocks) | ice_prescribed_mod::ice_cov_lb |
real(kind=dbl_kind), dimension(nx_block, ny_block, max_blocks) | ice_prescribed_mod::ice_cov_ub |
real(kind=dbl_kind), dimension(nx_block, ny_block, max_blocks) | ice_prescribed_mod::ice_cov |
logical(kind=log_kind) | ice_prescribed_mod::regrid |
integer(kind=int_kind) | ice_prescribed_mod::dateUB |
integer(kind=int_kind) | ice_prescribed_mod::dateLB |
integer(kind=int_kind) | ice_prescribed_mod::secUB |
integer(kind=int_kind) | ice_prescribed_mod::secLB |
integer(kind=int_kind) | ice_prescribed_mod::nlon |
integer(kind=int_kind) | ice_prescribed_mod::nlat |
integer(kind=int_kind) | ice_prescribed_mod::nflds |
character(len=char_len_long) | ice_prescribed_mod::fldList |
character(len=char_len) | ice_prescribed_mod::fldName |
logical | ice_prescribed_mod::read_data |
real(kind=dbl_kind), parameter | ice_prescribed_mod::cp_sno = 0.0_dbl_kind |
real(kind=dbl_kind), parameter | ice_prescribed_mod::rLfi = Lfresh*rhoi |
real(kind=dbl_kind), parameter | ice_prescribed_mod::rLfs = Lfresh*rhos |
real(kind=dbl_kind), parameter | ice_prescribed_mod::rLvi = Lvap*rhoi |
real(kind=dbl_kind), parameter | ice_prescribed_mod::rLvs = Lvap*rhos |
real(kind=dbl_kind), parameter | ice_prescribed_mod::rcpi = cp_ice*rhoi |
real(kind=dbl_kind), parameter | ice_prescribed_mod::rcps = cp_sno*rhos |
real(kind=dbl_kind), parameter | ice_prescribed_mod::rcpidepressT = rcpi*depressT |
real(kind=dbl_kind), parameter | ice_prescribed_mod::rLfidepressT = rLfi*depressT |