Changes between Version 12 and Version 13 of Users/ModelInstall
- Timestamp:
- 2017-05-10T20:43:02+02:00 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Users/ModelInstall
v12 v13 2 2 3 3 Last edition: '''[[Wikinfo(changed_ts)]]''' by '''[[Wikinfo(changed_by)]]''' 4 5 [[PageOutline(2-3)]] 6 7 8 4 9 5 10 == 1. Extract the NEMO code … … 196 201 makenemo –n ORCA2_LIM_2_2 clean_config (and answer) 197 202 }}} 203 204 205 == 4. Viewing and changing list of active cpp keys 206 207 For a given configuration (here called "MY_CONFIG", the list of active cpp keys can be found in 208 {{{ 209 NEMOGCM/CONFIG/"MYCONFIG"/cpp_"MY_CONFIG".fcm 210 }}} 211 212 This text file can be edited to change the list of active cpp keys. Once changed, one needs to recompile NEMO using the makenemo command in order ofr this change to be taken in account.