Skip to content

Commit

Permalink
Merge pull request NOAA-EMC#8 from DavidHuber-NOAA/intel2022_dh
Browse files Browse the repository at this point in the history
Intel2022 dh
  • Loading branch information
hu5970 committed Jun 5, 2023
2 parents 619ecd8 + d134822 commit 5d4cf66
Show file tree
Hide file tree
Showing 45 changed files with 884 additions and 893 deletions.
2 changes: 1 addition & 1 deletion modulefiles/gsi_cheyenne.intel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ load("intel/2022.1")
load("mpt/2.25")
load("ncarcompilers/0.5.0")

prepend_path("MODULEPATH", "/glade/work/epicufsrt/GMTB/tools/intel/2022.1/hpc-stack-v1.2.0_6eb6/modulefiles/stack")
prepend_path("MODULEPATH", "/glade/work/epicufsrt/contrib/hpc-stack/intel2022.1")

load("hpc/1.2.0")
load("hpc-intel/2022.1")
Expand Down
3 changes: 1 addition & 2 deletions modulefiles/gsi_common.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ local nemsio_ver=os.getenv("nemsio_ver") or "2.5.4"
local wrf_io_ver=os.getenv("wrf_io_ver") or "1.2.0"
local ncio_ver=os.getenv("ncio_ver") or "1.1.2"
local crtm_ver=os.getenv("crtm_ver") or "2.4.0"
local ncdiag_ver=os.getenv("ncdiag_ver") or "1.0.0"
local ncdiag_ver=os.getenv("ncdiag_ver") or "1.1.0"

load(pathJoin("netcdf", netcdf_ver))

Expand All @@ -33,4 +33,3 @@ load(pathJoin("wrf_io", wrf_io_ver))
load(pathJoin("ncio", ncio_ver))
load(pathJoin("crtm", crtm_ver))
load(pathJoin("ncdiag",ncdiag_ver))

14 changes: 7 additions & 7 deletions regression/regression_namelists.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export gsi_namelist="
oneobtest=.false.,retrieval=.false.,l_foto=.false.,
use_pbl=.false.,use_compress=.true.,nsig_ext=45,gpstop=50.,
commgpstop=45.,commgpserrinf=1.0,
use_gfs_nemsio=.false.,lrun_subdirs=.false.,
use_gfs_nemsio=.false.,lrun_subdirs=.true.,
use_readin_anl_sfcmask=.true.,
crtm_coeffs_path='./crtm_coeffs/',
newpc4pred=.true.,adp_anglebc=.true.,angord=4,passive_bc=.true.,use_edges=.false.,
Expand Down Expand Up @@ -232,7 +232,7 @@ export gsi_namelist="
use_pbl=.false.,use_compress=.false.,nsig_ext=10,gpstop=30.,
crtm_coeffs_path='./crtm_coeffs/',
lsqrtb=.true.,lcongrad=.true.,ltlint=.true.,ladtest=.true.,lgrtest=.false.,
use_gfs_nemsio=.false.,lrun_subdirs=.false.,use_gfs_ncio=.true.,
use_gfs_nemsio=.false.,lrun_subdirs=.true.,use_gfs_ncio=.true.,
$SETUP
/
&GRIDOPTS
Expand Down Expand Up @@ -396,7 +396,7 @@ export gsi_namelist="
iguess=-1,
oneobtest=.false.,retrieval=.false.,l_foto=.false.,
use_pbl=.false.,use_prepb_satwnd=.false.,
nhr_assimilation=6,lrun_subdirs=.false.,
nhr_assimilation=6,lrun_subdirs=.true.,
$SETUP
/
&GRIDOPTS
Expand Down Expand Up @@ -578,7 +578,7 @@ export gsi_namelist="
oneobtest=.false.,retrieval=.false.,l_foto=.false.,
use_pbl=.false.,use_compress=.true.,nsig_ext=45,gpstop=50.,
commgpstop=45.,commgpserrinf=1.0,
use_gfs_nemsio=.false.,lrun_subdirs=.false.,
use_gfs_nemsio=.false.,lrun_subdirs=.true.,
use_readin_anl_sfcmask=.true.,
crtm_coeffs_path='./crtm_coeffs/',
newpc4pred=.true.,adp_anglebc=.true.,angord=4,passive_bc=.true.,use_edges=.false.,
Expand Down Expand Up @@ -798,7 +798,7 @@ export gsi_namelist="
iguess=-1,
oneobtest=.false.,retrieval=.false.,l_foto=.false.,
use_pbl=.false.,use_compress=.true.,nsig_ext=56,gpstop=55.,
use_gfs_nemsio=.false.,lrun_subdirs=.false.,use_readin_anl_sfcmask=.true.,
use_gfs_nemsio=.false.,lrun_subdirs=.true.,use_readin_anl_sfcmask=.true.,
crtm_coeffs_path='./crtm_coeffs/',
newpc4pred=.true.,adp_anglebc=.true.,angord=4,passive_bc=.true.,use_edges=.false.,
diag_precon=.true.,step_start=1.e-3,emiss_bc=.true.,thin4d=.true.,cwoption=3,
Expand Down Expand Up @@ -1008,7 +1008,7 @@ export gsi_namelist="
iguess=-1,
oneobtest=.false.,retrieval=.false.,
diag_rad=.false.,diag_pcp=.false.,diag_ozone=.false.,diag_aero=.false.,
nhr_assimilation=6,min_offset=180,use_compress=.false.,lrun_subdirs=.false.,
nhr_assimilation=6,min_offset=180,use_compress=.false.,lrun_subdirs=.true.,
use_similarity_2dvar=.true.,
neutral_stability_windfact_2dvar=.false.,
use_prepb_satwnd=.false.,
Expand Down Expand Up @@ -1607,7 +1607,7 @@ export gsi_namelist="
diag_precon=.true., step_start=1.e-3,
nhr_assimilation=3,l_foto=.false.,
use_pbl=.false.,use_compress=.false.,gpstop=30.,
lrun_subdirs=.false.,
lrun_subdirs=.true.,
$SETUP
/
&GRIDOPTS
Expand Down
Loading

0 comments on commit 5d4cf66

Please sign in to comment.