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.6 (diff) – NEMO

Changes between Version 25 and Version 26 of user/flavoni/libIGCM_v3.6


Ignore:
Timestamp:
2015-10-26T11:19:28+01:00 (9 years ago)
Author:
flavoni
Comment:

--

Legend:

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

    v25 v26  
    1919 
    2020== Quick start guide :[https://forge.ipsl.jussieu.fr/nemo/browser/branches/2015/nemo_v3_6_STABLE/NEMOGCM http://www.nemo-ocean.eu/Using-NEMO/Configurations/] == 
    21 Create and go into working directory : [[BR]] 
     21 * Create and go into working directory : 
    2222 
    23  *  
    2423{{{ 
    2524 mkdir TP-NEMO-libIGCM ; cd TP-NEMO-libIGCM 
    26  
    2725}}} 
    2826 * Define the following alias to use SVN : 
     
    3028{{{ 
    3129 alias svn_ano='svn co http://forge.ipsl.jussieu.fr/igcmg/svn/modipsl/trunk modipsl' 
     30}}} 
     31 * Extract modipsl (modipsl with libIGCM) 
    3232 
    33 }}} 
    34  * Extract modipsl (modipsl with libIGCM)[[BR]] 
    3533{{{ 
    3634 svn_ano 
    3735}}} 
    38  * Extract the model "NEMO_v6":   [[BR]] 
     36 * Extract the model "NEMO_v6": 
     37 
    3938{{{ 
    4039cd modipsl/util    ** 
    4140 ./model NEMO_v6 
    4241}}} 
    43    [[BR]]** verify NEMOGCM revision in '''modipsl/util/mod.def '''file:  (fixed revision of NEMO: '''5618''') 
     42  [[BR]]   ** verify NEMOGCM revision in '''   modipsl/util/mod.def '''   file:  (fixed revision of NEMO: '''   5618'''   ) 
    4443 
    45 #-H- NEMO_v6  NEMOGCM for CMIP6 exercise [[BR]]#-H- NEMO_v6  libIGCM tag libIGCM_v2.6[[BR]]#-M- NEMO_v6  Christian.Ethe@ipsl.jussieu.fr[[BR]]#-C- NEMO_v6  tags/libIGCM_v2.7                                                                      HEAD  10     libIGCM                        .   [[BR]]#-C- NEMO_v6  '''branches/2015/nemo_v3_6_STABLE/NEMOGCM'''                            '''5618'''    7           .                       modeles[[BR]]#-C- NEMO_v6  trunk/ORCA1_LIM3_PISCES                                                                HEAD  17             .              modeles/NEMOGCM/CONFIG[[BR]]#-C- NEMO_v6  CONFIG/UNIFORM/v6/NEMO_v6                                                   HEAD    8     NEMO_v6                 config 
    46  * The OFFICIAL repository for the CONFIG '''ORCA1_LIM3_PISCES''' is the web site '''shaconemo''': https://forge.ipsl.jussieu.fr/shaconemo/wiki/README_ORCA1_LIM3_PISCES 
     44  #-H- NEMO_v6  NEMOGCM for CMIP6 exercise [[BR]]  #-H- NEMO_v6  libIGCM tag libIGCM_v2.6[[BR]]  #-M- NEMO_v6  Christian.Ethe@ipsl.jussieu.fr[[BR]]  #-C- NEMO_v6  tags/libIGCM_v2.7                                                                      HEAD  10     libIGCM                        .   [[BR]]  #-C- NEMO_v6  '''  branches/2015/nemo_v3_6_STABLE/NEMOGCM'''                              '''  5618'''      7           .                       modeles[[BR]]  #-C- NEMO_v6  trunk/ORCA1_LIM3_PISCES                                                                HEAD  17             .              modeles/NEMOGCM/CONFIG[[BR]]  #-C- NEMO_v6  CONFIG/UNIFORM/v6/NEMO_v6                                                   HEAD    8     NEMO_v6                 config 
     45 
     46(The OFFICIAL repository for the CONFIG '''ORCA1_LIM3_PISCES''' is the web site '''shaconemo''': https://forge.ipsl.jussieu.fr/shaconemo/wiki/README_ORCA1_LIM3_PISCES ) 
     47 
     48  '''  NOTA BENE'''   : ORA1_LIM3_PISCES configuration is by default (in libIGCM) run with xios_server en detached mode --> so you need to download and compile xios: 
     49 
     50 * Download XIOS ('''branch 1.0 revision 703''') 
     51 
     52  (The documentation of xios is available here: http://forge.ipsl.jussieu.fr/ioserver/wiki/documentation   ) 
     53 
     54 * on ADA machine: 
     55 
     56{{{ 
     57 cd $WORKDIR     
     58 svn co http://forge.ipsl.jussieu.fr/ioserver/svn/XIOS/branchs/xios-1.0 -r 703 
     59}}} 
    4760 * Compile ORCA1_LIM3_PISCES configuration  (Using ./makenemo -h to see help ( to see list of compilers availables, to see options,...)) 
    4861 
     
    5568 
    5669}}} 
    57  * Copy executable nemo.exe in modipsl : 
     70 * Copy executable nemo.exe (and xios_server.exe if needed in detached mode) in modipsl : 
    5871 
    5972{{{ 
    6073cd ../../../bin 
    6174ln -s ../modeles/NEMOGCM/CONFIG/ORCA1_LIM3_PISCES/BLD/bin/nemo.exe nemo.exe 
     75cp $WORKDIR/XIOS/bin/xios_server.exe xios_server.exe  
    6276 
    6377}}} 
    64   '''                FORCING FILES?????? '''                '''                /gpfs5r/workgpfs/rech/gzi/rgzi002/IGCM/BC/OCE/ORCA1_LIM3_PISCES/v3_6_STABLE'''                or: '''                /workgpfs/rech/omr/romr006/FORCING/ORCA1_LIM3_PISCES/'''                '''                ?????''' 
    65  
    66  *  
    67  * attach figure libigcm (pas possible, just en download! ) 
    68  *  
    69  
    7078 * Copy config.card file into modipsl/config/NEMO_v6 
    7179 
     
    8189 
    8290}}} 
    83   '''         NOTE : for ada ( idris ) machine'''                                          starting from revision 2021 of trunk of  libigcm it is possible to add in [Post] section of config.card options [[BR]]                                        [Post] [[BR]]                                        SpaceName                                         =PROD   (to have IGCM_OUT on gaya)[[BR]]                                         PackFrequency                                         =10Y  (to have pack option; i.e. only one tar file) 
     91  '''              NOTE : for ada ( idris ) machine'''                                               starting from revision 2021 of trunk of  libigcm it is possible to add in [Post] section of config.card options [[BR]]                                             [Post] [[BR]]                                             SpaceName                                              =PROD   (to have IGCM_OUT on gaya)[[BR]]                                              PackFrequency                                              =10Y  (to have pack option; i.e. only one tar file) 
    8492 
    8593 * Editing at this point modipsl/config/NEMO_v6/EXPERIMENTS/ORCA1_LIM3_PISCES/clim/COMP/'''xios.card'''