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 3566 for branches/2012/dev_r3387_LOCEAN6_AGRIF_LIM/NEMOGCM/NEMO/OPA_SRC/nemogcm.F90 – NEMO

Ignore:
Timestamp:
2012-11-15T19:09:49+01:00 (11 years ago)
Author:
cetlod
Message:

branch dev_r3387_LOCEAN6_AGRIF_LIM: add some corrections to make AGRIF compatible with TOP

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_r3387_LOCEAN6_AGRIF_LIM/NEMOGCM/NEMO/OPA_SRC/nemogcm.F90

    r3454 r3566  
    118118      CALL Agrif_Declare_Var_dom   ! AGRIF: set the meshes for DOM 
    119119      CALL Agrif_Declare_Var       !  "      "   "   "      "  DYN/TRA  
     120# if defined key_top 
     121      CALL Agrif_Declare_Var_top   !  "      "   "   "      "  TOP 
     122# endif 
    120123# if defined key_lim2 
    121124      CALL Agrif_Declare_Var_lim2  !  "      "   "   "      "  LIM 
    122 # endif 
    123 # if defined key_top 
    124       CALL Agrif_Declare_Var_top   !  "      "   "   "      "  TOP 
    125125# endif 
    126126#endif 
Note: See TracChangeset for help on using the changeset viewer.