Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
126 changes: 63 additions & 63 deletions docs/UsersGuide/source/ConfigWorkflow.rst

Large diffs are not rendered by default.

74 changes: 37 additions & 37 deletions docs/UsersGuide/source/RunSRW.rst

Large diffs are not rendered by default.

544 changes: 272 additions & 272 deletions parm/FV3LAM_wflow.xml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion scripts/exregional_make_grid.sh
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ failed."
# those variables in the forecast model's namelist file that specify the
# paths to the surface climatology files. These files will either already
# be avaialable in a user-specified directory (SFC_CLIMO_DIR) or will be
# generated by the MAKE_SFC_CLIMO_TN task. They (or symlinks to them)
# generated by the TN_MAKE_SFC_CLIMO task. They (or symlinks to them)
# will be placed (or wll already exist) in the FIXlam directory.
#
#-----------------------------------------------------------------------
Expand Down
6 changes: 3 additions & 3 deletions scripts/exregional_run_fcst.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,11 @@ the grid and (filtered) orography files ..."
cd_vrfy ${DATA}/INPUT

#
# For experiments in which the MAKE_GRID_TN task is run, we make the
# For experiments in which the TN_MAKE_GRID task is run, we make the
# symlinks to the grid files relative because those files wlll be located
# within the experiment directory. This keeps the experiment directory
# more portable and the symlinks more readable. However, for experiments
# in which the MAKE_GRID_TN task is not run, pregenerated grid files will
# in which the TN_MAKE_GRID task is not run, pregenerated grid files will
# be used, and those will be located in an arbitrary directory (specified
# by the user) that is somwehere outside the experiment directory. Thus,
# in this case, there isn't really an advantage to using relative symlinks,
Expand Down Expand Up @@ -155,7 +155,7 @@ create_symlink_to_file target="$target" symlink="$symlink" \

#
# As with the symlinks grid files above, when creating the symlinks to
# the orography files, use relative paths if running the MAKE_OROG_TN
# the orography files, use relative paths if running the TN_MAKE_OROG
# task and absolute paths otherwise.
#
if [ "${RUN_TASK_MAKE_OROG}" = "TRUE" ]; then
Expand Down
Loading