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

Changes between Version 179 and Version 180 of user/flavoni/libIGCM


Ignore:
Timestamp:
2009-01-28T14:14:20+01:00 (15 years ago)
Author:
flavoni
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • user/flavoni/libIGCM

    v179 v180  
    2222 
    2323    * Define the following alias to use SVN : [[BR]] 
    24  
    2524{{{ 
    2625 alias svn_ano='svn co http://forge.ipsl.jussieu.fr/igcmg/svn/modipsl/trunk modipsl' 
     
    2827 alias svn_nemoligcm='svn co http://forge.ipsl.jussieu.fr/nemo/svn/branches/libIGCM/ORCA2_LIM/IGCM00 IGCM00' 
    2928}}} 
    30  
    3129    * Create and go into working directory : [[BR]] 
    32  
    3330{{{ 
    3431 mkdir TRY ; cd TRY 
    3532}}} 
    36  
    3733    * Extract modipsl : [[BR]] 
    38  
    3934{{{ 
    4035 svn_ano  
    4136}}} 
    42  
    4337    * Extract NEMO : [[BR]] 
    44  
    4538{{{ 
    4639 cd modipsl/util  
    4740 ./model NEMO  
    4841}}} 
    49     
    5042    * Extract libigcm : [[BR]] 
    51  
    5243{{{  
    5344 cd ../  
    5445 svn_libigcm 
    5546}}} 
    56     
    5747    * Extract card for NEMO for libIGCM : [[BR]] 
    58  
    5948{{{  
    6049 cd config/ORCA2_LIM  
    6150 svn_nemoligcm 
    6251}}} 
    63  
    6452   * Choosing ORCA2_LIM configuration : [[BR]] 
    65  
    6653{{{ 
    6754 cd ../../modeles/UTIL 
    6855 ./fait_config ORCA2_LIM 
    6956}}} 
    70      
    7157    * Install the makefiles : [[BR]] 
    72  
    7358{{{ 
    7459 cd ../../util  
    7560 ./ins_make 
    7661}}} 
    77  
    7862    * Compile : [[BR]] 
    79  
    8063{{{ 
    8164 cd ../config/ORCA2_LIM  
    8265 gmake 
    8366}}} 
    84  
    8567    * Submit Job : [[BR]] 
    86  
    8768{{{ 
    8869 
     
    11697 ( for example : if you have and experience of 10 years and a !PeriodLenght of 1 year, you will have 10 restart files ) 
    11798 
    118 #-- Début et fin de Job [[BR]] 
    119 #-- "YYYY-MM-DD" [[BR]] 
    120 DateBegin=2001-01-01 [[BR]] 
    121 DateEnd=2010-12-31 [[BR]] 
    122 #============================ [[BR]] 
    123 #-- 1Y, 1M, 5D, 1D [[BR]] 
    124 PeriodLength=1Y [[BR]] 
     99 #-- Début et fin de Job [[BR]] 
     100 #-- "YYYY-MM-DD" [[BR]] 
     101 DateBegin=2001-01-01 [[BR]] 
     102 DateEnd=2010-12-31 [[BR]] 
     103 #============================ [[BR]] 
     104 #-- 1Y, 1M, 5D, 1D [[BR]] 
     105 PeriodLength=1Y [[BR]] 
    125106 
    126107