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 374 for trunk/NEMO/OPA_SRC/OBC – NEMO

Changeset 374 for trunk/NEMO/OPA_SRC/OBC


Ignore:
Timestamp:
2006-01-03T16:04:15+01:00 (18 years ago)
Author:
opalod
Message:

nemo_v1_bugfix_015 : CT : - correct the initialization step

  • update comments
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/OBC/obcfla.F90

    r367 r374  
    4343      !! ** Purpose : 
    4444      !!      Apply Flather's algorithm at open boundaries for the time-splitting 
    45       !!      free surface case 
    46       !! 
    47       !!      This routine is called in dynnxt.F routine and updates ua, va and sshn. 
     45      !!      free surface case (barotropic variables) 
     46      !! 
     47      !!      This routine is called in dynspg_ts.F90 routine  
    4848      !! 
    4949      !!      The logical variable lp_obc_east, and/or lp_obc_west, and/or lp_obc_north, 
    5050      !!      and/or lp_obc_south allow the user to determine which boundary is an 
    51       !!      open one (must be done in the param_obc.h90 file). 
     51      !!      open one (must be done in the obc_par.F90 file). 
    5252      !! 
    5353      !! ** Reference : 
     
    7373      !!      Apply Flather's algorithm on east OBC velocities ua, va 
    7474      !!      Fix sea surface height (sshn_e) on east open boundary 
    75       !!      The logical lfbceast must be .TRUE. 
    7675      !! 
    7776      !!  History : 
     
    112111      !!      Apply Flather's algorithm on west OBC velocities ua, va 
    113112      !!      Fix sea surface height (sshn_e) on west open boundary 
    114       !!      The logical lfbcwest must be .TRUE. 
    115113      !! 
    116114      !!  History : 
     
    148146      !!      Apply Flather's algorithm on north OBC velocities ua, va 
    149147      !!      Fix sea surface height (sshn_e) on north open boundary 
    150       !!      The logical lfbcnorth must be .TRUE. 
    151148      !! 
    152149      !!  History : 
     
    186183      !!      Apply Flather's algorithm on south OBC velocities ua, va 
    187184      !!      Fix sea surface height (sshn_e) on south open boundary 
    188       !!      The logical lfbcsouth must be .TRUE. 
    189       !! 
    190       !!  History : 
    191       !!   9.0  !  05-12  (V. Garnier) original 
    192       !!------------------------------------------------------------------------------ 
    193       !! * Local declaration 
    194       INTEGER ::   ji, jj, jk ! dummy loop indices 
    195  
    196       !!------------------------------------------------------------------------------ 
    197       !!  OPA 8.5, LODYC-IPSL (2002) 
     185      !! 
     186      !!  History : 
     187      !!   9.0  !  05-12  (V. Garnier) original 
     188      !!------------------------------------------------------------------------------ 
     189      !! * Local declaration 
     190      INTEGER ::   ji, jj, jk ! dummy loop indices 
     191 
    198192      !!------------------------------------------------------------------------------ 
    199193 
Note: See TracChangeset for help on using the changeset viewer.