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

[develop] Removing RRFS-related features. #893

Merged
merged 28 commits into from
Sep 14, 2023
Merged
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
37930b8
Removing externals and build for GSI & RRFS_UTIL
christinaholtNOAA Aug 3, 2023
9638585
Removing GSI and RRFS_UTILS jobs and scripts
christinaholtNOAA Aug 3, 2023
6a34050
Removing get DA obs job/script
christinaholtNOAA Aug 3, 2023
5495d65
Modifying RRFS/GSI/RRFS_UTILS build options.
christinaholtNOAA Aug 3, 2023
5546132
Remove data retrieval of observations.
christinaholtNOAA Aug 3, 2023
634d60c
Remove Jenkins build test for all target.
christinaholtNOAA Aug 3, 2023
5de9726
Remove cycling references.
christinaholtNOAA Aug 3, 2023
5ff1f09
Removing RRFS-related DO_ settings and references.
christinaholtNOAA Aug 3, 2023
449bacd
Removing GSI paths in machine files.
christinaholtNOAA Aug 3, 2023
0f91007
Removing options that are repeats of defaults.
christinaholtNOAA Aug 3, 2023
eb9b499
Removing defaults for removed components.
christinaholtNOAA Aug 3, 2023
020103f
Removing wflow definitions for DA
christinaholtNOAA Aug 3, 2023
00cdf63
Removing wflow config items for machines.
christinaholtNOAA Aug 3, 2023
f8aa44c
Removing concept of NWGES.
christinaholtNOAA Aug 3, 2023
64c084e
Remove RRFS branding
christinaholtNOAA Aug 3, 2023
030f039
Removing GSI-required modules.
christinaholtNOAA Aug 15, 2023
421e7d1
Remove version. It's not updated/maintained.
christinaholtNOAA Aug 15, 2023
22e05f1
Removing GSI-required libs from version file.
christinaholtNOAA Aug 15, 2023
cf4d639
Removing unnecessary paths to namelists
christinaholtNOAA Aug 22, 2023
75990c4
Merge remote-tracking branch 'origin/develop' into remove_gsi
christinaholtNOAA Aug 22, 2023
05e5bef
Fixing one section after removing the anchor.
christinaholtNOAA Aug 22, 2023
200f216
Removing unnecessary module files under tasks.
christinaholtNOAA Aug 28, 2023
9d492d8
Use NET for UPP file name in prodgen and plotting
christinaholtNOAA Aug 28, 2023
7f75346
Addressing review comments.
christinaholtNOAA Sep 8, 2023
2e4b06f
Merge remote-tracking branch 'ufs/develop' into remove_gsi
christinaholtNOAA Sep 8, 2023
c0be992
Remove process_obs from coverage.jet.
christinaholtNOAA Sep 12, 2023
c55bc39
Removing GSI path in modulefile for Gaea
christinaholtNOAA Sep 12, 2023
520f14f
Remove additional lines from Gaea modulefile.
christinaholtNOAA Sep 13, 2023
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
1 change: 0 additions & 1 deletion modulefiles/build_gaea_intel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ local MKLROOT="/opt/intel/oneapi/mkl/2022.0.2/"
prepend_path("LD_LIBRARY_PATH",pathJoin(MKLROOT,"lib/intel64"))
pushenv("MKLROOT", MKLROOT)

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@christinaholtNOAA ,
all these could be removed, too, as they were needed for GSI only:

prepend_path("LD_LIBRARY_PATH",pathJoin(MKLROOT,"lib/intel64"))
pushenv("MKLROOT", MKLROOT)
pushenv("CRAYPE_LINK_TYPE","dynamic")

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Alternatively, I could take care of these when updating the modulefiles #889 , as it may be scheduled to be merged after the present one (993)

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@natalie-perlin I can go ahead and remove those here.

pushenv("GSI_BINARY_SOURCE_DIR", "/lustre/f2/dev/role.epic/contrib/GSI_data/fix/20230601")
pushenv("CRAYPE_LINK_TYPE","dynamic")

setenv("CC","cc")
Expand Down