-
Notifications
You must be signed in to change notification settings - Fork 177
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
Streamline module files #269
Labels
maintenance
Regular updates and maintenance work
Comments
WalterKolczynski-NOAA
added
maintenance
Regular updates and maintenance work
task
labels
Feb 17, 2021
lgannoaa
pushed a commit
to lgannoaa/global-workflow
that referenced
this issue
Feb 9, 2022
* upp library does not depend on ip, sp and w3nco * Remove find_dependency for ip, sp and w3nco in cmake/PackageConfig.cmake.in
WalterKolczynski-NOAA
pushed a commit
that referenced
this issue
Jan 12, 2023
This is the companion PR to [GDASApp PR#270](NOAA-EMC/GDASApp#270) and needs to be merged before I can trigger the GDASApp `CI` (something that we will change eventually ...). See [GDASApp issue #269](NOAA-EMC/GDASApp#269)
This depends on the availability of spack-stack on RDHPCS |
OBE, we are moving to loading only the needed modules for each individual job (see #1521). |
WalterKolczynski-NOAA
closed this as not planned
Won't fix, can't repro, duplicate, stale
Jun 20, 2023
kayeekayee
pushed a commit
to kayeekayee/global-workflow
that referenced
this issue
May 30, 2024
* Add a new PBL diagnostic variable dkudiagnostic: atmosphere momentum diffusivity. From @ChunxiZhang-NOAA and @AndrewHazelton * Update submodule ccpp/physics. * Rename dkudiagnostic into dku and add dkt as a diagnostic variable. * Update submodule ccpp/physics. * *Unify the usage of Diag%dkt and Interstitial%dkt and change the standard_names for dkt/dku back to atmosphere_heat/momentum_diffusivity. *Update submodule ccpp/physics. * Change to allocate Diag%dkt/dku with Model%levs-1 vertical levels in GFS_typedefs.F90. * Update to point back the authoritative master branch of ccpp/physics. Contributors: Chunxi Zhang, Andrew Hazelton and Bin Liu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With the move to hpc-stack, module lists are becoming uniform across machines and can be condensed into a single module for each build that covers all machines. The only machine-dependent portion is the use statement with the location of each stack and the compilation environment, which should be the same for all builds and loaded first. Furthermore, the module version can be determined via a versions file, so all modules are guaranteed to use the same version. These two steps will make porting and maintenance much easier, as changes will only need to be made in one location.
The text was updated successfully, but these errors were encountered: