Lake information into the GEOS BCS workflow#1214
Draft
biljanaorescanin wants to merge 4 commits intodevelopfrom
Draft
Lake information into the GEOS BCS workflow#1214biljanaorescanin wants to merge 4 commits intodevelopfrom
biljanaorescanin wants to merge 4 commits intodevelopfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR introduces HydroLAKES-TopoCat v1.1 (2023) lake information into the GEOS BCS workflow.
This update does not alter tile geometry or Pfafstetter indexing. It augments tile metadata with physically consistent lake fraction information.
It implements:
Branch was tested in BCs package for EASE grid (M36 and M09) and for Cube (c180 and c90)
Example of one tile info :
CF0180x6C_DE1440xPE0720-Pfafstetter.nc419 : 0000-00-00 00:00:00 0 2252578 0 : 0.0000 0.0099671 1.0000 : tile_lake_frac
20 : 0000-00-00 00:00:00 0 2252578 0 : 0.0000 0.0090341 1.0000 : tile_is_lake_50pct
and:
double tile_lake_frac(tile) ;
tile_lake_frac:long_name = "Lake fraction in tile" ;
tile_lake_frac:units = "1" ;
int tile_is_lake_50pct(tile) ;
tile_is_lake_50pct:long_name = "Flag: tile_lake_frac >= 0.5" ;
tile_is_lake_50pct:units = "1" ;
@gmao-rreichle