forked from NOAA-EMC/GEFS
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modify gefs_wave[_init].parm based on g-w config
On branch feature/gefs_v13_S2SW modified: parm/gefs_wave.parm modified: parm/gefs_wave_init.parm Refs: NOAA-EMC#114
- Loading branch information
1 parent
6796a0b
commit c48c43a
Showing
2 changed files
with
87 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
#!/bin/bash | ||
#! /usr/bin/env bash | ||
|
||
# Downstream directory settings | ||
export HOMEgfs=${HOMEgfs:-$HOMEgefs} | ||
export HOMEwave=${HOMEwave:-${HOMEgfs}} | ||
export FIXwave=${FIXwave:-$HOMEgefs/fix/fix_wave} | ||
export EXECcode=${EXECcode:-$HOMEgfs/exec} | ||
export USHwave=${USHwave:-$HOMEgfs/ush} | ||
## Downstream directory settings | ||
#export HOMEgfs=${HOMEgfs:-$HOMEgefs} | ||
#export HOMEwave=${HOMEwave:-${HOMEgfs}} | ||
#export FIXwave=${FIXwave:-$HOMEgefs/fix/fix_wave} | ||
#export EXECcode=${EXECcode:-$HOMEgfs/exec} | ||
#export USHwave=${USHwave:-$HOMEgfs/ush} | ||
|
||
export MP_PULSE=0 | ||
#export MP_PULSE=0 | ||
|
||
# Step label | ||
export sigMODE=${sigMODE:-init} |