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.
user/flavoni/libIGCM_v3.3 (diff) – NEMO

Changes between Version 4 and Version 5 of user/flavoni/libIGCM_v3.3


Ignore:
Timestamp:
2011-02-01T14:45:57+01:00 (13 years ago)
Author:
flavoni
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • user/flavoni/libIGCM_v3.3

    v4 v5  
    3737}}} 
    3838 
    39     
    40     * Choosing ORCA2_LIM configuration : [[BR]] 
     39    * Choosing and compiling configuration (for example if you run ORCA2_LIM configuration on "brodie" machine at idris) : [[BR]] 
    4140{{{ 
    42  cd ../modeles/UTIL 
    43  ./fait_config ORCA2_LIM 
     41 cd NEMOGCM/CONFIG 
     42 ./makenemo -m SX8_BRODIE -n ORCA2_LIM  
    4443}}} 
    45 For a multi-processor run see : [https://forge.ipsl.jussieu.fr/nemo/wiki/libIGCM/parallelpage parallelpage] [[BR]] 
    46 For a mono-processor run you an follow  [[BR]] 
    4744 
    48     * Preparing Makefile : [[BR]] 
     45 Using ./makenemo -h to see help ( to see list of compilers availables, to see options,...) 
     46 
     47  * Example of a mono-processor run : [[BR]] 
    4948{{{ 
    50  cd ../../util  
    51  ./ins_make 
     49 ./makenemo -m SX8_BRODIE -n ORCA2_LIM del_key "nproci=1 nprocj=1" 
    5250}}} 
    53     * Compile : [[BR]] 
     51 
     52* Example of a multi-processor run (decomposition 2x4) : [[BR]] 
    5453{{{ 
    55  cd ../config/ORCA2_LIM  
    56  gmake 
     54 ./makenemo -m SX8_BRODIE -n ORCA2_LIM add_key "nproci=2 nprocj=4" 
    5755}}} 
    58   
    59 Editing at this point modipsl/config/ORCA2_LIM/IGCM00/config.card    [[BR]] 
    60 Editing at this point modipsl/config/ORCA2_LIM/IGCM00/COMP/opa9.card [[BR]] 
     56 
     57 
     58Editing at this point NEMOGCM/CONFIG/ORCA2_LIM/IGCM00/config.card    [[BR]] 
     59Editing at this point NEMOGCM/CONFIG/ORCA2_LIM/IGCM00/COMP/opa9.card [[BR]] 
    6160see : [https://forge.ipsl.jussieu.fr/nemo/wiki/libIGCM/setupsimupage setupsimupage] 
    6261 
     
    6867}}} 
    6968 
    70 '''[[Color( red, IMPORTANT REMARK: )]] [[BR]] 
    71  To reduce computing time, if you don't use the ATLAS, you can put in namelist : '''ln_mskland=.false.''', because it is very expensive in term of computational time.''' 
    7269 
    7370And also see useful remarks: [https://forge.ipsl.jussieu.fr/nemo/wiki/libIGCM/suggestpage suggestpage]