Skip to content

Commit

Permalink
More usermods_dir corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
ekluzek committed Dec 11, 2024
1 parent 6e5b1b8 commit acd2266
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,9 @@ cime_config/config_tests.xml ----- Define CTSM specific tests
cime_config/config_pes.xml ------- Define Processor layouts for various CTSM grids and compsets
cime_config/testdefs ------------- Directory for specification of CTSM testing
cime_config/testdefs/ExpectedTestFails.xml -- List of tests that are expected to fail
cime_config/usermods_dirs -------- Directories of sets of user-modification subdirs
cime_config/usermods_dirs/clm ---- Directories of sets of user-modification subdirs
(These are directories that add specific user modifications to
simulations created using "cime/scripts/create_newcase --user-mods-dir".)
simulations created using "cime/scripts/create_newcase --user-mods-dir clm/*)

tools/mksurfdata_esmf --------- Directory to build program to create surface dataset
at any resolution.
Expand Down
2 changes: 1 addition & 1 deletion cime_config/usermods_dirs/clm/NEON/FATES/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Use these user mods as you would any other user_mods, e.g.:

`./create_newcase --case FATES_ABBY_test --res CLM_USRDAT --compset I1PtClm60Fates --run-unsupported --user-mods-dir /glade/work/$user/CTSM/cime_config/usermods_dirs/clm/NEON/FATES/ABBY`
`./create_newcase --case FATES_ABBY_test --res CLM_USRDAT --compset I1PtClm60Fates --run-unsupported --user-mods-dir clm/NEON/FATES/ABBY`

## Note on crop sites KONA and STER

Expand Down

0 comments on commit acd2266

Please sign in to comment.