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 2382 for branches/nemo_v3_3_beta/NEMOGCM/NEMO/C1D_SRC/dyncor_c1d.F90 – NEMO

Ignore:
Timestamp:
2010-11-13T14:08:12+01:00 (13 years ago)
Author:
gm
Message:

v3.3beta: C1D - bug correction to compile with key_c1d

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/nemo_v3_3_beta/NEMOGCM/NEMO/C1D_SRC/dyncor_c1d.F90

    r2287 r2382  
    3131   !! NEMO/C1D 3.3 , NEMO Consortium (2010) 
    3232   !! $Id$  
    33    !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
     33   !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
    3434   !!---------------------------------------------------------------------- 
    35  
    3635CONTAINS 
    3736 
     
    4039      !!                   ***  ROUTINE cor_c1d  *** 
    4140      !!  
    42       !! ** Purpose : Compute the Coriolis factor at T-point 
     41      !! ** Purpose : set the Coriolis factor at T-point 
    4342      !!---------------------------------------------------------------------- 
    4443      REAL(wp) ::   zphi0, zbeta, zf0         !  temporary scalars 
     
    8382      !!                   ***  ROUTINE dyn_cor_c1d  *** 
    8483      !!  
    85       !! ** Purpose :   Compute the now total vorticity trend and add it to  
    86       !!               the general trend of the momentum equation 
    87       !! 
    88       !! ** Method  : 
    89       !! 
    90       !! History : 
    91       !!   9.0  !  04-09  (C. Ethe) 1D configuration 
     84      !! ** Purpose :   Compute the now Coriolis trend and add it to  
     85      !!               the general trend of the momentum equation in 1D case. 
    9286      !!---------------------------------------------------------------------- 
    9387      INTEGER, INTENT( in ) ::   kt   ! ocean time-step index 
Note: See TracChangeset for help on using the changeset viewer.