Skip to content

Commit e7786dd

Browse files
authored
Removed namelist_generator (#104)
This has been migrated to https://github.com/HPSCTerrSys/eCLM_namelist-generator
1 parent 9423642 commit e7786dd

27 files changed

Lines changed: 2 additions & 7975 deletions

.github/workflows/build_and_run_eCLM.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
INSTALL_DIR: ${{ github.workspace }}/install
7272
CMAKE_BUILD_PARALLEL_LEVEL: 4
7373
WTB_REPO_NAME: extpar_eclm_wuestebach_sp
74-
WTB_REPO_TAG: 0.3
74+
WTB_REPO_TAG: 0.4
7575

7676
steps:
7777
- uses: actions/checkout@v4
@@ -129,10 +129,6 @@ jobs:
129129
cmake --install $BUILD_DIR
130130
tree ${INSTALL_DIR}
131131
132-
- name: Install eCLM namelist generator
133-
run: |
134-
pip3 install --user ./namelist_generator
135-
136132
#
137133
# TODO: Wuestebach test should also run for eCLM-Standalone_RELEASE configuration.
138134
#
@@ -151,7 +147,6 @@ jobs:
151147
git clone -b ${WTB_REPO_TAG} https://icg4geo.icg.kfa-juelich.de/ExternalReposPublic/tsmp2-static-files/${WTB_REPO_NAME}.git
152148
du -ch ${WTB_REPO_NAME}
153149
git lfs fsck
154-
tree $(pwd)
155150
156151
- if: matrix.config.name == 'eCLM-Standalone_DEBUG' && steps.cache-wtb-restore.outputs.cache-hit != 'true'
157152
name: Save Wuestebach static files
@@ -165,7 +160,7 @@ jobs:
165160
name: Run 1x1 Wuestebach test case
166161
working-directory: ${{ github.workspace }}
167162
run: |
168-
${GITHUB_WORKSPACE}/${WTB_REPO_NAME}/static.resources/generate_wtb_namelists.sh 1x1_wuestebach
163+
yes | ${GITHUB_WORKSPACE}/${WTB_REPO_NAME}/static.resources/generate_wtb_namelists.sh 1x1_wuestebach
169164
cd 1x1_wuestebach
170165
mpirun -np 1 ${INSTALL_DIR}/bin/eclm.exe
171166

namelist_generator/README.rst

Lines changed: 0 additions & 32 deletions
This file was deleted.

namelist_generator/clm5nl-check

Lines changed: 0 additions & 46 deletions
This file was deleted.

namelist_generator/clm5nl-gen

Lines changed: 0 additions & 125 deletions
This file was deleted.

namelist_generator/clm5nl/_version.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

namelist_generator/clm5nl/generators/__init__.py

Lines changed: 0 additions & 50 deletions
This file was deleted.

0 commit comments

Comments
 (0)