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.
On branch feature/gefs_v13_atmos_prep modified: parm/gefs_atmos_ensavg_netcdf.parm modified: parm/gefs_atmos_prep.parm modified: parm/gefs_gempak.parm modified: parm/gefs_init.parm Refs: NOAA-EMC#96, NOAA-EMC#87 & NOAA-EMC#98
- Loading branch information
1 parent
589b36a
commit a4ada8d
Showing
4 changed files
with
4 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/ksh | ||
#! /usr/bin/env bash | ||
|
||
export HOMEgfs=${HOMEgfs:-$HOMEgefs} | ||
export EXECgfs=$HOMEgfs/exec | ||
|
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,4 +1,4 @@ | ||
#!/bin/ksh | ||
#! /usr/bin/env bash | ||
|
||
case $cyc in | ||
00) memshift=0;; | ||
|
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,4 +1,4 @@ | ||
#!/bin/ksh | ||
#! /usr/bin/env bash | ||
|
||
export fstart=${fstart:-0} | ||
export fend=${fhmaxh:-384} | ||
|
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,4 +1,4 @@ | ||
#!/bin/ksh | ||
#! /usr/bin/env bash | ||
|
||
export warm_start=".false." | ||
|
||
|