Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wdm_insert_ALL should handle more than just year #10

Closed
rburghol opened this issue Oct 27, 2022 · 1 comment
Closed

wdm_insert_ALL should handle more than just year #10

rburghol opened this issue Oct 27, 2022 · 1 comment

Comments

@rburghol
Copy link
Contributor

rburghol commented Oct 27, 2022

No need. Handled by wdm_insert_one. See https://github.com/HARPgroup/model_meteorology/blob/lenone/prad_met/wdm_insert_one.f

Test

# create new scenario
sdate="1984010100"  
edate="2022093023"
syear="1984"
eyear="2022"
append_syear="2020"
append_eyear="2022"
scenario="vadeq_2021"
met_scen=testmet2022
prad_scen=testprad2022
i=N51091
edate="2020123123"
wdm_pm_one $i $sdate $edate nldas2 harp2021 $met_scen $prad_scen 1984010100-2020123123 overwrite
edate="2022093023"
wdm_pm_one $i ${append_syear}010100 ${append_eyear}093023 nldas2 harp2021 $met_scen $prad_scen met2date append

@rburghol
Copy link
Contributor Author

This does not need to be done. wdm_insert_one can handle this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant