Skip to content

Commit

Permalink
Merge pull request #2281 from ekluzek/cesm22_derecho
Browse files Browse the repository at this point in the history
Port testlist and PE layouts to Derecho -- cesm2.2
  • Loading branch information
ekluzek authored Dec 12, 2023
2 parents 69ae482 + 1e377a1 commit ce322a1
Show file tree
Hide file tree
Showing 220 changed files with 1,109 additions and 45,949 deletions.
2 changes: 1 addition & 1 deletion Externals.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ tag = mosart1_0_37_1
required = True

[cdeps]
hash = 45b7a85
hash = d808b7c6f78a2d5dcfeb1da0d1a452a9b66e08c8
protocol = git
repo_url = https://github.com/ESCOMP/CDEPS.git
local_path = components/cdeps
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 ce322a1

Please sign in to comment.