Skip to content

Commit

Permalink
Reenable verif-global. NOAA-EMC#2195
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA committed Jan 22, 2024
1 parent 3ef3411 commit ccc6e2d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion sorc/verif-global.fd
Submodule verif-global.fd updated 42 files
+1 −3 README.md
+0 −59 ecf/scripts/verif_global/jverif_global_grid2grid_step1.ecf
+0 −59 ecf/scripts/verif_global/jverif_global_grid2grid_step2.ecf
+0 −59 ecf/scripts/verif_global/jverif_global_grid2obs_step1.ecf
+0 −59 ecf/scripts/verif_global/jverif_global_grid2obs_step2.ecf
+0 −59 ecf/scripts/verif_global/jverif_global_precip_step1.ecf
+0 −59 ecf/scripts/verif_global/jverif_global_precip_step2.ecf
+0 −128 jobs/JVERIF_GLOBAL_GRID2GRID_STEP1
+0 −128 jobs/JVERIF_GLOBAL_GRID2GRID_STEP2
+0 −128 jobs/JVERIF_GLOBAL_GRID2OBS_STEP1
+0 −128 jobs/JVERIF_GLOBAL_GRID2OBS_STEP2
+0 −128 jobs/JVERIF_GLOBAL_PRECIP_STEP1
+0 −128 jobs/JVERIF_GLOBAL_PRECIP_STEP2
+59 −0 modulefiles/emc_verif_global_jet.lua
+35 −29 parm/config/config.vrfy
+3 −7 scripts/exgrid2grid_step1.sh
+3 −7 scripts/exgrid2grid_step2.sh
+3 −7 scripts/exgrid2obs_step1.sh
+3 −7 scripts/exgrid2obs_step2.sh
+3 −7 scripts/exmaps2d.sh
+3 −7 scripts/exmapsda.sh
+3 −7 scripts/exprecip_step1.sh
+3 −7 scripts/exprecip_step2.sh
+3 −7 scripts/exsatellite_step1.sh
+3 −7 scripts/exsatellite_step2.sh
+6 −13 scripts/extropcyc.sh
+5 −13 ush/build_webpage.py
+53 −4 ush/check_config.py
+10 −0 ush/create_METplus_job_scripts.py
+228 −77 ush/get_data_files.py
+4 −21 ush/get_machine.py
+126 −0 ush/get_tc_info.py
+12 −98 ush/load_modules.sh
+5 −13 ush/load_to_METviewer_AWS.py
+3 −7 ush/plotting_scripts/plot_maps2d_lat_lon_errors.py
+3 −7 ush/plotting_scripts/plot_maps2d_model2obs_calc_vars_lat_lon_errors.py
+3 −7 ush/plotting_scripts/plot_mapsda_lat_lon_errors.py
+5 −15 ush/plotting_scripts/plot_scorecard.py
+15 −40 ush/run_batch.py
+21 −218 ush/run_verif_global_in_global_workflow.sh
+30 −68 ush/set_up_verif_global.sh
+4 −3 versions/run.ver
4 changes: 0 additions & 4 deletions versions/run.hera.ver
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,4 @@ export ncl_ver=6.6.2
export R_ver=3.5.0
export gempak_ver=7.4.2

#For metplus jobs, not currently working with spack-stack
#export met_ver=9.1.3
#export metplus_ver=3.1.1

source "${HOMEgfs:-}/versions/run.spack.ver"
3 changes: 3 additions & 0 deletions versions/run.spack.ver
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ export py_netcdf4_ver=1.5.8
export py_pyyaml_ver=6.0
export py_jinja2_ver=3.1.2

export met_ver=9.1.3
export metplus_ver=3.1.1

export obsproc_run_ver=1.1.2
export prepobs_run_ver=1.0.1

Expand Down

0 comments on commit ccc6e2d

Please sign in to comment.