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/ctlod/NVTKpage (diff) – NEMO

Changes between Version 7 and Version 8 of user/ctlod/NVTKpage


Ignore:
Timestamp:
2008-06-25T17:59:40+02:00 (16 years ago)
Author:
ctlod
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • user/ctlod/NVTKpage

    v7 v8  
    2626> svn co http://forge.ipsl.jussieu.fr/igcmg/svn/modipsl/trunk modipsl                      (download the modipsl structure) 
    2727> cd modipsl/util 
     28> vi mod.def 
    2829}}} 
    29 Edit the ''mod.def'' file and change following lines:[[BR]] 
     30Change following lines:[[BR]] 
    3031#-C- NEMO  tags/nemo_v2_3/AGRIF                   HEAD 7 . modeles[[BR]] 
    3132#-C- NEMO  tags/nemo_v2_3/NEMO                   HEAD 7 . modeles[[BR]] 
     
    3435#-C- NEMO  tags/nemo_v2_3/CONFIG/ORCA2_LIM HEAD 7 ORCA2_LIM config[[BR]] 
    3536 
    36 with [[BR]] 
     37into [[BR]] 
    3738 
    3839#-C- NEMO  '''trunk'''/AGRIF                   HEAD 7 . modeles[[BR]] 
    3940#-C- NEMO  '''trunk'''/NEMO                   HEAD 7 . modeles[[BR]] 
    4041#-C- NEMO  '''trunk'''/UTIL                     HEAD 7 . modeles[[BR]] 
     42#-C- NEMO  '''trunk'''/NVTK                     HEAD 7 . config[[BR]] 
    4143#-C- NEMO  '''trunk'''/CONFIG/GYRE      HEAD 7 GYRE config[[BR]] 
    4244'''#-C- NEMO  trunk/CONFIG/GYRE_LOBSTER      HEAD 7 GYRE_LOBSTER config'''[[BR]] 
     
    4446 
    4547{{{ 
    46 > ./model NEMO                  (download the trunk of NEMO code) 
     48> ./model NEMO                  (download the trunk of NEMO code as NVTK package ) 
    4749}}} 
    4850 
    4951 
    50 2. 2 directories must be downloaded under the TEST/modipsl/config directory: VALID & HEAD.[[BR]] 
    51 {{{ 
    52 > cd ../config 
    53 > svn co http://forge.ipsl.jussieu.fr/nemo/svn/trunk/VALID 
    54 > svn co http://forge.ipsl.jussieu.fr/nemo/svn/trunk/HEAD 
    55 }}} 
    56  
    57 If a passwd is asked, type "Enter button" and use as login: "nemo_user" and the NEMO user classical passwd.[[BR]] 
    58  
    59 3. For MAC users only[[BR]] 
     522. For MAC users only[[BR]] 
    6053In the ./modipsl/util/AA_make.gdef:[[BR]] 
    6154* Set the good directory pathnames for NetCDF library through NCDF_INC and NCDF_LIB variables[[BR]] 
     
    7568 
    7669'''''b.  Installing'''''[[BR]] 
    77 User has to fill following variables in the ins_valid.ksh script header under the ./modipsl/config/VALID/2INSTALL/ directory:[[BR]] 
     70User has to fill following variables in the ins_nvtk.ksh script header under the ./modipsl/config/NVTK/INSTALL/ directory:[[BR]] 
    7871 
    7972{{{ 
    80 > cd config/VALID/2INSTALL 
    81 > vi ins_valid.ksh 
     73> cd config/NVTK/INSTALL 
     74> vi ins_nvtk.ksh 
    8275}}} 
    8376 
     
    10295##########################################################[[BR]] 
    10396 
    104 1. Once the ins_valid.ksh header is changed, go under VALID/2INSTALL directory and execute the script.[[BR]] 
     971. Once the ins_nvtk.ksh header is changed, go under NVTK/INSTALL directory and launch the script.[[BR]] 
    10598 
    10699{{{ 
    107 > cd  VALID/2INSTALL 
    108 > ./ins_valid.ksh 
     100> cd  NVTK/INSTALL 
     101> ./ins_nvtk.ksh 
    109102}}} 
    110103 
     
    126119This could be performed in using just one command as just below or in managing each step separately “by hand” (see documentation).[[BR]] 
    127120 
    128 1. store modified modules (to test) under ./modipsl/config/HEAD/2TEST[[BR]] 
     1211. store modified modules (to test) under ./modipsl/config/NVTK/2TEST[[BR]] 
    129122 
    130 2. set the following 7 variables in the ./modipsl/config/HEAD/Makefile file:[[BR]] 
     1232. set the following 7 variables in the ./modipsl/config/NVTK/Makefile file:[[BR]] 
    131124 
    132125{{{ 
    133 > cd ./config/HEAD 
     126> cd ./config/NVTK 
    134127> vi Makefile 
    135128}}} 
     
    143136* '''REF_TAGV:''' (optional) reference tag version to which compare results[[BR]] 
    144137 
    145 3. launch the whole process (compilation, jobs submission & assessment report) using gmake command from ./modipsl/config/HEAD/2TEST[[BR]] 
     1383. launch the whole process (compilation, jobs submission & assessment report) using gmake command from ./modipsl/config/NVTK/2TEST[[BR]] 
    146139 
    147140{{{ 
    148 > cd ./config/HEAD/ 
     141> cd ./config/NVTK/ 
    149142> gmake 
    150143}}}