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


Ignore:
Timestamp:
2015-10-14T12:54:27+02:00 (9 years ago)
Author:
flavoni
Comment:

--

Legend:

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

    v6 v7  
    33= '''Using libIGCM library with ORCA2_LIM for nemo_v3_6''' = 
    44== Purposes == 
    5  Trought libIGCM run a great numbers of year of NEMO 3_6_STABLE for configuration ORCA1_LIM3_PISCES 
    6  with INTERANNUAL forcing files COREII 
    7  with output 1Y  
    8  RESTARTS every year 
    9  on Idris ADA machine 
     5  Through libIGCM give an example of run of configuration ORCA1_LIM3_PISCES with : 
     6 
     7 * INTERANNUAL forcing files COREII  (yeras from 1948 to 2009, repeted 3 times) 
     8 * output 1Y  
     9 * RESTARTS every year  
     10 * on Idris ADA machine 
     11 
     12   
    1013 
    1114 * Official documentation of Libigcm is : 
     
    1417 
    1518== Quick start guide : downloading '''nemo_3_6_STABLE: ''' == 
    16   https://forge.ipsl.jussieu.fr/nemo/browser/branches/2015/nemo_v3_6_STABLE/NEMOGCM  
     19  https://forge.ipsl.jussieu.fr/nemo/browser/branches/2015/nemo_v3_6_STABLE/NEMOGCM 
    1720 
    1821  downloading configuration ORCA_LIM3 in NEMO v3_6_STABLE implies : 
     
    5255}}} 
    5356 
    54   Using ./makenemo -h to see help ( to see list of compilers availables, to see options,...) [[BR]]                         '''                         [[BR]]                         NOTE'''                           : IF YOU WANT TO COMPILE NEMO code that is not the  NEMO directory, you can create MY_NEMO directory and put your NEMO code  into MY_NEMO directory 
     57  Using ./makenemo -h to see help ( to see list of compilers availables, to see options,...) [[BR]]                          '''                          [[BR]]                          NOTE'''                            : IF YOU WANT TO COMPILE NEMO code that is not the  NEMO directory, you can create MY_NEMO directory and put your NEMO code  into MY_NEMO directory 
    5558 
    5659(for example) and compile it in this way 
     
    6770 -j8 compile with 8 proc for compilation phase (but you do not have parallel code compiled) 
    6871}}} 
    69   '''        NOTE : control list of cpp keys in '''        NEMOGCM/CONFIG/ORCA2_LIM/cpp_ORCA2_LIM.fcm [[BR]]       '''       you need key_iomput ( choose your output list in iodef.xml)''' 
     72  '''         NOTE : control list of cpp keys in '''         NEMOGCM/CONFIG/ORCA2_LIM/cpp_ORCA2_LIM.fcm [[BR]]        '''        you need key_iomput ( choose your output list in iodef.xml)''' 
    7073 
    7174 * Copy executable nemo.exe in modipsl : 
     
    7982 * Editing at this point config/ORCA2_LIM/IGCM00/'''config.card   (according to iodef.xml file)''' 
    8083 
    81   '''                       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) 
     84  '''                        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) 
    8285 
    8386 * Editing at this point config/ORCA2_LIM/IGCM00/COMP/'''opa9.card'''