-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add function new_dict_wo_key to util/basic.py * add boolean attribute is_alternate to VarlistEntry class remove iter_shallow_alternates function from varlist_util.py refactor alternates attribute so that it is a list of VarlistEntry classes instead of a nested list add call to new_dict_wo_key to remove alternate VarlistEntry keys from Varlist dict after they have been appended as attributes to the variable VarlistEntry that they can be substituted for * refine alternate check in preprocessor query_catalog to use translation info attached to alternates if avaiable need to fix issues with errors thrown by metadata checks for cases where 4d field is present, but doesn't match query for specific level * add varlist_util to commit * add logic to sub long_name for standard_name if necessary to xr_parser check_ds_attrs add check to sub 4D field name for variable level name in ds search to check_ds_attrs
- Loading branch information
1 parent
315ccba
commit f34b6f4
Showing
5 changed files
with
82 additions
and
25 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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