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

Phase 5.3.2 land segments with Prefix "F" #164

Closed
rburghol opened this issue Mar 4, 2022 · 1 comment
Closed

Phase 5.3.2 land segments with Prefix "F" #164

rburghol opened this issue Mar 4, 2022 · 1 comment
Assignees

Comments

@rburghol
Copy link
Contributor

rburghol commented Mar 4, 2022

Overview

  • The "F"land segment do not appear in Phase 5.3.2 coverages in VAHydro
    • select hydrocode, bundle, ftype from dh_feature where ftype like '%532%' and bundle = 'landunit';
    • Maybe these 532 coverages are actually from 5.0 shapefiles and it changed between 5.0 and 5.3.2?
  • Are there shape files in p532 model directories that have these?
    • @snhandelsman are these in the shape files that you are working with?
    • Please upload to Github
  • The latest scripts DO create "F" land segments, however: in my latest test in Roanoke, that
  • Other wuestions:
    • Are these "virtual", i.e. derived somewhere else to serve as MS4 or something?
    • They DO exist in the NLDAS2 configuration scripts:
      • fgrep F /backup/meteorologyseg_maps/*
Error When Running F Land Segment in model

Error in Segment:

  • F51019
  • Roanoke OR2_7610_7780
  • Toreproduce:
  • cbp run_land.csh p532sova_2021 OR2_7610_7780
  • cbp run_etm.csh p532sova_2021 OR2_7610_7780
 PROBLEM in etm
 PROBLEM FILE WRITTEN
 Error: no non-zero values found for annual
 max quickflow in returnfq subroutine
../../../tmp/wdm/land/for/p532sova_2021/forF51019.wdm
Temporary work around - copy A to F
  • This is not a robust long-term solution, unless of course these are "virtual" segments and this is actually the correct strategy.
cp /opt/model/p53/p532c-sova/input/scenario/climate/prad/p20211221/prad_A51019.wdm /opt/model/p53/p532c-sova/input/scenario/climate/prad/p20211221/prad_F51019.wdm
cp /opt/model/p53/p532c-sova/input/scenario/climate/met/nldas1221/met_A51019.wdm /opt/model/p53/p532c-sova/input/scenario/climate/met/nldas1221/met_F51019.wdm

cbp run_land.csh p532sova_2021 OR2_7610_7780
cbp run_etm.csh p532sova_2021 OR2_7610_7780
@rburghol
Copy link
Contributor Author

rburghol commented Mar 14, 2022

Example:

  • F51019
  • Roanoke OR2_7610_7780
  • cbp run_land.csh p532sova_2021 OR2_7610_7780
  • cbp run_etm.csh p532sova_2021 OR2_7610_7780
 PROBLEM FILE WRITTEN
 Error: no non-zero values found for annual
 max quickflow in returnfq subroutine
../../../tmp/wdm/land/for/p532sova_2021/forF51019.wdm

 PROBLEM in etm
 PROBLEM FILE WRITTEN
 Error: no non-zero values found for annual
 max quickflow in returnfq subroutine
../../../tmp/wdm/land/for/p532sova_2021/forF51019.wdm

Attempt to fix:

cp /opt/model/p53/p532c-sova/input/scenario/climate/prad/p20211221/prad_A51019.wdm /opt/model/p53/p532c-sova/input/scenario/climate/prad/p20211221/prad_F51019.wdm
cp /opt/model/p53/p532c-sova/input/scenario/climate/met/nldas1221/met_A51019.wdm /opt/model/p53/p532c-sova/input/scenario/climate/met/nldas1221/met_F51019.wdm

cbp run_land.csh p532sova_2021 OR2_7610_7780
cbp run_etm.csh p532sova_2021 OR2_7610_7780

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