Skip to content

Commit

Permalink
Issue NOAA-EMC#3 - sync merge with develop branch
Browse files Browse the repository at this point in the history
  • Loading branch information
KateFriedman-NOAA committed Feb 13, 2020
2 parents 4bd0e20 + 0359d34 commit e46b175
Show file tree
Hide file tree
Showing 71 changed files with 197 additions and 1,400 deletions.
4 changes: 2 additions & 2 deletions docs/doxygen/compile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
machine=${1:-${machine:-"WCOSS_C"}}
machine=$(echo $machine | tr '[a-z]' '[A-Z]')

if [ $machine = "THEIA" ]; then
doxygen=/scratch3/NCEPDEV/hwrf/save/Samuel.Trahan/doxygen-1.8.10/bin/doxygen
if [ $machine = "HERA" ]; then
doxygen=/usr/bin/doxygen
elif [ $machine = "WCOSS_C" ]; then
doxygen=/gpfs/hps3/emc/hwrf/noscrub/soft/doxygen-1.8.10/bin/doxygen
elif [ $machine = "WCOSS" ]; then
Expand Down
2 changes: 1 addition & 1 deletion docs/doxygen/mainpage.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This is a very much a work in progress and any issues should be reported back an
To setup an experiment, a python script <b>\c setup_expt.py</b> (located in <b>\c fv3gfs/ush</b>) can be used:
$> setup_expt.py -h
usage: setup_expt.py [-h] [--machine {THEIA,WCOSS_C}] --pslot PSLOT
usage: setup_expt.py [-h] [--machine {HERA,WCOSS_C}] --pslot PSLOT
[--configdir CONFIGDIR] [--idate IDATE] [--icsdir ICSDIR]
[--resdet RESDET] [--resens RESENS] [--comrot COMROT]
[--expdir EXPDIR] [--nens NENS] [--cdump CDUMP]
Expand Down
2 changes: 1 addition & 1 deletion docs/note_fixfield.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ They are saved locally on all platforms

Venus/Mars: /gpfs/dell2/emc/modeling/noscrub/emc.glopara/git/fv3gfs/fix
Surge/Luna: /gpfs/hps3/emc/global/noscrub/emc.glopara/git/fv3gfs/fix
THEIA: /scratch4/NCEPDEV/global/save/glopara/git/fv3gfs/fix
Hera: /scratch1/NCEPDEV/global/glopara/fix

------------------------------------------------------------------------------
09/28/2018
Expand Down
77 changes: 0 additions & 77 deletions driver/gdas/test_jgdas_verfozn_theia.sh

This file was deleted.

77 changes: 0 additions & 77 deletions driver/gdas/test_jgdas_verfrad_theia.sh

This file was deleted.

77 changes: 0 additions & 77 deletions driver/gdas/test_jgdas_vminmon_theia.sh

This file was deleted.

77 changes: 0 additions & 77 deletions driver/gfs/test_jgfs_vminmon_theia.sh

This file was deleted.

1 change: 0 additions & 1 deletion driver/product/run_postsnd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ export MP_STDOUTMODE=ordered

#export machine="WCOSS_C"
machine="WCOSS_DELL_P3"
#machine="THEIA"
if [ $machine == "WCOSS_C" ]; then
##For WCOSS-Cray##################
export launcher="aprun"
Expand Down
1 change: 0 additions & 1 deletion driver/product/run_postsnd.sh.cray
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ export MP_STDOUTMODE=ordered

export machine="WCOSS_C"
#machine="WCOSS_DELL_P3"
#machine="THEIA"
#machine="JET"
export FHMAX_HF_GFS=120
export FHOUT_HF_GFS=1
Expand Down
1 change: 0 additions & 1 deletion driver/product/run_postsnd.sh.dell
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ export MP_STDOUTMODE=ordered

#export machine="WCOSS_C"
machine="WCOSS_DELL_P3"
#machine="THEIA"
#machine="JET"
export npe_postsnd=12
export npe_postsndcfp=10
Expand Down
1 change: 0 additions & 1 deletion driver/product/run_postsnd.sh.jet
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ export MP_STDOUTMODE=ordered

#export machine="WCOSS_C"
#machine="WCOSS_DELL_P3"
#machine="THEIA"
machine="JET"
export npe_postsnd=12
export npe_postsndcfp=10
Expand Down
Loading

0 comments on commit e46b175

Please sign in to comment.