New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Users/ModelInstall (diff) – NEMO

Changes between Version 11 and Version 12 of Users/ModelInstall


Ignore:
Timestamp:
2017-05-04T10:50:11+02:00 (7 years ago)
Author:
gmattia
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Users/ModelInstall

    v11 v12  
    160160* `ARCH` : compilation option files, with format `arch_compiler.fcm`, the compiler name has to be provided with `–m` option 
    161161* `CONFIG` : all configurations and a `cpp.fcm` file containing the list of CPP keys to each configuration 
    162 * `EXTERNAL` : 
     162* `EXTERNAL` : package to implement an embbeded model (AGRIF) 
    163163* `NEMO` : source codes 
    164 * `SETTE` : package to run tests 
    165 * `TOOLS` : useful softwares to different utilities  
     164* `SETTE` : package to make tests to ensure the reproducibility and restartability of the code after user changes 
     165* `TOOLS` : useful softwares to different utilities. For example a tool under MPP_PREP computes the number of water processors for all possible decompositions (up to a maximum number of processors).  
    166166 
    167167=== Examples