Conversation
* Cleanup rerun request workflow * Use snake_case for variables in workflows * Made issue templates names consistent * Removed unnecessary copy_files function * Refactored grid generation logic using nesting groups Not tested - this will probably fail * Added OutputManager * Separated code in different files and classes * Added intermediate output and on failure * Added small comment * Fixed small bug * Always archive zip file * Update function name * Fixed access to domain_config * Fixed small bug in move_files * Fixed destination_filename bug * Initialize program_failed * Make EXTPAR config name settable * Moved initialization of extpar_config_filename * Change output logic * Moved grid_sources to GridManager * Revised todos * Fixed typo in variable name * Rework output directories structure * Fixed missing f-string * Transfer latlon to output * Transfer config.json in output * Skip latlon generation and visualization only when domain is not icontools * Fixed typo * Copy config.json instead of moving * Make Zonda log available outside zip archive * Fixed bug in visualization * Improve logging * Fix logging level increment * Fixed logging bugs * Fixed move_files logging indentation * Updated src file structure * Fix environment name * Improved Jenkinsfiles and cleaned up scripts * Revert changes to create_branch_from_issue.yml * Readd naming change for issue.txt * Readd checkout version change * Update invalid report message * Fix calls to zonda-rotgrid * Fixed bug in archiveAndReport * Added script region around calls to Groovy functions * Fix loading of groovy files * Fix loaded groovy variables * Fix small bugs * Temporarily use issue.txt instead of issue-id.txt This is because the Github Action uses the YAML file on the main branch * Fix location of process_request.py * Use custom workspace name also for Request * Actually fixed path to process_request.py * Small fixes to invalid status message * Add __init__.py to src/ * Add src/ to PYTHONPATH * Escape dollar sign for PYTHONPATH * Fix * Continue if output files not found * Fix argument names of report.py in post actions * Fix Cleanup Jenkinsfile
* Add support for using input grids for all domains * Remove TODO comment * Generate nests from input grid (#1614) * First draft * Pass input_grid_path to write_icon_gridgen_namelist * Fixed padding * Fixed all bugs * Separate icontools dirs per nesting group * Fixed small bug * Pass icontools_dir to run_icon_gridgen * Fixed namelist destination * Allow for refinement of input grid even for nested domains * Small fix * Added empty line before and after subprocess output * Rename grid files using global domain id when refinement starts from input grid * Only move output of the current nesting group * Rename also local HTML files with correct domain label * Small changes to some logging strings
* First draft * Support multiple EXTPAR variables * Managers should not know about each other * Support multi-dimensional EXTPAR variables * Small fix * Handle variables without certain attributes * Added selected indices to plot file
Contributor
Author
|
Before merging we should change the testsuite requests so that they work with the new version, then run the testsuite here. |
* Change outfile to request_name * Replace basegrid with globals
* Pinned versions of packages in Conda env * Revert pinning packages in environment.yml * Remove argparse package It's already part of the standard library * Add environment lock file * Adapt Jenkins files to use lock file
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.
No description provided.