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 389 for trunk/NEMO/OPA_SRC/par_EEL_R5.h90 – NEMO

Ignore:
Timestamp:
2006-03-09T18:22:04+01:00 (18 years ago)
Author:
opalod
Message:

RB:nemo_v1_update_038: first integration of Agrif :

  • configuration parameters are just integer when agrif is used
  • add call to agrif routines with key_agrif
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/par_EEL_R5.h90

    r247 r389  
    88   !! This software is governed by the CeCILL licence see modipsl/doc/NEMO_CeCILL.txt  
    99   !!---------------------------------------------------------------------- 
    10    CHARACTER (len=16), PARAMETER ::   &  !: 
     10   CHARACTER (len=16)      & 
     11#if !defined key_AGRIF 
     12      , PARAMETER  & 
     13#endif 
     14      ::    &   
     15   INTEGER     & 
     16#if !defined key_AGRIF 
     17      , PARAMETER  & 
     18#endif 
     19      :: & 
    1120      cp_cfg = "eel"            !: name of the configuration 
    12    INTEGER, PARAMETER ::     &  !: 
    1321      jp_cfg = 5      ,      &  !: resolution of the configuration (km) 
    1422 
Note: See TracChangeset for help on using the changeset viewer.