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 3358 for branches/2012/dev_r3322_NOCS09_SAS/NEMOGCM/NEMO/SAS_SRC/step.F90 – NEMO

Ignore:
Timestamp:
2012-04-17T09:03:26+02:00 (12 years ago)
Author:
sga
Message:

NEMO branch dev_r3322_NOCS09_SAS: remove redundant variables

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_r3322_NOCS09_SAS/NEMOGCM/NEMO/SAS_SRC/step.F90

    r3331 r3358  
    7575      !!                     ***  ROUTINE stp  *** 
    7676      !!                       
    77       !! ** Purpose : - Time stepping of OPA (momentum and active tracer eqs.) 
    78       !!              - Time stepping of LIM (dynamic and thermodynamic eqs.) 
    79       !!              - Tme stepping  of TRC (passive tracer eqs.) 
     77      !! ** Purpose : - Time stepping of SBC (surface boundary) 
    8078      !!  
    8179      !! ** Method  : -1- Update forcings and data   
    82       !!              -2- Update ocean physics  
    83       !!              -3- Compute the t and s trends  
    84       !!              -4- Update t and s  
    85       !!              -5- Compute the momentum trends 
    86       !!              -6- Update the horizontal velocity 
    87       !!              -7- Compute the diagnostics variables (rd,N2, div,cur,w) 
    88       !!              -8- Outputs and diagnostics 
     80      !!              -2- Outputs and diagnostics 
    8981      !!---------------------------------------------------------------------- 
    90       INTEGER ::   jk       ! dummy loop indice 
    9182      INTEGER ::   indic    ! error indicator if < 0 
    9283      !! --------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.