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 13229 for NEMO/branches/2020/dev_r12558_HPC-08_epico_Extra_Halo/src/OCE/nemogcm.F90 – NEMO

Ignore:
Timestamp:
2020-07-02T17:33:41+02:00 (4 years ago)
Author:
francesca
Message:

dev_r12558_HPC-08_epico_Extra_Halo: merge with trunk@13218, see #2366

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/dev_r12558_HPC-08_epico_Extra_Halo/src/OCE/nemogcm.F90

    r13176 r13229  
    145145#if defined key_agrif 
    146146      Kbb_a = Nbb; Kmm_a = Nnn; Krhs_a = Nrhs   ! agrif_oce module copies of time level indices 
    147       CALL Agrif_Declare_Var_dom   ! AGRIF: set the meshes for DOM 
    148       CALL Agrif_Declare_Var       !  "      "   "   "      "  DYN/TRA  
     147      CALL Agrif_Declare_Var       !  "      "   "   "      "  DYN/TRA 
    149148# if defined key_top 
    150149      CALL Agrif_Declare_Var_top   !  "      "   "   "      "  TOP 
    151 # endif 
    152 # if defined key_si3 
    153       CALL Agrif_Declare_Var_ice   !  "      "   "   "      "  Sea ice 
    154150# endif 
    155151#endif 
     
    402398      ! Initialise time level indices 
    403399      Nbb = 1; Nnn = 2; Naa = 3; Nrhs = Naa 
    404  
     400#if defined key_agrif 
     401      Kbb_a = Nbb; Kmm_a = Nnn; Krhs_a = Nrhs   ! agrif_oce module copies of time level indices 
     402#endif  
    405403      !                             !-------------------------------! 
    406404      !                             !  NEMO general initialization  ! 
     
    417415      IF( lk_c1d       )   CALL     c1d_init        ! 1D column configuration 
    418416                           CALL     wad_init        ! Wetting and drying options 
     417 
     418#if defined key_agrif 
     419     CALL Agrif_Declare_Var_ini   !  "      "   "   "      "  DOM 
     420#endif 
    419421                           CALL     dom_init( Nbb, Nnn, Naa, "OPA") ! Domain 
     422 
     423 
     424 
    420425      IF( ln_crs       )   CALL     crs_init(      Nnn )       ! coarsened grid: domain initialization  
    421426      IF( sn_cfctl%l_prtctl )   & 
     
    438443      ENDIF 
    439444      ! 
    440        
     445 
    441446                           CALL  istate_init( Nbb, Nnn, Naa )    ! ocean initial state (Dynamics and tracers) 
    442447 
Note: See TracChangeset for help on using the changeset viewer.