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


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

--

Legend:

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

    v2 v3  
    99  https://forge.ipsl.jussieu.fr/igcmg_doc/wiki/Doc 
    1010 
    11 == Quick start guide : downloading '''nemo_3_6_STABLE: '''https://forge.ipsl.jussieu.fr/nemo/browser/branches/2015/nemo_v3_6_STABLE/NEMOGCM == 
    12   downloading NEMO v3_6_STABLE default configuration is:  
     11== Quick start guide : downloading '''nemo_3_6_STABLE: ''' == 
     12  https://forge.ipsl.jussieu.fr/nemo/browser/branches/2015/nemo_v3_6_STABLE/NEMOGCM 
     13  downloading NEMO v3_6_STABLE default configuration is: 
     14 
    1315 * climatological run, with bulk core forcing, focring files COREII, 
    14  * with calendar type noleap  
    15  * and ocean output frequency 1Y,1M,5D,1D, ice output frequency 5D,  
    16  * with iom_put, (with an example of iodef.xml file),  
     16 * with calendar type noleap 
     17 * and ocean output frequency 1Y,1M,5D,1D, ice output frequency 5D, 
     18 * with iom_put, (with an example of iodef.xml file), 
    1719 * without MONITORING, and ATLAS. 
    18  
    1920 
    2021 * Define the following alias to use SVN : [[BR]] 
     
    4647}}} 
    4748 
    48   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 
     49  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 
    4950 
    5051(for example) and compile it in this way 
     
    6162 -j8 compile with 8 proc for compilation phase (but you do not have parallel code compiled) 
    6263}}} 
    63   '''     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)''' 
     64  '''      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)''' 
    6465 
    6566 * Copy executable nemo.exe in modipsl : 
     
    7374 * Editing at this point config/ORCA2_LIM/IGCM00/'''config.card   (according to iodef.xml file)''' 
    7475 
    75   '''                    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) 
     76  '''                     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) 
    7677 
    7778 * Editing at this point config/ORCA2_LIM/IGCM00/COMP/'''opa9.card'''