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/tests – NEMO

Changeset 14227 for NEMO/trunk/tests


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

trunk: replace remaining OPA by OCE

Location:
NEMO/trunk/tests
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/tests/ICB/MY_SRC/step.F90

    r13899 r14227  
    3939#else 
    4040   !!---------------------------------------------------------------------- 
    41    !!   stp             : OPA system time-stepping 
     41   !!   stp             : OCE system time-stepping 
    4242   !!---------------------------------------------------------------------- 
    4343   USE step_oce         ! time stepping definition modules 
     
    7272      !!                     ***  ROUTINE stp  *** 
    7373      !! 
    74       !! ** Purpose : - Time stepping of OPA  (momentum and active tracer eqs.) 
     74      !! ** Purpose : - Time stepping of OCE  (momentum and active tracer eqs.) 
    7575      !!              - Time stepping of SI3 (dynamic and thermodynamic eqs.) 
    7676      !!              - Time stepping of TRC  (passive tracer eqs.) 
  • NEMO/trunk/tests/STATION_ASF/MY_SRC/nemogcm.F90

    r14072 r14227  
    373373      !!                     ***  ROUTINE nemo_alloc  *** 
    374374      !! 
    375       !! ** Purpose :   Allocate all the dynamic arrays of the OPA modules 
     375      !! ** Purpose :   Allocate all the dynamic arrays of the OCE modules 
    376376      !! 
    377377      !! ** Method  : 
  • NEMO/trunk/tests/STATION_ASF/MY_SRC/step_c1d.F90

    r14072 r14227  
    3636      !! 
    3737      !! ** Purpose :  - Time stepping of SBC including sea ice (dynamic and thermodynamic eqs.) 
    38       !!               - Time stepping of OPA (momentum and active tracer eqs.) 
     38      !!               - Time stepping of OCE (momentum and active tracer eqs.) 
    3939      !!               - Time stepping of TOP (passive tracer eqs.) 
    4040      !! 
Note: See TracChangeset for help on using the changeset viewer.