Changes between Version 4 and Version 5 of ticket/1737/General
- Timestamp:
- 2016-07-04T14:53:14+02:00 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ticket/1737/General
v4 v5 66 66 So in summary, the package branch contains code to: 67 67 68 1) Change the name of the NEMO component as seen by OASIS to "toyoce" for historical consistency with Met Offic opractices and embedded suite control functionality. The intention is that this will ultimately revert to the NEMO base code name once MO suites and control systems have been adapted suitably. 69 2) 68 1) Change the name of the NEMO component as seen by OASIS to "toyoce" for historical consistency with Met Offic opractices and embedded suite control functionality. The intention is that this will ultimately revert to the NEMO base code name once MO suites and control systems have been adapted suitably. 69 70 2) Apply special treatment to incoming coupling surface velocity components to ensure correct and consistent values of components when rotating from geographic orientation to NEMO local orientation. 70 71 72 3) Re-sequence coupling operations in line with MO practice and use of CICE as the ice model of choice 73 74 4) Apply improved error handling, replacing use of uninformative STOP statements and similarly unhelpful shut down controls with meaningful messages and use of ctl_stop. 75 76 5) Cater for suppression of land points in coupled models by using the optional 4th argument in: CALL oasis_def_partition ( id_part, paral, nerror, jpiglo*jpjglo ) 77