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 643 for trunk/NEMO/OPA_SRC/step.F90 – NEMO

Ignore:
Timestamp:
2007-03-15T14:34:58+01:00 (17 years ago)
Author:
opalod
Message:

nemo_v2_update_010:RB: add flux formulae for momentum

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/step.F90

    r604 r643  
    6464   USE eosbn2          ! equation of state                (eos_bn2 routine) 
    6565 
     66   USE dynadv          ! advection                        (dyn_adv routine) 
     67   USE dynvor          ! vorticity term                   (dyn_vor routine) 
    6668   USE dynhpg          ! hydrostatic pressure grad.       (dyn_hpg routine) 
    67    USE dynkeg          ! kinetic energy gradient          (dyn_keg routine) 
    68    USE dynvor          ! vorticity term                   (dyn_vor routine) 
    69    USE dynzad          ! vertical advection               (dyn_adv routine) 
    7069   USE dynldf          ! lateral momentum diffusion       (dyn_ldf routine) 
    7170   USE dynzdf          ! vertical diffusion               (dyn_zdf routine) 
     
    361360                               va(:,:,:) = 0.e0 
    362361 
    363                                CALL dyn_keg( kstp )           ! horizontal gradient of kinetic energy 
     362                               CALL dyn_adv( kstp )           ! advection (vector or flux form) 
    364363 
    365364                               CALL dyn_vor( kstp )           ! vorticity term including Coriolis 
     
    370369#endif 
    371370                               CALL dyn_hpg( kstp )           ! horizontal gradient of Hydrostatic pressure 
    372  
    373                                CALL dyn_zad( kstp )           ! vertical advection 
    374371 
    375372                               CALL dyn_zdf( kstp )           ! vertical diffusion 
Note: See TracChangeset for help on using the changeset viewer.