UPP (develop)
|
fill_psetfld() reads post xml control file. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | fill_psetfld (param_ofld, param_afld) |
fill_psetfld() reads post xml control file. | |
fill_psetfld() reads post xml control file.
This routine set the output field GRIB2 information such
as parameter name, level type etc from post available field table.
[in,out] | param_ofld | output field. |
[in] | param_afld | available field in post. |
Date | Programmer | Comments |
---|---|---|
2012-01-27 | Jun Wang | Initial |
2012-04-03 | Jun Wang | Add table info |
2015-03-10 | Lin Gan | Using flat file data |
Definition in file FILL_PSETFLD.f.
subroutine fill_psetfld | ( | type(param_t), intent(inout) | param_ofld, |
type(param_t), intent(in) | param_afld | ||
) |
fill_psetfld() reads post xml control file.
This routine sets the output field GRIB2 information such
as parameter name, level type etc from post available field table.
[in,out] | param_ofld | output field. |
[in] | param_afld | available field in post. |
Definition at line 28 of file FILL_PSETFLD.f.