FV3 Bundle
sim_nc_nlm_mod Module Reference

Functions/Subroutines

subroutine, public open_ncfile (iflnm, ncid)
 
subroutine, public close_ncfile (ncid)
 
subroutine, public get_ncdim1 (ncid, var1_name, im)
 
subroutine, public get_var1_double (ncid, var1_name, im, var1, var_exist)
 
subroutine, public get_var1_real (ncid, var1_name, im, var1, var_exist)
 
subroutine, public get_var2_real (ncid, var_name, im, jm, var2)
 
subroutine, public get_var2_r4 (ncid, var2_name, is, ie, js, je, var2, time_slice)
 
subroutine, public get_var2_double (ncid, var2_name, im, jm, var2)
 
subroutine, public get_var3_double (ncid, var3_name, im, jm, km, var3)
 
subroutine, public get_var3_real (ncid, var3_name, im, jm, km, var3)
 
subroutine, public get_var3_r4 (ncid, var3_name, is, ie, js, je, ks, ke, var3, time_slice)
 
subroutine get_var4_real (ncid, var4_name, im, jm, km, nt, var4)
 
subroutine get_var4_double (ncid, var4_name, im, jm, km, nt, var4)
 
subroutine get_real3 (ncid, var4_name, im, jm, nt, var4)
 
logical function, public check_var (ncid, var3_name)
 
subroutine get_var_att_str (ncid, var_name, att_name, att)
 
subroutine, public get_var_att_double (ncid, var_name, att_name, value)
 
subroutine, public handle_err (status)
 
subroutine calendar (year, month, day, hour)
 

Function/Subroutine Documentation

◆ calendar()

subroutine sim_nc_nlm_mod::calendar ( integer, intent(inout)  year,
integer, intent(inout)  month,
integer, intent(inout)  day,
integer, intent(inout)  hour 
)
private

Definition at line 405 of file sim_nc_nlm_mod.F90.

◆ check_var()

logical function, public sim_nc_nlm_mod::check_var ( integer, intent(in)  ncid,
character(len=*), intent(in)  var3_name 
)

Definition at line 350 of file sim_nc_nlm_mod.F90.

◆ close_ncfile()

subroutine, public sim_nc_nlm_mod::close_ncfile ( integer, intent(in)  ncid)

Definition at line 58 of file sim_nc_nlm_mod.F90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ get_ncdim1()

subroutine, public sim_nc_nlm_mod::get_ncdim1 ( integer, intent(in)  ncid,
character(len=*), intent(in)  var1_name,
integer, intent(out)  im 
)

Definition at line 69 of file sim_nc_nlm_mod.F90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ get_real3()

subroutine sim_nc_nlm_mod::get_real3 ( integer, intent(in)  ncid,
character(len=*), intent(in)  var4_name,
integer, intent(in)  im,
integer, intent(in)  jm,
integer, intent(in)  nt,
real(kind=4), dimension(im,jm), intent(out)  var4 
)
private

Definition at line 324 of file sim_nc_nlm_mod.F90.

Here is the call graph for this function:

◆ get_var1_double()

subroutine, public sim_nc_nlm_mod::get_var1_double ( integer, intent(in)  ncid,
character(len=*), intent(in)  var1_name,
integer, intent(in)  im,
real(kind=8), dimension(im), intent(out)  var1,
logical, intent(out), optional  var_exist 
)

Definition at line 86 of file sim_nc_nlm_mod.F90.

Here is the call graph for this function:

◆ get_var1_real()

subroutine, public sim_nc_nlm_mod::get_var1_real ( integer, intent(in)  ncid,
character(len=*), intent(in)  var1_name,
integer, intent(in)  im,
real(kind=4), dimension(im), intent(out)  var1,
logical, intent(out), optional  var_exist 
)

Definition at line 109 of file sim_nc_nlm_mod.F90.

Here is the call graph for this function:

◆ get_var2_double()

subroutine, public sim_nc_nlm_mod::get_var2_double ( integer, intent(in)  ncid,
character(len=*), intent(in)  var2_name,
integer, intent(in)  im,
integer, intent(in)  jm,
real(kind=8), dimension(im,jm), intent(out)  var2 
)

Definition at line 174 of file sim_nc_nlm_mod.F90.

Here is the call graph for this function:

◆ get_var2_r4()

subroutine, public sim_nc_nlm_mod::get_var2_r4 ( integer, intent(in)  ncid,
character(len=*), intent(in)  var2_name,
integer, intent(in)  is,
integer, intent(in)  ie,
integer, intent(in)  js,
integer, intent(in)  je,
real(kind=4), dimension(is:ie,js:je), intent(out)  var2,
integer, intent(in), optional  time_slice 
)

Definition at line 146 of file sim_nc_nlm_mod.F90.

Here is the call graph for this function:

◆ get_var2_real()

subroutine, public sim_nc_nlm_mod::get_var2_real ( integer, intent(in)  ncid,
character(len=*), intent(in)  var_name,
integer, intent(in)  im,
integer, intent(in)  jm,
real(kind=4), dimension(im), intent(out)  var2 
)

Definition at line 130 of file sim_nc_nlm_mod.F90.

Here is the call graph for this function:

◆ get_var3_double()

subroutine, public sim_nc_nlm_mod::get_var3_double ( integer, intent(in)  ncid,
character(len=*), intent(in)  var3_name,
integer, intent(in)  im,
integer, intent(in)  jm,
integer, intent(in)  km,
real(kind=8), dimension(im,jm,km), intent(out)  var3 
)

Definition at line 192 of file sim_nc_nlm_mod.F90.

Here is the call graph for this function:

◆ get_var3_r4()

subroutine, public sim_nc_nlm_mod::get_var3_r4 ( integer, intent(in)  ncid,
character(len=*), intent(in)  var3_name,
integer, intent(in)  is,
integer, intent(in)  ie,
integer, intent(in)  js,
integer, intent(in)  je,
integer, intent(in)  ks,
integer, intent(in)  ke,
real(kind=4), dimension(is:ie,js:je,ks:ke), intent(out)  var3,
integer, intent(in), optional  time_slice 
)

Definition at line 227 of file sim_nc_nlm_mod.F90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ get_var3_real()

subroutine, public sim_nc_nlm_mod::get_var3_real ( integer, intent(in)  ncid,
character(len=*), intent(in)  var3_name,
integer, intent(in)  im,
integer, intent(in)  jm,
integer, intent(in)  km,
real(kind=4), dimension(im,jm,km), intent(out)  var3 
)

Definition at line 209 of file sim_nc_nlm_mod.F90.

Here is the call graph for this function:

◆ get_var4_double()

subroutine sim_nc_nlm_mod::get_var4_double ( integer, intent(in)  ncid,
character(len=*), intent(in)  var4_name,
integer, intent(in)  im,
integer, intent(in)  jm,
integer, intent(in)  km,
integer, intent(in)  nt,
real(kind=8), dimension(im,jm,km,1), intent(out)  var4 
)
private

Definition at line 297 of file sim_nc_nlm_mod.F90.

Here is the call graph for this function:

◆ get_var4_real()

subroutine sim_nc_nlm_mod::get_var4_real ( integer, intent(in)  ncid,
character*(*), intent(in)  var4_name,
integer, intent(in)  im,
integer, intent(in)  jm,
integer, intent(in)  km,
integer, intent(in)  nt,
real*4, dimension(im,jm), intent(out)  var4 
)
private

Definition at line 255 of file sim_nc_nlm_mod.F90.

Here is the call graph for this function:

◆ get_var_att_double()

subroutine, public sim_nc_nlm_mod::get_var_att_double ( integer, intent(in)  ncid,
character*(*), intent(in)  var_name,
character*(*), intent(in)  att_name,
real(kind=8), intent(out)  value 
)

Definition at line 377 of file sim_nc_nlm_mod.F90.

Here is the call graph for this function:

◆ get_var_att_str()

subroutine sim_nc_nlm_mod::get_var_att_str ( integer, intent(in)  ncid,
character*(*), intent(in)  var_name,
character*(*), intent(in)  att_name,
character*(*), intent(out)  att 
)
private

Definition at line 361 of file sim_nc_nlm_mod.F90.

Here is the call graph for this function:

◆ handle_err()

subroutine, public sim_nc_nlm_mod::handle_err ( integer  status)

Definition at line 394 of file sim_nc_nlm_mod.F90.

Here is the caller graph for this function:

◆ open_ncfile()

subroutine, public sim_nc_nlm_mod::open_ncfile ( character(len=*), intent(in)  iflnm,
integer, intent(out)  ncid 
)

Definition at line 46 of file sim_nc_nlm_mod.F90.

Here is the call graph for this function:
Here is the caller graph for this function: