Skip to content

Commit

Permalink
rename ww3 obstructions/shadow files to include ".rtd."
Browse files Browse the repository at this point in the history
  • Loading branch information
erinethomas committed Sep 26, 2024
1 parent fc02007 commit c30f09b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions components/ww3/bld/build-namelist
Original file line number Diff line number Diff line change
Expand Up @@ -398,8 +398,8 @@ if ($NML_TYPE eq "ww3_grid_nml") {
add_default($nl, 'icedisp');
add_default($nl, 'rwndc');

add_default($nl, 'uostfilelocal', 'val'=>"'${DIN_LOC_ROOT}/wav/ww3/obstructions_local.${WAV_GRID}${WAV_SPEC}.in'");
add_default($nl, 'uostfileshadow', 'val'=>"'${DIN_LOC_ROOT}/wav/ww3/obstructions_shadow.${WAV_GRID}${WAV_SPEC}.in'");
add_default($nl, 'uostfilelocal', 'val'=>"'${DIN_LOC_ROOT}/wav/ww3/obstructions_local.${WAV_GRID}${WAV_SPEC}.rtd.in'");
add_default($nl, 'uostfileshadow', 'val'=>"'${DIN_LOC_ROOT}/wav/ww3/obstructions_shadow.${WAV_GRID}${WAV_SPEC}.rtd.in'");

}

Expand Down
4 changes: 2 additions & 2 deletions components/ww3/cime_config/buildnml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ def buildnml(case, caseroot, compname):

input_list.write("mesh = {}/wav/ww3/{}.msh\n".format(din_loc_root,wav_grid))
input_list.write("stations = {}/wav/ww3/stations.txt\n".format(din_loc_root))
input_list.write("uostfilelocal = {}/wav/ww3/obstructions_local.{}{}.in\n".format(din_loc_root,wav_grid,wav_spec))
input_list.write("uostfileshadow = {}/wav/ww3/obstructions_shadow.{}{}.in\n".format(din_loc_root,wav_grid,wav_spec))
input_list.write("uostfilelocal = {}/wav/ww3/obstructions_local.{}{}.rtd.in\n".format(din_loc_root,wav_grid,wav_spec))
input_list.write("uostfileshadow = {}/wav/ww3/obstructions_shadow.{}{}.rtd.in\n".format(din_loc_root,wav_grid,wav_spec))

#--------------------------------------------------------------------
# Invoke ww3 build-namelist - output will go in $CASEBUILD/ww3conf
Expand Down

0 comments on commit c30f09b

Please sign in to comment.