ufs-community / ufs-srweather-app

UFS Short-Range Weather Application
Other
55 stars 116 forks source link

[develop] UFS-SRW-AQM: Problems with Conda for Generating Workflow on Hera #1113

Closed drnimbusrain closed 1 month ago

drnimbusrain commented 1 month ago

Expected behavior

After building UFS-SRW-AQM with [develop] branch, cannot activate conda srw_app environment for generating workflow following the READTHEDOCS.

Current behavior

Can not find conda environment: srw_app.

Machines affected

Hera

Steps To Reproduce

https://ufs-srweather-app.readthedocs.io/en/develop/UsersGuide/BuildingRunningTesting/AQM.html#quick-start-guide-srw-aqm

module use modulefiles/
module load wflow_hera
Please do the following to activate conda:
       > conda activate srw_app

conda activate srw_app

Detailed Description of Fix (optional)

Additional Information (optional)

Possible Implementation (optional)

Output (optional)

EnvironmentNameNotFound: Could not find conda environment: srw_app You can list all discoverable environments with conda info --envs.

@chan-hoo

chan-hoo commented 1 month ago

@drnimbusrain, can you try it on a new terminal window? I tested it on Hera. It worked well on my end.

drnimbusrain commented 1 month ago

@chan-hoo You are correct, closing. Thank you.