Hello,
I am trying to install CESM 3.0 to work on the Community Land Model (CLM) in Linux. Following the guidelines, I cloned the repository using:
git clone GitHub - ESCOMP/CESM: The Community Earth System Model
cd CESM
After cloning, when I attempt to run:
./manage_externals/checkout_externals
I get an error saying that the file does not exist. I have tried cloning multiple times, but the issue persists.
Additionally, I manually cloned the manage_externals repository using:
git clone GitHub - ESMCI/manage_externals: cesm externals management utility
Then, I created the Externals.cfg file with the following content:
[externals_description]
schema_version = 1
[cime]
protocol = git
repo_url = GitHub - ESMCI/cime: Common Infrastructure for Modeling the Earth
branch = main
local_path = cime
required = True
[components]
protocol = git
repo_url = https://github.com/ESCOMP/components.git
branch = main
local_path = components
required = True
However, I am now encountering the following error: list index out of range.
As this is my first time working with CLM or any modeling, I would greatly appreciate any assistance resolving this issue. Additionally, if there are any tutorials, documentation, or other resources related to CLM modeling that you could recommend, I would be grateful for your guidance.
Describe your problem or question:
I am trying to install CESM 3.0 to work on the Community Land Model (CLM) in Linux. Following the guidelines, I cloned the repository using:
git clone GitHub - ESCOMP/CESM: The Community Earth System Model
cd CESM
After cloning, when I attempt to run:
./manage_externals/checkout_externals
I get an error saying that the file does not exist. I have tried cloning multiple times, but the issue persists.
Additionally, I manually cloned the manage_externals repository using:
git clone GitHub - ESMCI/manage_externals: cesm externals management utility
Then, I created the Externals.cfg file with the following content:
[externals_description]
schema_version = 1
[cime]
protocol = git
repo_url = GitHub - ESMCI/cime: Common Infrastructure for Modeling the Earth
branch = main
local_path = cime
required = True
[components]
protocol = git
repo_url = https://github.com/ESCOMP/components.git
branch = main
local_path = components
required = True
However, I am now encountering the following error: list index out of range.
As this is my first time working with CLM or any modeling, I would greatly appreciate any assistance resolving this issue. Additionally, if there are any tutorials, documentation, or other resources related to CLM modeling that you could recommend, I would be grateful for your guidance.
Describe your problem or question: