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 435 and Version 436 of user/flavoni/libIGCM


Ignore:
Timestamp:
2009-10-30T11:01:44+01:00 (14 years ago)
Author:
flavoni
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • user/flavoni/libIGCM

    v435 v436  
    3939 ./model NEMO_IGCM  
    4040}}} 
    41 '''NOTE: in this moment NEMO_IGCM is downloading trunk NEMO (ongoing test on iom_put)''' 
     41'''NOTE: in this moment NEMO_IGCM is downloading trunk NEMO (ongoing test on iom_put)''' but there is a bug on bottom friction. [[BR]] 
     42To evoid this bug it is necessary to:  [[BR]] 
     431. comment lines in dommsk: [[BR]] 
     44         ij0 = 115   ;   ij1 = 115 [[BR]] 
     45         ii0 = 145   ;   ii1 = 146   ;   fmask( mi0(ii0):mi1(ii1) , mj0(ij0):mj1(ij1) , 1:jpk ) = 4.0e0 [[BR]] 
     46         ij0 = 116   ;   ij1 = 116 [[BR]] 
     47         ii0 = 145   ;   ii1 = 146   ;   fmask( mi0(ii0):mi1(ii1) , mj0(ij0):mj1(ij1) , 1:jpk ) = 4.0e0 [[BR]] 
     482. put in nameliste  rn_bfri1    =    0.e-4 [[BR]] 
     49 
    4250    * Choosing ORCA2_LIM configuration : [[BR]] 
    4351{{{ 
     
    6977 if you don't need ATLAS you have to put in namelist : '''ln_mskland=.false.''', because is very expensive in term of computational time.''' 
    7078 
    71 And also see useful remarks: https://forge.ipsl.jussieu.fr/nemo/wiki/private/libIGCM/suggestpage 
     79And also see useful remarks: [https://forge.ipsl.jussieu.fr/nemo/wiki/private/libIGCM/suggestpage] 
     80 
     81To activate iom_put see: [https://forge.ipsl.jussieu.fr/nemo/wiki/private/libIGCM/iom_put] 
     82 
    7283 
    7384[[BR]]