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 26 and Version 27 of user/flavoni/libIGCM_v3.6


Ignore:
Timestamp:
2015-10-26T11:34:27+01:00 (8 years ago)
Author:
flavoni
Comment:

--

Legend:

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

    v26 v27  
    4040 ./model NEMO_v6 
    4141}}} 
    42   [[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'''     ) 
    4343 
    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 
     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 
    4545 
    4646(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 ) 
    4747 
    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: 
     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: 
    4949 
    5050 * Download XIOS ('''branch 1.0 revision 703''') 
    5151 
    52   (The documentation of xios is available here: http://forge.ipsl.jussieu.fr/ioserver/wiki/documentation   ) 
     52  (The documentation of xios is available here: http://forge.ipsl.jussieu.fr/ioserver/wiki/documentation     ) 
    5353 
    54  * on ADA machine: 
     54 * Compile XIOS (on ADA machine): 
    5555 
    5656{{{ 
    5757 cd $WORKDIR     
    5858 svn co http://forge.ipsl.jussieu.fr/ioserver/svn/XIOS/branchs/xios-1.0 -r 703 
     59 ./make_xios --arch X64_ADA 
     60 
     61 (./make_xios -h for help)  
     62 
    5963}}} 
    6064 * Compile ORCA1_LIM3_PISCES configuration  (Using ./makenemo -h to see help ( to see list of compilers availables, to see options,...)) 
     
    6468 ./makenemo -n ORCA1_LIM3_PISCES -m X64_ADA -j8 
    6569 
    66  -j0 option create only configuration directory but does not compile it 
    67  -j8 compile with 8 proc for compilation phase (but you do not have parallel code compiled) 
     70-j8 compile with 8 proc for compilation phase 
     71-j0 option create only configuration directory but does not compile it  
    6872 
    6973}}} 
     
    7377cd ../../../bin 
    7478ln -s ../modeles/NEMOGCM/CONFIG/ORCA1_LIM3_PISCES/BLD/bin/nemo.exe nemo.exe 
    75 cp $WORKDIR/XIOS/bin/xios_server.exe xios_server.exe  
     79(cp $WORKDIR/XIOS/bin/xios_server.exe xios_server.exe)  
    7680 
    7781}}} 
    78  * Copy config.card file into modipsl/config/NEMO_v6 
     82 * Create submission directory: 
    7983 
     84  modipsl       |   config|      NEMO_v6| ---------------------------------------------[[BR]]|                    |                                   |GENERAL                                     EXPERIMENTS[[BR]] 
     85[[BR]] 
    8086{{{ 
    8187 cd modipsl/config/NEMO_v6 
     
    8995 
    9096}}} 
    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) 
     97  '''                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) 
    9298 
    9399 * Editing at this point modipsl/config/NEMO_v6/EXPERIMENTS/ORCA1_LIM3_PISCES/clim/COMP/'''xios.card'''