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.
WorkingGroups/TAM/CompilationFCM (diff) – NEMO

Changes between Version 9 and Version 10 of WorkingGroups/TAM/CompilationFCM


Ignore:
Timestamp:
2009-09-16T16:14:58+02:00 (15 years ago)
Author:
vigilant
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WorkingGroups/TAM/CompilationFCM

    v9 v10  
    2929== 2) Building NEMO == 
    3030 
    31 >>> ? no fcmvmake.ksh file in ~/nemo/build/ ? 
     31In ~/nemo/build/: 
     32{{{ 
     33      ./fcmnmake.ksh -t path/to/build -c user_machine 
     34}}} 
     35FCM will create a folder 'nemofcm_build' in path/to/build.  
     36The user can also specify other compilation arguments (GRID, NPX and NPY for instance). The GRID default configuration is ORCA2 and NPX=NPY=1. The executable files opa.exe is placed in ~/path/to/build/nemofcm_build/build/bin/ 
    3237 
    3338== 3) Building NEMOVAR == 
     
    3843}}} 
    3944FCM will create a folder 'nemofcm_build' in path/to/build.  
    40 The user can also specify other compilation arguments (GRID, NPX and NPY for instance). The GRID default configuration is ORCA2 and NPX=NPY=1. The executable files model.exe and nemovar.exe are placed in ~/path/to/build/nemofcm_build/build/bin/ 
     45The user can also specify other compilation arguments (GRID, NPX and NPY for instance). The GRID default configuration is ORCA2 and NPX=NPY=1. The executable files opa.exe and nemovar.exe are placed in ~/path/to/build/nemofcm_build/build/bin/ 
    4146 
    4247== 4) Running NEMO ==