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 36 and Version 37 of Users/ModelInstall


Ignore:
Timestamp:
2017-05-12T21:57:46+02:00 (7 years ago)
Author:
nicolasmartin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Users/ModelInstall

    v36 v37  
    150150=== Examples 
    151151 
    152 * Compiling GYRE with ifort on linux to create a [[span(MY_GYRE, style=color: #BB4444 )]] configuration 
    153 {{{#!sh 
    154 makenemo –m ifort_linux –r GYRE -n 'MY_GYRE' 
    155 }}} 
    156 * Create and compile ORCA_LIM3 
    157 {{{#!sh 
    158 makenemo –n ORCA_LIM3 # and answer 
    159 }}} 
    160 * Create your ORCA_LIM3_v2 configuration based on the previous one 
    161 {{{#!sh 
    162 makenemo –n ORCA_LIM3_v2 -r ORCA_LIM3 
    163 }}} 
    164 * Create and compile ORCA2_LIM_2_2, add (`add_key`) and delete (`del_key`) keys, based on ORCA2_LIM 
    165 {{{#!sh 
    166 makenemo –n ORCA2_LIM_2_2 -r ORCA2_LIM del_key "key_iomput" # and answer 
    167 }}} 
    168 * Remove a configuration 
    169 {{{#!sh 
    170 makenemo –n ORCA2_LIM_2_2 clean_config # and answer 
    171 }}} 
    172 * Get help on makenemo options 
    173 {{{#!sh 
    174 makenemo –h 
    175 }}} 
    176  
     152[[IncludeSource(/branches/2015/nemo_v3_6_STABLE/NEMOGCM/CONFIG/makenemo, start=145, end=166, mimetype=application/x-shellscript)]] 
    177153== 5. Running the model 
    178154