Changes between Version 8 and Version 9 of Documentation/UserGuide/CodingGuidelines


Ignore:
Timestamp:
2023-11-24T11:31:38+01:00 (7 months ago)
Author:
jgipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/UserGuide/CodingGuidelines

    v8 v9  
    88Moreover, any new suggestions to these coding guide lines, in order to improve the readability, the efficiency and the robustness of the code are welcome. You can make these suggestions to the ORCHIDEE project group (orchidee-projet at listes.ipsl.fr). 
    99 
    10 Detailed guidelines are established in [attachment:ORCHIDEE_Coding_Guidelines_v1.1_2022.pdf​ coding_guidelines_v1.1_2022.pdf].  
     10Detailed guidelines for ORCHIDEE are divided into 2 parts : 
     11  * Structuring of the code, document written by the ORCHIDEE group : [attachment:ORCHIDEE_Coding_Guidelines_v1.1_2022.pdf​ ORCHIDEE_Coding_Guidelines_v1.1_2022.pdf]  
     12  * Guidelines for Fortran Programming on Heterogeneous Architectures, done by Kazem Ardanhe : https://hal.science/hal-04193779 
    1113 
    12 But the main "take home" messages are: 
     14The main "take home" messages from the first document are: 
    1315 
    1416* Comment your code as most as you can and make sure that it easy to understand for non specialist