You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NfConfig #589
While not urgent, fixing the documentation would be good so we don't document a feature that does not exist. Plus if we should decide to add nf_config to Fab, it can be removed from MONC.
Here the list of issues to be fixed/PRs to be merged for the next release (and reason why I added them):
Required for MONC, and ideally allows us to update all build scripts to replace the deprecated
grab_folderwithgrab_files.Adds transmute support for LFRic_atm
Adds support for application-specific flags (which can add/overwrite site-specific flags). Required for lfric_atm (to e.g. add UM-specific flags)
This adds the capability to Fab script to do checkout only, or build only (from a single script). This is a requirement for platforms where e.g. the compute nodes do not have internet access (so the checkouts run on a small set of nodes with internet connection, but the build then on a larger compute node to allow parallel builds). #594 Added command line options to skip checkouts or stop after checkout #595
Being able to properly define preprocessing flags in the preprocessor makes compiler-specific options cleaner to handle (used in Jules, which adds its own compiler defined, e.g. GNU_FORTRAN, INTEL_FORTRAN etc)
While not urgent, fixing the documentation would be good so we don't document a feature that does not exist. Plus if we should decide to add nf_config to Fab, it can be removed from MONC.
UKMO to decide if this is important and provide a PR.
UKMO to decide if this is needed.
Update this ticket as more issues are identified. I also can't seem to add a milestone we could use to tag tickets/PRs.