-
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.
* Create PULL_REQUEST_TEMPLATE.md * Delete PULL_REQUEST_TEMPLATE.md * add debugging lines to conda_env_setup fix conda setup block in conda_init.sh * remove space in --prefix call in conda_env_setup.sh * refine conda initialization script * remove some echo statements * change conda_check procedure in conda_init.sh * add conda binary check back to init script * fix issues with the enviroment scripts add option to specify the micromamba executable path to cli config files, env build scripts, and docs add help option to conda_env_setup.sh simplify conda env command in environment_manager module add arg to output_manager to try and fix issues with ghostscript converting files on personal mac update docs with description on micromamba_exe option * add micromamba_exe parm to conda_init.sh update workflow yml with new micromamba args add micromamba_exe to test workflow config files and update conda_root to reflect changes * remove PathAction spec from micromamba_exe in cli_subcommands template since it is an optional argument and does not require initialization by default * remove extraneous calls from conda_init.sh * remove more debugging calls from conda_init.sh * add logic to handle the presence of optional micromamba_exe path to core path initialization * fix mdtf generator for micromamba case in conda_env_setup * try adding source conda_init.sh and activate _MDTF_base in output_managerto resolve ghostscript issues * add ghostscript to env_base.yml * move micromamba environment setup scripts to separate files and reinstate previous code in conda env setup and init files update code to reflect changes in conda/micromamba scripts update mdtf_framework.py to allow python 3.10 or later in case users need python 3.10 environments * update docs and README conda installation instructions and options for micromamba uncomment cat output file in mdtf_tests for debugging * fix actions file * replace calls to mdtf_framework.py with mdtf wrapper in mdtf_tests.yml * add micromamba_exe arg to NOAA_GFDL runtime config templates remove env_mgr parm from make_output remove conda script calls from output manager * update conda/micromamba instructions in start_install docs --------- Co-authored-by: Jessica.Liptak <jessica.liptak@noaa.gov>
- Loading branch information
1 parent
d5eb6f5
commit 66eff18
Showing
25 changed files
with
529 additions
and
165 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
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
Oops, something went wrong.