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


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

--

Legend:

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

    v1 v2  
    77 * Official documentation of Libigcm is : 
    88 
    9   http://forge.ipsl.jussieu.fr/libigcm/wiki/WikiStart 
     9  http://forge.ipsl.jussieu.fr/igcmg/wiki/platform/documentation 
    1010 
    11 == 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. 
     11== 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. 
    1313 
    14  * Create and go into working directory : [[BR]] 
     14 * Create and go into working directory : [[BR]] 
    1515{{{ 
    1616 mkdir TRY ; cd TRY 
    1717}}} 
    18  * Extract NEMOGCM : (version 3_4 or 3_4_1)[[BR]] 
     18 * Extract NEMOGCM : (version 3_4 or 3_4_1)[[BR]] 
    1919{{{ 
    2020 svn co http://forge.ipsl.jussieu.fr/nemo/svn/tags/nemo_v3_4/NEMOGCM 
     
    2525}}} 
    2626 
    27  * Choose and compile configuration (for example if you run ORCA2_LIM configuration on "brodie" machine at idris) : [[BR]] 
     27 * Choose and compile configuration (for example if you run ORCA2_LIM configuration on "brodie" machine at idris) : [[BR]] 
    2828{{{ 
    2929 cd NEMOGCM/CONFIG 
     
    3535  Using ./makenemo -h to see help ( to see list of compilers availables, to see options,...) 
    3636 
    37  * Create PARAM directory for ORCA2_LIM configuration : [[BR]] 
     37 * Create PARAM directory for ORCA2_LIM configuration : [[BR]] 
    3838{{{ 
    3939 cp -R ORCA2_LIM/EXP00 ORCA2_LIM/IGCM00/PARAM 
    4040}}} 
    4141 
    42  * Download Libigcm in EXTERNAL directory : [[BR]] 
     42 * Download Libigcm in EXTERNAL directory : [[BR]] 
    4343{{{ 
    4444 cd ../EXTERNAL 
     
    4747}}} 
    4848 
    49  * Change PATH in ins_job script : [[BR]] 
     49 * Change PATH in ins_job script : [[BR]] 
    5050{{{ 
    5151 vi util/ins_job ; line 106 
     
    5454}}} 
    5555 
    56  * Create bin in EXTERNAL directory, and create link to nemo.exe : [[BR]] 
     56 * Create bin in EXTERNAL directory, and create link to nemo.exe : [[BR]] 
    5757{{{ 
    5858 mkdir bin  
     
    6262}}} 
    6363 
    64 Editing 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] 
     64Editing 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] 
    6565 
    66  * Submit Job : [[BR]] 
     66 * Submit Job : [[BR]] 
    6767{{{ 
    6868 ./util/ins_job 
     
    7171}}} 
    7272 
    73 And also see useful remarks: [https://forge.ipsl.jussieu.fr/nemo/wiki/libIGCM/suggestpage suggestpage] 
     73And also see useful remarks: [https://forge.ipsl.jussieu.fr/nemo/wiki/libIGCM/suggestpage suggestpage] 
    7474 
    75 If you want to switch from climatological to interannual see: [https://forge.ipsl.jussieu.fr/nemo/wiki/libIGCM/change_BC change_BC] 
     75If you want to switch from climatological to interannual see: [https://forge.ipsl.jussieu.fr/nemo/wiki/libIGCM/change_BC change_BC] 
    7676 
    77   Simona Flavoni last update: [[Timestamp]] 
     77  Simona Flavoni last update: [[Timestamp]]