dynredem_mod Module


Uses

  • module~~dynredem_mod~2~~UsesGraph module~dynredem_mod~2 dynredem_mod netcdf netcdf module~dynredem_mod~2->netcdf module~mod_hallo mod_Hallo module~dynredem_mod~2->module~mod_hallo module~paramet_mod_h paramet_mod_h module~dynredem_mod~2->module~paramet_mod_h dimensions_mod dimensions_mod module~dynredem_mod~2->dimensions_mod module~parallel_lmdz parallel_lmdz module~dynredem_mod~2->module~parallel_lmdz module~mod_hallo->module~parallel_lmdz module~paramet_mod_h->dimensions_mod module~lmdz_mpi lmdz_mpi module~parallel_lmdz->module~lmdz_mpi module~mod_const_mpi mod_const_mpi module~parallel_lmdz->module~mod_const_mpi IOIPSL IOIPSL module~parallel_lmdz->IOIPSL

Used by

  • module~~dynredem_mod~2~~UsedByGraph module~dynredem_mod~2 dynredem_mod proc~dynredem1_loc dynredem1_loc proc~dynredem1_loc->module~dynredem_mod~2 proc~dynredem0_loc dynredem0_loc proc~dynredem0_loc->module~dynredem_mod~2 proc~dynredem1 dynredem1 proc~dynredem1->module~dynredem_mod~2 proc~dynredem0 dynredem0 proc~dynredem0->module~dynredem_mod~2

Contents


Variables

Type Visibility Attributes Name Initial
character(len=256), public, SAVE :: fil
character(len=256), public, SAVE :: modname

Functions

public function msg(typ, nam)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: typ
character(len=*), intent(in), optional :: nam

Return Value character(len=256)


Subroutines

public subroutine dynredem_write_u(ncid, id, var, ll)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: ncid
character(len=*), intent(in) :: id
real, intent(in) :: var(ijb_u:ije_u,ll)
integer, intent(in) :: ll

public subroutine dynredem_write_v(ncid, id, var, ll)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: ncid
character(len=*), intent(in) :: id
real, intent(in) :: var(ijb_v:ije_v,ll)
integer, intent(in) :: ll

public subroutine dynredem_read_u(ncid, id, var, ll)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: ncid
character(len=*), intent(in) :: id
real, intent(out) :: var(ijb_u:ije_u,ll)
integer, intent(in) :: ll

public subroutine cre_var(ncid, var, title, did, units)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: ncid
character(len=*), intent(in) :: var
character(len=*), intent(in) :: title
integer, intent(in) :: did(:)
character(len=*), intent(in), optional :: units

public subroutine put_var(ncid, var, title, did, v, units)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: ncid
character(len=*), intent(in) :: var
character(len=*), intent(in) :: title
integer, intent(in) :: did(:)
real, intent(in) :: v(:)
character(len=*), intent(in), optional :: units

public subroutine err(ierr, typ, nam)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: ierr
character(len=*), intent(in), optional :: typ
character(len=*), intent(in), optional :: nam