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 14227 for NEMO/trunk/src/SAS – NEMO

Changeset 14227 for NEMO/trunk/src/SAS


Ignore:
Timestamp:
2020-12-20T12:57:00+01:00 (3 years ago)
Author:
smasson
Message:

trunk: replace remaining OPA by OCE

Location:
NEMO/trunk/src/SAS
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/SAS/nemogcm.F90

    r14053 r14227  
    391391 
    392392      ! ==> clem: open boundaries init. is mandatory for sea-ice because ice BDY is not decoupled from   
    393       !           the environment of ocean BDY. Therefore bdy is called in both OPA and SAS modules.  
     393      !           the environment of ocean BDY. Therefore bdy is called in both OCE and SAS modules.  
    394394      !           This is not clean and should be changed in the future.  
    395395                           CALL bdy_init 
     
    489489      !!                     ***  ROUTINE nemo_alloc  *** 
    490490      !! 
    491       !! ** Purpose :   Allocate all the dynamic arrays of the OPA modules 
     491      !! ** Purpose :   Allocate all the dynamic arrays of the OCE modules 
    492492      !! 
    493493      !! ** Method  : 
  • NEMO/trunk/src/SAS/step.F90

    r13970 r14227  
    1212 
    1313   !!---------------------------------------------------------------------- 
    14    !!   stp             : OPA system time-stepping 
     14   !!   stp             : OCE system time-stepping 
    1515   !!---------------------------------------------------------------------- 
    1616   USE oce              ! ocean dynamics and tracers variables 
     
    111111 
    112112      ! ==> clem: open boundaries is mandatory for sea-ice because ice BDY is not decoupled from   
    113       !           the environment of ocean BDY. Therefore bdy is called in both OPA and SAS modules. 
     113      !           the environment of ocean BDY. Therefore bdy is called in both OCE and SAS modules. 
    114114      !           From SAS: ocean bdy data are wrong  (but we do not care) and ice bdy data are OK.   
    115115      !           This is not clean and should be changed in the future.  
Note: See TracChangeset for help on using the changeset viewer.