You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
on blogin. If I try to run esm_master get-foci-default it fails with
blogin3:~/esm/esm_tools/stuff/test_setups $ esm_master get-foci-default
************************************************************************************
Message found for package esm_tools version 5.0.12:
"ESM Tools version 5.0.5 allows for the generation of hosing files in AWI-ESM-2.1 and AWI-ESM-2.2To use that, you still need to install a plugin. Please run:$ pip install --user gfw_creator"
Upgrade this package by typing: esm_versions upgrade esm_tools
Upgrade all packages by typing: esm_versions upgrade
************************************************************************************
Executing commands in this order:
mkdir -p foci-default
cd foci-default
git clone -b oasis3mct2.8-foci https://git.geomar.de/foci/src/oasis3mct.git oasis
git clone -b esm-tools https://git.geomar.de/foci/src/echam.git echam-6.3.05p2-foci
git clone -b esm-tools https://git.geomar.de/foci/src/xios.git xios
git clone -b esm-tools https://git.geomar.de/foci/src/nemo.git nemo-ORCA05_LIM2_KCM_AOW
git clone -b master https://git.geomar.de/foci/src/nemo_config/ORCA05_LIM2_KCM_AOW.git nemo-ORCA05_LIM2_KCM_AOW/CONFIG/ORCA05_LIM2_KCM_AOW
sed -i '/ECHAM6_COUPLED/s/OFF/ON/g' echam-6.3.05p2-foci/CMakeLists.txt
cd ..
Traceback (most recent call last):
File "/home/shkifmsw/.local/bin/esm_master", line 10, in<module>sys.exit(main())
File "/home/shkifmsw/.local/lib/python3.7/site-packages/esm_master/cli.py", line 76, in main
main_flow(parsed_args, target)
File "/home/shkifmsw/.local/lib/python3.7/site-packages/esm_master/esm_master.py", line 52, in main_flow
user_task.execute() #env)
File "/home/shkifmsw/.local/lib/python3.7/site-packages/esm_master/task.py", line 474, in execute
check= not ignore_errors,
NameError: name 'ignore_errors' is not defined
blogin3:~/esm/esm_tools/stuff/test_setups $
Must have been introduced during one of the latest merge, as esm_master 5.0.1 was still working.
The text was updated successfully, but these errors were encountered:
I use the following versions:
on blogin. If I try to run
esm_master get-foci-default
it fails withMust have been introduced during one of the latest merge, as esm_master 5.0.1 was still working.
The text was updated successfully, but these errors were encountered: