-
Notifications
You must be signed in to change notification settings - Fork 171
Add support for SWOT–HyMAP DA #1750
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
base: master
Are you sure you want to change the base?
Conversation
|
@yyoon4 I cannot read your input/SWOT_lis_id_ohio_10km_v16.nc file. Would you please fix its permissions? |
Done |
|
Thanks. |
|
Would you point me to your ldt.config file for creating lis_input.ohio.noahmp401.hymap.nc? Thanks. |
I have added the ldt.config and output file here: |
|
Thanks. I am having trouble exactly reproducing your lis_input.ohio.noahmp401.hymap.nc. How did you compile LDT? |
I used an older LDT executable to generate the LDT output. Below are the compilation options I selected: I re-ran the process using the up-to-date LDT code with the same compilation options. However, the LDT outputs were still different. After reviewing all variables by comparing the old and new LDT outputs, I found that everything was identical except for SLOPE. I believe my older LDT code may not include some updates. Since I do not use the SLOPE variable in LIS, this difference does not affect any LIS outputs. |
No change in results found.
|
@yyoon4, your changes to lis/routing/HYMAP2_router/da_WL/HYMAP2_daWL_Mod.F90 broke one of our existing testcases. You changed site_id to count and distance to weight. status = nf90_inq_dimid(nid,"site_id",siteId) status = nf90_inq_varid(nid,'distance',drainid) How is the "HYMAP2 localization weight map:" file created? May I rename these two names back to their previous values? |
@jvgeiger I believe—though I am not entirely sure—that your code contains a mix of old and new implementations. The following two lines are correct; the others are old and no longer used: status = nf90_inq_dimid(nid,"count",siteId) Below is the code I originally submitted. 133 write(LIS_logunit,*)'[INFO] Reading localization map from '& Also localization map information: netcdf distance_upstream_map_full_ohio_010 { |
Description
Add support for SWOT–HyMAP2 DA (#1749)
Currently, the SWOT DA code supports only HyMAP2. Additional code for HyMAP3 will be submitted later.
Testcase
/discover/nobackup/yyoon4/lis7/Testcase/swot_da