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

Changes between Version 28 and Version 29 of user/flavoni/libIGCM_v3.3


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

--

Legend:

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

    v28 v29  
    22 
    33= '''Using libIGCM library with ORCA2_LIM for nemo_v3_3''' = 
    4 [[BR]] 
     4== Purposes == 
     5 * Document the using of Libigcm for NEMO version 3_3, in configuration ORCA2_LIM 
    56 
    6 == Purposes == 
     7 * Official documentation of Libigcm is : 
    78 
    8 [[BR]] 
    9  
    10     * Document the using of Libigcm for NEMO version 3_3, in configuration ORCA2_LIM  
    11  
    12     * Official documentation of Libigcm is : 
    13      
    14       http://forge.ipsl.jussieu.fr/libigcm/wiki/WikiStart 
    15  
    16 [[BR]] 
    17 [[BR]] 
     9  http://forge.ipsl.jussieu.fr/igcmg/wiki/platform/documentation 
    1810 
    1911== Quick start guide : downloading '''nemo_3_3_beta''' == 
     12  1/2/2011 downloading NEMO trunk 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. 
    2013 
    21  1/2/2011 downloading NEMO trunk default configuration is:  [[BR]] 
    22  climatological run, with bulk core forcing, focring files COREII, [[BR]] 
    23  with calendar type noleap [[BR]] 
    24  and ocean output frequency 1Y,1M,5D,1D, ice output frequency 5D, [[BR]] 
    25  with iom_put, (with an example of iodef.xml file), [[BR]] 
    26  without MONITORING, and ATLAS. 
    27   
    28     * Create and go into working directory : [[BR]] 
     14 * Create and go into working directory : [[BR]] 
    2915{{{ 
    3016 mkdir TRY ; cd TRY 
    3117}}} 
    32     * Extract NEMOGCM : [[BR]] 
     18 * Extract NEMOGCM : [[BR]] 
    3319{{{ 
    3420 svn co http://forge.ipsl.jussieu.fr/nemo/svn/tags/nemo_v3_3/NEMOGCM 
     
    3723}}} 
    3824 
    39     * Choose and compile configuration (for example if you run ORCA2_LIM configuration on "brodie" machine at idris) : [[BR]] 
     25 * Choose and compile configuration (for example if you run ORCA2_LIM configuration on "brodie" machine at idris) : [[BR]] 
    4026{{{ 
    4127 cd NEMOGCM/CONFIG 
     
    4329   (executable is created in ORCA2_LIM/BLD/bin directory) 
    4430}}} 
    45    
     31 
    4632  Using ./makenemo -h to see help ( to see list of compilers availables, to see options,...) 
    4733 
    48     * Example of a mono-processor run : [[BR]] 
     34 * Example of a mono-processor run : [[BR]] 
    4935{{{ 
    5036 ./makenemo -m SX8_BRODIE -n ORCA2_LIM  
    5137}}} 
    5238 
    53     * Example of a multi-processor run (decomposition 2x4) : [[BR]] 
     39 * Example of a multi-processor run (decomposition 2x4) : [[BR]] 
    5440{{{ 
    5541 ./makenemo -m SX8_BRODIE -n ORCA2_LIM add_key "key_mpp_mpi key_nproci=2 key_nprocj=4"  
    5642}}} 
    5743 
    58     * Create PARAM directory for ORCA2_LIM configuration : [[BR]] 
     44 * Create PARAM directory for ORCA2_LIM configuration : [[BR]] 
    5945{{{ 
    6046 cp -R ORCA2_LIM/EXP00 ORCA2_LIM/IGCM00/PARAM 
    6147}}} 
    6248 
    63    * Download Libigcm in EXTERNAL directory : [[BR]] 
     49 * Download Libigcm in EXTERNAL directory : [[BR]] 
    6450{{{ 
    6551 cd ../EXTERNAL 
     
    8369}}} 
    8470 
    85 Editing at this point NEMOGCM/CONFIG/ORCA2_LIM/IGCM00/config.card    [[BR]] 
    86 Editing at this point NEMOGCM/CONFIG/ORCA2_LIM/IGCM00/COMP/opa9.card [[BR]] 
    87 Editing at this point NEMOGCM/CONFIG/ORCA2_LIM/IGCM00/COMP/lim2.card [[BR]] 
    88 see : [https://forge.ipsl.jussieu.fr/nemo/wiki/libIGCM/setupsimupage setupsimupage] 
     71Editing at this point NEMOGCM/CONFIG/ORCA2_LIM/IGCM00/config.card    [[BR]] Editing at this point NEMOGCM/CONFIG/ORCA2_LIM/IGCM00/COMP/opa9.card [[BR]] Editing at this point NEMOGCM/CONFIG/ORCA2_LIM/IGCM00/COMP/lim2.card [[BR]] see : [https://forge.ipsl.jussieu.fr/nemo/wiki/libIGCM/setupsimupage setupsimupage] 
    8972 
    90  
    91    * Submit Job : [[BR]] 
     73 * Submit Job : [[BR]] 
    9274{{{ 
    9375 ./util/ins_job 
     
    9678}}} 
    9779 
    98  
    99 And also see useful remarks: [https://forge.ipsl.jussieu.fr/nemo/wiki/libIGCM/suggestpage suggestpage ] 
     80And also see useful remarks: [https://forge.ipsl.jussieu.fr/nemo/wiki/libIGCM/suggestpage suggestpage] 
    10081 
    10182If you want to switch from climatological to interannual see: [https://forge.ipsl.jussieu.fr/nemo/wiki/libIGCM/change_BC change_BC] 
    10283 
    103 [[BR]] 
    104 [[BR]] 
    105  
    106  Simona Flavoni last update:  [[Timestamp]] 
     84  Simona Flavoni last update:  [[Timestamp]]