LMDZ
dynredem_mod Module Reference

Functions/Subroutines

subroutine, public dynredem_write_u (ncid, id, var, ll)
 
subroutine, public dynredem_write_v (ncid, id, var, ll)
 
subroutine, public dynredem_read_u (ncid, id, var, ll)
 
subroutine, public cre_var (ncid, var, title, did, units)
 
subroutine, public put_var1 (ncid, var, title, did, v, units)
 
subroutine, public put_var2 (ncid, var, title, did, v, units)
 
character(len=256) function, public msg (typ, nam)
 
subroutine, public err (ierr, typ, nam)
 
subroutine, public dynredem_write_u (ncid, id, var, ll)
 
subroutine, public dynredem_write_v (ncid, id, var, ll)
 
subroutine, public dynredem_read_u (ncid, id, var, ll)
 
subroutine, public put_var (ncid, var, title, did, v, units)
 

Variables

character(len=256), save, public fil
 
character(len=256), save, public modname
 
integer, save nvarid
 

Function/Subroutine Documentation

subroutine public dynredem_mod::cre_var ( integer, intent(in)  ncid,
character(len=*), intent(in)  var,
character(len=*), intent(in)  title,
integer, dimension(:), intent(in)  did,
character(len=*), intent(in), optional  units 
)

Definition at line 94 of file dynredem_mod.F90.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine, public dynredem_mod::dynredem_read_u ( integer, intent(in)  ncid,
character(len=*), intent(in)  id,
real, dimension(iip1,jjp1,ll), intent(out)  var,
integer, intent(in)  ll 
)

Definition at line 69 of file dynredem_mod.F90.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine, public dynredem_mod::dynredem_read_u ( integer, intent(in)  ncid,
character(len=*), intent(in)  id,
real, dimension(ijb_u:ije_u,ll), intent(out)  var,
integer, intent(in)  ll 
)

Definition at line 120 of file dynredem_mod.F90.

Here is the call graph for this function:

subroutine, public dynredem_mod::dynredem_write_u ( integer, intent(in)  ncid,
character(len=*), intent(in)  id,
real, dimension(iip1,jjp1,ll), intent(in)  var,
integer, intent(in)  ll 
)

Definition at line 19 of file dynredem_mod.F90.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine, public dynredem_mod::dynredem_write_u ( integer, intent(in)  ncid,
character(len=*), intent(in)  id,
real, dimension(ijb_u:ije_u,ll), intent(in)  var,
integer, intent(in)  ll 
)

Definition at line 20 of file dynredem_mod.F90.

Here is the call graph for this function:

subroutine, public dynredem_mod::dynredem_write_v ( integer, intent(in)  ncid,
character(len=*), intent(in)  id,
real, dimension(iip1,jjm,ll), intent(in)  var,
integer, intent(in)  ll 
)

Definition at line 44 of file dynredem_mod.F90.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine, public dynredem_mod::dynredem_write_v ( integer, intent(in)  ncid,
character(len=*), intent(in)  id,
real, dimension(ijb_v:ije_v,ll), intent(in)  var,
integer, intent(in)  ll 
)

Definition at line 70 of file dynredem_mod.F90.

Here is the call graph for this function:

subroutine public dynredem_mod::err ( integer, intent(in)  ierr,
character(len=*), intent(in), optional  typ,
character(len=*), intent(in), optional  nam 
)

Definition at line 197 of file dynredem_mod.F90.

Here is the call graph for this function:

character(len=256) function, public dynredem_mod::msg ( character(len=*), intent(in)  typ,
character(len=*), intent(in), optional  nam 
)

Definition at line 170 of file dynredem_mod.F90.

Here is the caller graph for this function:

subroutine, public dynredem_mod::put_var ( integer, intent(in)  ncid,
character(len=*), intent(in)  var,
character(len=*), intent(in)  title,
integer, dimension(:), intent(in)  did,
real, dimension(:), intent(in)  v,
character(len=*), intent(in), optional  units 
)

Definition at line 198 of file dynredem_mod.F90.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine, public dynredem_mod::put_var1 ( integer, intent(in)  ncid,
character(len=*), intent(in)  var,
character(len=*), intent(in)  title,
integer, dimension(1), intent(in)  did,
real, dimension(:), intent(in)  v,
character(len=*), intent(in), optional  units 
)

Definition at line 120 of file dynredem_mod.F90.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine, public dynredem_mod::put_var2 ( integer, intent(in)  ncid,
character(len=*), intent(in)  var,
character(len=*), intent(in)  title,
integer, dimension(2), intent(in)  did,
real, dimension(:,:), intent(in)  v,
character(len=*), intent(in), optional  units 
)

Definition at line 145 of file dynredem_mod.F90.

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

character(len=256), save, public dynredem_mod::fil

Definition at line 9 of file dynredem_mod.F90.

character(len=256), save, public dynredem_mod::modname

Definition at line 9 of file dynredem_mod.F90.

integer save dynredem_mod::nvarid

Definition at line 10 of file dynredem_mod.F90.