Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify resource-related variables, remove CDUMP where unneeded #2727

Merged
merged 95 commits into from
Jul 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
95 commits
Select commit Hold shift + click to select a range
01b2f0d
Simplify resource declarations in config.resources
DavidHuber-NOAA Jun 24, 2024
3ebb2b9
Remove 'step' from resource variable names in env files
DavidHuber-NOAA Jun 25, 2024
f722cdb
Trim env files by declaring common variables
DavidHuber-NOAA Jun 25, 2024
1e5e6cf
More env cleanup
DavidHuber-NOAA Jun 25, 2024
c5a99bb
Get sfcanl npe based on ntiles
DavidHuber-NOAA Jun 25, 2024
4b9da33
Export standard resource variables only
DavidHuber-NOAA Jun 25, 2024
aa9faf4
Clean up machine resource files
DavidHuber-NOAA Jun 25, 2024
efe234d
Improved variable name
DavidHuber-NOAA Jun 25, 2024
4883ddd
Strip cdump from resource variables in tasks.py
DavidHuber-NOAA Jun 25, 2024
4a4e5df
Replace references of CDUMP with RUN
DavidHuber-NOAA Jun 26, 2024
e537212
Merge remote-tracking branch 'emc/develop' into feature/simplify_res
DavidHuber-NOAA Jun 26, 2024
50fc90e
Add whitespace
DavidHuber-NOAA Jun 26, 2024
a2b74f2
Add call to update_base
DavidHuber-NOAA Jun 27, 2024
f374624
Update wxflow to enable setting envars before sourcing configs
DavidHuber-NOAA Jun 27, 2024
e373995
Update wxflow to include new test
DavidHuber-NOAA Jun 27, 2024
2fa33d9
Revert wxflow
DavidHuber-NOAA Jun 27, 2024
a776985
Create temporary 'config.run's to set RUN at setup time
DavidHuber-NOAA Jun 27, 2024
467abbc
Replace (()) with {}
DavidHuber-NOAA Jun 27, 2024
5ddd297
Ignore 'misspellings'
DavidHuber-NOAA Jun 27, 2024
3bb305c
Ignore 'unused' variables
DavidHuber-NOAA Jun 27, 2024
1473830
Address shellcheck errors
DavidHuber-NOAA Jun 27, 2024
db54ace
Revert GAEA.env, remove unused APRUN
DavidHuber-NOAA Jun 27, 2024
7d60603
Merge remote-tracking branch 'emc/develop' into feature/simplify_res
DavidHuber-NOAA Jun 27, 2024
b619e35
Update gefs resources to clean resource variables
DavidHuber-NOAA Jun 28, 2024
f0faad4
Redefine npe in analysis jobs
DavidHuber-NOAA Jun 28, 2024
e79915a
Remove more references to CDUMP
DavidHuber-NOAA Jun 28, 2024
ece3ec7
Update wxflow so CDUMP isn't required
DavidHuber-NOAA Jun 28, 2024
ea2f0d7
Add CDUMP cludge until wxflow is updated
DavidHuber-NOAA Jun 28, 2024
5a7acd1
Separate wtimes for eobs and eomg
DavidHuber-NOAA Jun 28, 2024
1b332bf
Revert wxflow
DavidHuber-NOAA Jun 28, 2024
5ba31b8
Check stage RUN instead of CDUMP
DavidHuber-NOAA Jun 28, 2024
1989dfa
Rename update_base to match superclass
DavidHuber-NOAA Jun 28, 2024
515441e
Make a copy of appconfig to for each RUN as it is modified
DavidHuber-NOAA Jun 28, 2024
725a40f
Add envvar notes to create_experiment.py
DavidHuber-NOAA Jun 28, 2024
e4feecc
Check that common variables are defined before using them
DavidHuber-NOAA Jul 2, 2024
8cd3bbc
Switch analcalc CDUMP to RUN
DavidHuber-NOAA Jul 2, 2024
38f820d
Fix postsndcfp resource declaration
DavidHuber-NOAA Jul 2, 2024
e2b0e31
Further simplify analysis resources
DavidHuber-NOAA Jul 2, 2024
277fb07
Merge remote-tracking branch 'emc/develop' into feature/simplify_res
DavidHuber-NOAA Jul 2, 2024
35da922
Ignore 'unused' SC warning
DavidHuber-NOAA Jul 2, 2024
c3542e9
Replace CDUMP with RUN in docs
DavidHuber-NOAA Jul 2, 2024
b692c3b
Remove unused CDUMP references
DavidHuber-NOAA Jul 2, 2024
6b6029e
Revert CDUMP in analysis scripts to strip 'enkf'
DavidHuber-NOAA Jul 2, 2024
7128f01
Merge remote-tracking branch 'emc/develop' into feature/simplify_res
DavidHuber-NOAA Jul 2, 2024
0d4fafa
Export RUN before sourcing configs
DavidHuber-NOAA Jul 2, 2024
112b91b
Update GEFS resources after last merge
DavidHuber-NOAA Jul 2, 2024
791777c
Merge remote-tracking branch 'emc/develop' into feature/simplify_res
DavidHuber-NOAA Jul 3, 2024
2f7d65b
Merge remote-tracking branch 'emc/develop' into HEAD
DavidHuber-NOAA Jul 3, 2024
de42280
Merge remote-tracking branch 'emc/develop' into feature/simplify_res
DavidHuber-NOAA Jul 3, 2024
766eb1d
Add todo to remove CDUMP from the ocean_analysis_post j-job
DavidHuber-NOAA Jul 3, 2024
ab68f9f
Rename CDUMP to rCDUMP for analysis jobs that need exporting
DavidHuber-NOAA Jul 3, 2024
8af3716
Remove CDUMP from ecf files; do not export CDUMP in J-Jobs
DavidHuber-NOAA Jul 3, 2024
2787978
Restore CDUMP to Fit2Obs J-job
DavidHuber-NOAA Jul 3, 2024
fbee66b
Restore CDUMP to Fit2Obs (part 2).
DavidHuber-NOAA Jul 3, 2024
348023c
Update parm/config/gfs/config.resources
DavidHuber-NOAA Jul 3, 2024
c2783a7
Update parm/config/gfs/config.resources
DavidHuber-NOAA Jul 3, 2024
4af747d
Export postsndcfp resource variables
DavidHuber-NOAA Jul 3, 2024
d936246
Merge remote-tracking branch 'emc/develop' into feature/simplify_res
DavidHuber-NOAA Jul 5, 2024
408a366
Remove additional CDUMP references
DavidHuber-NOAA Jul 5, 2024
e34d4e0
Rename resource variables
DavidHuber-NOAA Jul 5, 2024
d283fa9
Disambiguate calcanl ntasks
DavidHuber-NOAA Jul 5, 2024
ba13969
Correct WCOSS2 mpiexec call for fcst/efcs jobs
DavidHuber-NOAA Jul 5, 2024
972cf2b
Remove NTHREADS2
DavidHuber-NOAA Jul 5, 2024
2498286
Rename threads to threads_per_task for a few gefs jobs
DavidHuber-NOAA Jul 8, 2024
e0c6bf0
Merge remote-tracking branch 'emc/develop' into feature/simplify_res
DavidHuber-NOAA Jul 8, 2024
ce3e588
Merge remote-tracking branch 'emc/develop' into feature/simplify_res
DavidHuber-NOAA Jul 9, 2024
1a91e55
Merge remote-tracking branch 'emc/develop' into feature/simplify_res
DavidHuber-NOAA Jul 15, 2024
1683ad8
Merge branch 'feature/simplify_res' of github.com:davidhuber-noaa/glo…
DavidHuber-NOAA Jul 15, 2024
760ff33
Fix tasks per node variable name
DavidHuber-NOAA Jul 15, 2024
b4fa993
Merge remote-tracking branch 'emc/develop' into feature/simplify_res
DavidHuber-NOAA Jul 15, 2024
047a585
Empty commit to trigger CI unit tests
DavidHuber-NOAA Jul 16, 2024
1f2e18a
Revert wxflow and applications.py
DavidHuber-NOAA Jul 16, 2024
83b4b6f
Check for NoneType after calling which; rename rocotostat to prevent …
DavidHuber-NOAA Jul 16, 2024
9f27c8c
Update wxflow hash
DavidHuber-NOAA Jul 16, 2024
5698c01
Merge remote-tracking branch 'emc/develop' into feature/simplify_res
DavidHuber-NOAA Jul 16, 2024
88224ba
Try unsetting for CI test
DavidHuber-NOAA Jul 16, 2024
fb1f371
Revert unset
DavidHuber-NOAA Jul 16, 2024
1bb1a19
Fix tasks/node variable for WCOSS2 fcst/efcs jobs
DavidHuber-NOAA Jul 16, 2024
970c92a
Increase fit2obs memory at high res
DavidHuber-NOAA Jul 17, 2024
2b70bfb
Merge remote-tracking branch 'emc/develop' into feature/simplify_res
DavidHuber-NOAA Jul 22, 2024
db360bc
Merge remote-tracking branch 'emc/develop' into feature/simplify_res
DavidHuber-NOAA Jul 23, 2024
ab8774b
Remove reference to account_service
DavidHuber-NOAA Jul 23, 2024
aae19f4
Remove unused ppn and nprocs from env files
DavidHuber-NOAA Jul 25, 2024
cc0a050
Require config.resources to be sourced for each job
DavidHuber-NOAA Jul 25, 2024
9948f71
Replace CDUMP with RUN_local/RUN
DavidHuber-NOAA Jul 25, 2024
8518994
Remove 'gefs' from default _RUN_LIST
DavidHuber-NOAA Jul 25, 2024
be4a76c
Apply suggestions from code review
DavidHuber-NOAA Jul 25, 2024
cf51599
Remove unneeded _RUN_LIST
DavidHuber-NOAA Jul 25, 2024
60dcb0d
Merge branch 'feature/simplify_res' of github.com:DavidHuber-NOAA/glo…
DavidHuber-NOAA Jul 25, 2024
8e28c91
Sync with develop and resolve conflicts
DavidHuber-NOAA Jul 25, 2024
3264de1
Remove local declaration
DavidHuber-NOAA Jul 25, 2024
0203ddb
Merge remote-tracking branch 'emc/develop' into feature/simplify_res
DavidHuber-NOAA Jul 25, 2024
0333443
Merge branch 'feature/simplify_res' of github.com:davidhuber-noaa/glo…
DavidHuber-NOAA Jul 29, 2024
fed37b4
Merge remote-tracking branch 'emc/develop' into feature/simplify_res
DavidHuber-NOAA Jul 29, 2024
0334dff
Merge remote-tracking branch 'emc/develop' into feature/simplify_res
DavidHuber-NOAA Jul 30, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 9 additions & 10 deletions ci/scripts/tests/test_rocotostat.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,16 @@
database_destination = os.path.join(testdata_full_path, 'database.db')
wget.download(database_url, database_destination)

try:
rocotostat = which('rocotostat')
except CommandNotFoundError:
rocotostat_cmd = which('rocotostat')
if not rocotostat_cmd:
raise CommandNotFoundError("rocotostat not found in PATH")

rocotostat.add_default_arg(['-w', os.path.join(testdata_path, 'workflow.xml'), '-d', os.path.join(testdata_path, 'database.db')])
rocotostat_cmd.add_default_arg(['-w', os.path.join(testdata_path, 'workflow.xml'), '-d', os.path.join(testdata_path, 'database.db')])


def test_rocoto_statcount():

result = rocoto_statcount(rocotostat)
result = rocoto_statcount(rocotostat_cmd)

assert result['SUCCEEDED'] == 20
assert result['FAIL'] == 0
Expand All @@ -47,15 +46,15 @@ def test_rocoto_statcount():

def test_rocoto_summary():

result = rocotostat_summary(rocotostat)
result = rocotostat_summary(rocotostat_cmd)

assert result['CYCLES_TOTAL'] == 1
assert result['CYCLES_DONE'] == 1


def test_rocoto_done():

result = rocotostat_summary(rocotostat)
result = rocotostat_summary(rocotostat_cmd)

assert is_done(result)

Expand All @@ -79,10 +78,10 @@ def test_rocoto_stalled():
database_destination = os.path.join(testdata_full_path, 'stalled.db')
wget.download(database_url, database_destination)

rocotostat = which('rocotostat')
rocotostat.add_default_arg(['-w', xml, '-d', db])
rocotostat_cmd = which('rocotostat')
rocotostat_cmd.add_default_arg(['-w', xml, '-d', db])

result = rocoto_statcount(rocotostat)
result = rocoto_statcount(rocotostat_cmd)

assert result['SUCCEEDED'] == 11
assert is_stalled(result)
Expand Down
4 changes: 2 additions & 2 deletions docs/doxygen/mainpage.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ To setup an experiment, a python script <b>\c setup_expt.py</b> (located in <b>\
usage: setup_expt.py [-h] --pslot PSLOT
[--configdir CONFIGDIR] [--idate IDATE] [--icsdir ICSDIR]
[--resdetatmos RESDET] [--resensatmos RESENS] [--comroot COMROOT]
[--expdir EXPDIR] [--nens NENS] [--cdump CDUMP]
[--expdir EXPDIR] [--nens NENS] [--run RUN]

Setup files and directories to start a GFS parallel. Create EXPDIR, copy
config files Create ROTDIR experiment directory structure, link initial
Expand Down Expand Up @@ -52,7 +52,7 @@ To setup an experiment, a python script <b>\c setup_expt.py</b> (located in <b>\
(default: None)
--nens number of ensemble members
(default: 80)
--cdump CDUMP to start the experiment
--run RUN to start the experiment
(default: gdas)

The above script creates directories <b>\c EXPDIR</b> and <b>\c ROTDIR</b>. It will make links for initial conditions from a location provided via the <b>\c --icsdir</b> argument for a chosen resolution for the control <b>\c --resdetatmos</b> and the ensemble <b>\c --resensatmos</b>. Experiment name is controlled by the input argument <b>\c --pslot</b>. The script will ask user input in case any of the directories already exist. It will copy experiment configuration files into the <b>\c EXPDIR</b> from <b>\c CONFIGDIR</b>.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/init.rst
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ The warm starts and other output from production are at C768 deterministic and C
What files should you pull for starting a new experiment with warm starts from production?
------------------------------------------------------------------------------------------

That depends on what mode you want to run -- forecast-only or cycled. Whichever mode, navigate to the top of your ``ROTDIR`` and pull the entirety of the tarball(s) listed below for your mode. The files within the tarball are already in the ``$CDUMP.$PDY/$CYC/$ATMOS`` folder format expected by the system.
That depends on what mode you want to run -- forecast-only or cycled. Whichever mode, navigate to the top of your ``ROTDIR`` and pull the entirety of the tarball(s) listed below for your mode. The files within the tarball are already in the ``$RUN.$PDY/$CYC/$ATMOS`` folder format expected by the system.

For forecast-only there are two tarballs to pull

Expand Down
4 changes: 2 additions & 2 deletions docs/source/setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ The following command examples include variables for reference but users should

cd workflow
./setup_expt.py gfs cycled --idate $IDATE --edate $EDATE [--app $APP] [--start $START] [--gfs_cyc $GFS_CYC]
[--resdetatmos $RESDETATMOS] [--resdetocean $RESDETOCEAN] [--resensatmos $RESENSATMOS] [--nens $NENS] [--cdump $CDUMP]
[--resdetatmos $RESDETATMOS] [--resdetocean $RESDETOCEAN] [--resensatmos $RESENSATMOS] [--nens $NENS] [--run $RUN]
[--pslot $PSLOT] [--configdir $CONFIGDIR] [--comroot $COMROOT] [--expdir $EXPDIR] [--icsdir $ICSDIR]

where:
Expand All @@ -170,7 +170,7 @@ where:
* ``$RESDETOCEAN`` is the resolution of the ocean component of the deterministic forecast [default: 0.; determined based on atmosphere resolution]
* ``$RESENSATMOS`` is the resolution of the atmosphere component of the ensemble forecast [default: 192]
* ``$NENS`` is the number of ensemble members [default: 20]
* ``$CDUMP`` is the starting phase [default: gdas]
* ``$RUN`` is the starting phase [default: gdas]
* ``$PSLOT`` is the name of your experiment [default: test]
* ``$CONFIGDIR`` is the path to the config folder under the copy of the system you're using [default: $TOP_OF_CLONE/parm/config/]
* ``$COMROOT`` is the path to your experiment output directory. Your ``ROTDIR`` (rotating com directory) will be created using ``COMROOT`` and ``PSLOT``. [default: $HOME]
Expand Down
1 change: 0 additions & 1 deletion ecf/scripts/enkfgdas/analysis/create/jenkfgdas_diag.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ set -x

export NET=%NET:gfs%
export RUN=%RUN%
export CDUMP=%RUN%

############################################################
# Load modules
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ set -x

export NET=%NET:gfs%
export RUN=%RUN%
export CDUMP=%RUN%

############################################################
# Load modules
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ set -x

export NET=%NET:gfs%
export RUN=%RUN%
export CDUMP=%RUN%

############################################################
# Load modules
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ set -x

export NET=%NET:gfs%
export RUN=%RUN%
export CDUMP=%RUN%

############################################################
# Load modules
Expand Down
1 change: 0 additions & 1 deletion ecf/scripts/enkfgdas/analysis/recenter/jenkfgdas_sfc.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ set -x

export NET=%NET:gfs%
export RUN=%RUN%
export CDUMP=%RUN%

############################################################
# Load modules
Expand Down
1 change: 0 additions & 1 deletion ecf/scripts/enkfgdas/forecast/jenkfgdas_fcst.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ set -x

export NET=%NET:gfs%
export RUN=%RUN%
export CDUMP=%RUN%

############################################################
# Load modules
Expand Down
1 change: 0 additions & 1 deletion ecf/scripts/enkfgdas/post/jenkfgdas_post_master.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ set -x

export NET=%NET:gfs%
export RUN=%RUN%
export CDUMP=%RUN%

############################################################
# Load modules
Expand Down
1 change: 0 additions & 1 deletion ecf/scripts/gdas/atmos/analysis/jgdas_atmos_analysis.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ set -x

export NET=%NET:gfs%
export RUN=%RUN%
export CDUMP=%RUN%

############################################################
# Load modules
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ set -x

export NET=%NET:gfs%
export RUN=%RUN%
export CDUMP=%RUN%

############################################################
# Load modules
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ set -x

export NET=%NET:gfs%
export RUN=%RUN%
export CDUMP=%RUN%

############################################################
# Load modules
Expand Down
1 change: 0 additions & 1 deletion ecf/scripts/gdas/atmos/gempak/jgdas_atmos_gempak.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ set -x

export NET=%NET:gfs%
export RUN=%RUN%
export CDUMP=%RUN%

############################################################
# Load modules
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ set -x
export model=%model:gdas%
export NET=%NET:gfs%
export RUN=%RUN%
export CDUMP=%RUN%

############################################################
# Load modules
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ set -x

export NET=%NET:gfs%
export RUN=%RUN%
export CDUMP=%RUN%

############################################################
# Load modules
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ set -x

export NET=%NET:gfs%
export RUN=%RUN%
export CDUMP=%RUN%

############################################################
# Load modules
Expand Down
1 change: 0 additions & 1 deletion ecf/scripts/gdas/atmos/post/jgdas_atmos_post_manager.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ set -x

export NET=%NET:gfs%
export RUN=%RUN%
export CDUMP=%RUN%

############################################################
# Load modules
Expand Down
1 change: 0 additions & 1 deletion ecf/scripts/gdas/atmos/post/jgdas_atmos_post_master.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ set -x

export NET=%NET:gfs%
export RUN=%RUN%
export CDUMP=%RUN%

############################################################
# Load modules
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ set -x

export NET=%NET:gfs%
export RUN=%RUN%
export CDUMP=%RUN%

############################################################
# Load modules
Expand Down
1 change: 0 additions & 1 deletion ecf/scripts/gdas/atmos/verf/jgdas_atmos_verfozn.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ set -x

export NET=%NET:gfs%
export RUN=%RUN%
export CDUMP=%RUN%

############################################################
# Load modules
Expand Down
1 change: 0 additions & 1 deletion ecf/scripts/gdas/atmos/verf/jgdas_atmos_verfrad.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ set -x

export NET=%NET:gfs%
export RUN=%RUN%
export CDUMP=%RUN%

############################################################
# Load modules
Expand Down
1 change: 0 additions & 1 deletion ecf/scripts/gdas/atmos/verf/jgdas_atmos_vminmon.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ set -x

export NET=%NET:gfs%
export RUN=%RUN%
export CDUMP=%RUN%

############################################################
# Load modules
Expand Down
1 change: 0 additions & 1 deletion ecf/scripts/gdas/jgdas_forecast.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ set -x

export NET=%NET:gfs%
export RUN=%RUN%
export CDUMP=%RUN%

############################################################
# Load modules
Expand Down
1 change: 0 additions & 1 deletion ecf/scripts/gdas/wave/init/jgdas_wave_init.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ set -x

export NET=%NET:gfs%
export RUN=%RUN%
export CDUMP=%RUN%

############################################################
## Load modules
Expand Down
1 change: 0 additions & 1 deletion ecf/scripts/gdas/wave/post/jgdas_wave_postpnt.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ set -x

export NET=%NET:gfs%
export RUN=%RUN%
export CDUMP=%RUN%

############################################################
## Load modules
Expand Down
1 change: 0 additions & 1 deletion ecf/scripts/gdas/wave/post/jgdas_wave_postsbs.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ set -x

export NET=%NET:gfs%
export RUN=%RUN%
export CDUMP=%RUN%

############################################################
## Load modules
Expand Down
1 change: 0 additions & 1 deletion ecf/scripts/gdas/wave/prep/jgdas_wave_prep.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ set -x

export NET=%NET:gfs%
export RUN=%RUN%
export CDUMP=%RUN%

############################################################
## Load modules
Expand Down
1 change: 0 additions & 1 deletion ecf/scripts/gfs/atmos/analysis/jgfs_atmos_analysis.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ set -x

export NET=%NET:gfs%
export RUN=%RUN%
export CDUMP=%RUN%

############################################################
# Load modules
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ set -x

export NET=%NET:gfs%
export RUN=%RUN%
export CDUMP=%RUN%

############################################################
# Load modules
Expand Down
1 change: 0 additions & 1 deletion ecf/scripts/gfs/atmos/gempak/jgfs_atmos_gempak.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ set -x

export NET=%NET:gfs%
export RUN=%RUN%
export CDUMP=%RUN%

############################################################
# Load modules
Expand Down
1 change: 0 additions & 1 deletion ecf/scripts/gfs/atmos/gempak/jgfs_atmos_gempak_meta.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ set -x

export NET=%NET:gfs%
export RUN=%RUN%
export CDUMP=%RUN%

############################################################
# Load modules
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ set -x

export NET=%NET:gfs%
export RUN=%RUN%
export CDUMP=%RUN%

############################################################
# Load modules
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ set -x

export NET=%NET:gfs%
export RUN=%RUN%
export CDUMP=%RUN%

############################################################
# Load modules
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ set -x

export NET=%NET:gfs%
export RUN=%RUN%
export CDUMP=%RUN%

############################################################
# Load modules
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ set -x

export NET=%NET:gfs%
export RUN=%RUN%
export CDUMP=%RUN%

############################################################
# Load modules
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ set -x

export NET=%NET:gfs%
export RUN=%RUN%
export CDUMP=%RUN%

############################################################
# Load modules
Expand Down
1 change: 0 additions & 1 deletion ecf/scripts/gfs/atmos/post/jgfs_atmos_post_manager.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ set -x

export NET=%NET:gfs%
export RUN=%RUN%
export CDUMP=%RUN%

############################################################
# Load modules
Expand Down
1 change: 0 additions & 1 deletion ecf/scripts/gfs/atmos/post/jgfs_atmos_post_master.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ set -x

export NET=%NET:gfs%
export RUN=%RUN%
export CDUMP=%RUN%

export FHRGRP=%FHRGRP%
export FHRLST=%FHRLST%
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ set -x

export NET=%NET:gfs%
export RUN=%RUN%
export CDUMP=%RUN%

############################################################
# Load modules
Expand Down
Loading
Loading