Skip to content

Commit c30f09b

Browse files
committed
rename ww3 obstructions/shadow files to include ".rtd."
1 parent fc02007 commit c30f09b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

components/ww3/bld/build-namelist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -398,8 +398,8 @@ if ($NML_TYPE eq "ww3_grid_nml") {
398398
add_default($nl, 'icedisp');
399399
add_default($nl, 'rwndc');
400400

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

404404
}
405405

components/ww3/cime_config/buildnml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ def buildnml(case, caseroot, compname):
6666

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

7272
#--------------------------------------------------------------------
7373
# Invoke ww3 build-namelist - output will go in $CASEBUILD/ww3conf

0 commit comments

Comments
 (0)