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.
Changeset 1884 for branches/TAM_V3_0/NEMO/OPA_SRC/par_oce.F90 – NEMO

Ignore:
Timestamp:
2010-05-27T11:26:52+02:00 (14 years ago)
Author:
rblod
Message:

Light adaptation of NEMO direct model routine to handle TAM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/TAM_V3_0/NEMO/OPA_SRC/par_oce.F90

    r1152 r1884  
    3838      !                                !  ( <= jpni x jpnj ) 
    3939#endif 
    40  
     40  
    4141   INTEGER, PUBLIC, PARAMETER ::    &  !: 
    4242      jpr2di = 0,                   &  !: number of columns for extra outer halo  
     
    5858#elif defined key_orca_r2 
    5959   !!--------------------------------------------------------------------- 
    60    !!   'key_orca_r2'   :                           global ocean : ORCA R4 
     60   !!   'key_orca_r2'   :                           global ocean : ORCA R2 
    6161   !!--------------------------------------------------------------------- 
    6262#             include "par_ORCA_R2.h90" 
     
    9191   !!--------------------------------------------------------------------- 
    9292#             include "par_GYRE.h90" 
     93#elif defined key_pomme_r025  
     94   !!---------------------------------------------------------------------  
     95   !!   'key_pomme_r025':                        regional basin : POMME025  
     96   !!---------------------------------------------------------------------  
     97#             include "par_POMME_R025.h90"  
    9398#else 
    9499   !!--------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.