restFileMod Module



Functions

public function restFile_filename(rdate)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: rdate

Return Value character(len=256)


Subroutines

public subroutine restFile_write(bounds, file, rdate, noptr)

Arguments

Type IntentOptional Attributes Name
type(bounds_type), intent(in) :: bounds
character(len=*), intent(in) :: file
character(len=*), intent(in), optional :: rdate
logical, intent(in), optional :: noptr

public subroutine restFile_read(bounds_proc, file, glc_behavior)

Arguments

Type IntentOptional Attributes Name
type(bounds_type), intent(in) :: bounds_proc
character(len=*), intent(in) :: file
type(glc_behavior_type), intent(in) :: glc_behavior

public subroutine restFile_getfile(file, path)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(out) :: file
character(len=*), intent(out) :: path

public subroutine restFile_open(flag, file, ncid)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: flag
character(len=*), intent(in) :: file
type(file_desc_t), intent(out) :: ncid

public subroutine restFile_close(ncid)

Arguments

Type IntentOptional Attributes Name
type(file_desc_t), intent(inout) :: ncid