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

Changes between Version 20 and Version 21 of user/flavoni/libIGCM_v3.4


Ignore:
Timestamp:
2013-03-20T10:16:30+01:00 (11 years ago)
Author:
flavoni
Comment:

--

Legend:

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

    v20 v21  
    1010 
    1111== Quick start guide : downloading '''nemo_3_4''' == 
    12   downloading NEMO v3_4 default configuration is: [[BR]]                     climatological run, with bulk core forcing, focring files COREII, [[BR]]                     with calendar type noleap [[BR]]                     and ocean output frequency 1Y,1M,5D,1D, ice output frequency 5D, [[BR]]                     with iom_put, (with an example of iodef.xml file), [[BR]]                     without MONITORING, and ATLAS. 
     12  downloading NEMO v3_4 default configuration is: [[BR]]                      climatological run, with bulk core forcing, focring files COREII, [[BR]]                      with calendar type noleap [[BR]]                      and ocean output frequency 1Y,1M,5D,1D, ice output frequency 5D, [[BR]]                      with iom_put, (with an example of iodef.xml file), [[BR]]                      without MONITORING, and ATLAS. 
    1313 
    1414 * Define the following alias to use SVN : [[BR]] 
     
    3535{{{ 
    3636 cd ../modeles/NEMOGCM/CONFIG 
    37  ./makenemo -m x3750_ADA -n ORCA2_LIM 
     37 ./makenemo -m x3750_ADA -n ORCA2_LIM -j8 
    3838 
    3939 (executable is created in ORCA2_LIM/BLD/bin directory) 
    4040}}} 
    4141 
    42   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  
    43 (for example) and compile it in this way 
     42  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 
     43 
     44(for example) and compile it in this way 
     45 
    4446{{{ 
    4547cp /PATH/YOUR_NEMO_DIR  NEMOGCM/MY_NEMO 
     
    5355 -j8 compile with 8 proc for compilation phase (but you do not have parallel code compiled) 
    5456}}} 
    55  
    56   ''' 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)''' 
     57  '''  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)''' 
    5758 
    5859 * Copy executable nemo.exe in modipsl : 
     
    6667 * Editing at this point config/ORCA2_LIM/IGCM00/'''config.card   (according to iodef.xml file)''' 
    6768 
    68   '''                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) 
     69  '''                 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) 
    6970 
    7071 * Editing at this point config/ORCA2_LIM/IGCM00/COMP/'''opa9.card'''