-
Notifications
You must be signed in to change notification settings - Fork 10
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
Add v4.2.0, generalise COMPONENTS (i.e. OPA/TOP) and CPP_KEYS #37
base: main
Are you sure you want to change the base?
Conversation
Update VERSION
Feature/add gitlab and 4.2
Add NEMO components options and CPP flag options
Update VERSION
Feature/nemo components
pass multi strings as options
pass multi strings as options
pass multi strings as options
@@ -151,8 +162,10 @@ case "${NEMO_VER}" | |||
;; | |||
trunk) svn co http://forge.ipsl.jussieu.fr/ioserver/svn/XIOS/branchs/xios-2.5@1964 xios | |||
;; | |||
4.2.0) svn co http://forge.ipsl.jussieu.fr/ioserver/svn/XIOS/branchs/xios-2.5@1964 xios |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
don't use 2.5 ... use something like the following I've added for JMMP/CO_AMM7_4.2:
4.2) svn checkout http://forge.ipsl.jussieu.fr/ioserver/svn/XIOS/trunk@2379 xios
;;
4.2.0) svn checkout http://forge.ipsl.jussieu.fr/ioserver/svn/XIOS/trunk@2379 xios
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've fixed the namelist reading issues in this branch/PR.
I've left the NEMO / XIOS version edits alone (though reverting to main would help with the merging), pending @jdha modifications already explored.
pass multi strings as options
Update VERSION
Done: Edits to add 4.2.0 via gitlab repo.
WIP: add multiple words to variable definitions in NEMO_in that can be passed to setup_nemo
E.g. this would be ideal
In practise can not find a way to add multiple entries (e.g. key_diainstant AND key_xios) to a variable :-(
NB these two changes can not really be separated as the cpp_keys change with 4.2.0