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


Ignore:
Timestamp:
2013-03-11T11:23:02+01:00 (11 years ago)
Author:
flavoni
Comment:

--

Legend:

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

    v3 v4  
    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 
    14  * Define the following alias to use SVN : [[BR]] 
     14 * Define the following alias to use SVN : [[BR]] 
    1515{{{ 
    1616 alias svn_ano='svn co http://forge.ipsl.jussieu.fr/igcmg/svn/modipsl/trunk modipsl' 
    1717 
    1818}}} 
    19  * Create and go into working directory : [[BR]] 
     19 * Create and go into working directory : [[BR]] 
    2020{{{ 
    2121 mkdir TRY ; cd TRY 
    2222 
    2323}}} 
    24  * Extract modipsl : [[BR]] 
     24 * Extract modipsl : [[BR]] 
    2525{{{ 
    2626 svn_ano  
    2727}}} 
    28  * Extract NEMOGCM :   (verify NEMOGCM definition in mod.def file)[[BR]] 
     28 * Extract NEMOGCM :   (verify NEMOGCM definition in modipsl/util/mod.def file)[[BR]] 
    2929{{{ 
    3030 cd modipsl/util  
     
    3434 * Choose and compile configuration (for example if you run ORCA2_LIM configuration on "ada" machine at idris) : [[BR]] 
    3535{{{ 
    36  cd NEMOGCM/CONFIG 
     36 cd ../modeles/NEMOGCM/CONFIG 
    3737 ./makenemo -m x3750_ADA -n ORCA2_LIM 
    3838 
     
    4040}}} 
    4141 
    42   Using ./makenemo -h to see help ( to see list of compilers availables, to see options,...) 
    43   '''NOTE''': IF YOU WANT TO COMPILE NEMO code that is not the NEMO directory, 
    44   you can put you your NEMO code into (for example) MY_NEMO 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 put you your NEMO code into (for example) MY_NEMO and compile it in this way 
    4543{{{ 
    4644cp /PATH/YOUR_NEMO_DIR  NEMOGCM/MY_NEMO 
     
    5452}}} 
    5553 
    56 ======== 
    57  
     54 * Create PARAM directory for ORCA2_LIM configuration :  
    5855 *  
    59  * Create PARAM directory for ORCA2_LIM configuration : [[BR]] 
    6056{{{ 
    6157 cp -R ORCA2_LIM/EXP00 ORCA2_LIM/IGCM00/PARAM 
    6258}}} 
    6359 
    64  * Download Libigcm in EXTERNAL directory : [[BR]] 
    65 {{{ 
    66  cd ../EXTERNAL 
    67  svn co http://forge.ipsl.jussieu.fr/libigcm/svn/tags/libIGCM_v1_9 libIGCM 
    68  svn co http://forge.ipsl.jussieu.fr/igcmg/svn/modipsl/trunk/util 
    69 }}} 
     60 * Create bin in EXTERNAL directory, and create link to nemo.exe :  
    7061 
    71  * Change PATH in ins_job script : [[BR]] 
    72 {{{ 
    73  vi util/ins_job ; line 106 
    74  replace  for i in $(find ${d_n}/.. -name ${F_CFG} -print) 
    75  by       for i in $(find ${d_n}/../.. -name ${F_CFG} -print) 
    76 }}} 
    77  
    78  * Create bin in EXTERNAL directory, and create link to nemo.exe : [[BR]] 
     62 *  
    7963{{{ 
    8064 mkdir bin