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/SAS/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/SAS/nemogcm.F90

    r13176 r13229  
    9393#if defined key_agrif 
    9494      Kbb_a = Nbb; Kmm_a = Nnn; Krhs_a = Nrhs   ! agrif_oce module copies of time level indices 
    95       CALL Agrif_Declare_Var_dom   ! AGRIF: set the meshes for DOM 
    9695      CALL Agrif_Declare_Var       !  "      "   "   "      "  DYN/TRA  
    9796# if defined key_top 
    9897      CALL Agrif_Declare_Var_top   !  "      "   "   "      "  TOP 
    99 # endif 
    100 # if defined key_si3 
    101       CALL Agrif_Declare_Var_ice   !  "      "   "   "      "  Sea ice 
    10298# endif 
    10399#endif 
     
    348344      ! Initialise time level indices 
    349345      Nbb = 1; Nnn = 2; Naa = 3; Nrhs = Naa 
     346#if defined key_agrif 
     347      Kbb_a = Nbb; Kmm_a = Nnn; Krhs_a = Nrhs   ! agrif_oce module copies of time level indices 
     348#endif  
    350349 
    351350      !                             !-------------------------------! 
     
    361360                           CALL phy_cst         ! Physical constants 
    362361                           CALL eos_init        ! Equation of seawater 
     362#if defined key_agrif 
     363     CALL Agrif_Declare_Var_ini   !  "      "   "   "      "  DOM 
     364#endif 
    363365                           CALL dom_init( Nbb, Nnn, Naa, 'SAS') ! Domain 
    364366      IF( sn_cfctl%l_prtctl )   & 
Note: See TracChangeset for help on using the changeset viewer.