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 8885 for branches/2017/dev_CNRS_2017/NEMOGCM/NEMO/SAS_SRC/nemogcm.F90 – NEMO

Ignore:
Timestamp:
2017-12-04T10:41:40+01:00 (6 years ago)
Author:
clem
Message:

remove useless references to clem's comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_CNRS_2017/NEMOGCM/NEMO/SAS_SRC/nemogcm.F90

    r8882 r8885  
    3131   USE icbini         ! handle bergs, initialisation 
    3232   USE icbstp         ! handle bergs, calving, themodynamics and transport 
    33    USE bdyini         ! open boundary cond. setting       (bdy_init routine). clem: mandatory for LIM3 
    34    USE bdydta         ! open boundary cond. setting   (bdy_dta_init routine). clem: mandatory for LIM3 
     33   USE bdyini         ! open boundary cond. setting       (bdy_init routine). mandatory for sea-ice 
     34   USE bdydta         ! open boundary cond. setting   (bdy_dta_init routine). mandatory for sea-ice 
    3535   ! 
    3636   USE lib_mpp        ! distributed memory computing 
     
    132132      ! 
    133133#if defined key_agrif 
    134 !!clem2017      IF( .NOT. Agrif_Root() ) THEN 
    135134         CALL Agrif_ParentGrid_To_ChildGrid() 
    136135         IF( ln_timing )   CALL timing_finalize 
    137136         CALL Agrif_ChildGrid_To_ParentGrid() 
    138 !!clem2017      ENDIF 
    139137#endif 
    140138      IF( ln_timing )   CALL timing_finalize 
     
    366364                           CALL sbc_init   ! Forcings : surface module  
    367365 
    368       ! ==> clem: open boundaries init. is mandatory for LIM3 because ice BDY is not decoupled from   
     366      ! ==> clem: open boundaries init. is mandatory for sea-ice because ice BDY is not decoupled from   
    369367      !           the environment of ocean BDY. Therefore bdy is called in both OPA and SAS modules.  
    370368      !           This is not clean and should be changed in the future.  
     
    511509      USE dom_oce   , ONLY: dom_oce_alloc 
    512510      USE bdy_oce   , ONLY: ln_bdy, bdy_oce_alloc 
    513       USE oce         ! clem: mandatory for LIM3 because needed for bdy arrays 
     511      USE oce       ! mandatory for sea-ice because needed for bdy arrays 
    514512      ! 
    515513      INTEGER :: ierr 
Note: See TracChangeset for help on using the changeset viewer.