UPP  001
 All Data Structures Files Functions Pages
retrieve_index.f File Reference

retrieve_index() gets record number of desired variable. More...

Go to the source code of this file.

Functions/Subroutines

subroutine retrieve_index (index, string, varname_all, nrecs, iret)
 

Detailed Description

retrieve_index() gets record number of desired variable.

By examining previously generated inventory of wrf binary restart file, find record number that contains the header record for variable identified by input character variable "string".

Parameters
[in]stringMnemonic for variable desired.
[in]varname_allList of all mnemonics obtained from inventory of file.
[in]nrecsTotal number of sequential records counted in wrf binary restart file.
[out]indexDesired record number.
[out]iretReturn status, set to 0 if variable was found, non-zero if not.

Program History Log

Date Programmer Comments
2004-11-29 Parrish Initial
Author
Parrish np22
Date
2004-11-29

Definition in file retrieve_index.f.