ocssw
V2022
|
merge_met_reanalysis.py File Reference
Go to the source code of this file.
Namespaces | |
merge_met_reanalysis | |
Functions | |
def | enforce_range (values, param) |
def | smooth_latlon (old_arr, width=3) |
def | fix_bias (old_dat, new_dat, width=3) |
def | merge_met_reanalysis (file_upd, file_nrt, file_tpl, file_out=None) |
def | apply_reanalysis_bias (h4_nrt, h4_upd, h4_out, width=11) |
def | expand_reanalysis_file (h4_nrt, h4_upd, h4_out, expand_array=False) |
Variables | |
int | NY_OUT = 181 |
int | NX_OUT = 360 |
dictionary | PARAM_RANGES |
dictionary | params = PARAM_RANGES.keys() |
parser = argparse.ArgumentParser(description='Adjust predicted met files with bias derived from NCEP Reanalysis.') | |
metavar | |
help | |
nargs | |
args = parser.parse_args() | |
dict_args = vars(args) | |