Skip to content

Commit

Permalink
Merge pull request #3 from ekluzek/PPE_updatetodev163
Browse files Browse the repository at this point in the history
Update the PPE with externals from the release-cesm2.2 branch so that it will work on Derecho
  • Loading branch information
ekluzek authored Jan 26, 2024
2 parents fd828ff + 39e0cf9 commit 4ac3776
Show file tree
Hide file tree
Showing 214 changed files with 1,254 additions and 45,425 deletions.
25 changes: 5 additions & 20 deletions Externals.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,33 +26,18 @@ repo_url = https://github.com/ESCOMP/MOSART
tag = mosart1_0_42
required = True

[mizuRoute]
local_path = components/mizuRoute
[cdeps]
local_path = components/cdeps
hash = d808b7c6f78a2d5dcfeb1da0d1a452a9b66e08c8
protocol = git
repo_url = https://github.com/nmizukami/mizuRoute
hash = 34723c2
repo_url = https://github.com/ESCOMP/CDEPS.git
required = True

[cime]
local_path = cime
protocol = git
repo_url = https://github.com/ESMCI/cime
tag = cime5.8.47
required = True

[cmeps]
local_path = cime/src/drivers/nuopc/
protocol = git
repo_url = https://github.com/ESCOMP/CMEPS.git
tag = cmeps0.13.2
required = True

[cdeps]
local_path = components/cdeps
protocol = git
repo_url = https://github.com/ESCOMP/CDEPS.git
tag = cdeps0.12.4
externals = Externals_CDEPS.cfg
tag = cime5.8.32.9
required = True

[doc-builder]
Expand Down
23 changes: 1 addition & 22 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ General directory structure ($CTSMROOT):
doc --------------- Documentation of CLM.
bld --------------- Template, configure and build-namelist scripts for clm.
src --------------- CLM Source code.
test -------------- CLM Testing scripts for CLM offline tools.
tools ------------- CLM Offline tools to prepare input datasets and process output.
tools ------------- CLM Offline tools to prepare input datasets and process output. (now empty use latest development)
cime_config ------- Configuration files of cime for compsets and CLM settings
manage_externals -- Script to manage the external source directories
python ------------ Some python modules mostly for use by run_sys_tests (but could be used elsewhere)
Expand Down Expand Up @@ -121,26 +120,6 @@ cime_config/usermods_dirs -------- Directories of sets of user-modification subd
simulations created using "cime/scripts/create_newcase --user-mods-dir".
Current sub directories are for various CMIP6 configurations)

test/tools/test_driver.sh -- Script for general software testing of
CLM's offline tools.

tools/mksurfdata_map ---------- Directory to build program to create surface dataset
at any resolution.
tools/mkdatadomain ------------ Directory to build program to create datm7 or docn7
domain files from clm files.
tools/mkprocdata_map ---------- Process history data from unstructed grids to a gridded
format.
tools/mkmapgrids -------------- NCL script to create a SCRIP grid file for a regular lat/lon grid
tools/ncl_scripts ------------ Directory of NCL and perl scripts to do various
tasks. Most notably to plot perturbation error growth
testing and to extract regional information from
global datasets for single-point/regional simulations.
tools/contrib ----------------- Miscellansous useful scripts for pre and post processing
as well as case management of CTSM. These scripts are
contributed by users and may not be as well tested or
supported as other tools.


=============================================================================================
Source code directory structure:
=============================================================================================
Expand Down
67 changes: 0 additions & 67 deletions bld/namelist_files/createMapEntry.pl

This file was deleted.

Loading

0 comments on commit 4ac3776

Please sign in to comment.