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.
ticket/0663_MLF (diff) – NEMO

Changes between Version 32 and Version 33 of ticket/0663_MLF


Ignore:
Timestamp:
2010-07-12T17:19:35+02:00 (14 years ago)
Author:
mlelod
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ticket/0663_MLF

    v32 v33  
    175175   Some intermediate variables have been introduced so that the computation of ssh(u/v/f) has also been slightly modified 
    176176 
    177    '''sshwzv.F90 : ''' Computation of the "diffused" vertical scale factor fse3t_d needed for the computation of Robert-Asselin and Brown & Campana filters. 
     177   '''sshwzv.F90 : ''' Computation of the "diffused" vertical scale factor fse3t_d needed for the computation of Robert-Asselin and Brown & Campana filters: fse3t_d = fse3t_b - 2 fse3t_n + fse3t_a 
    178178 
    179179   It is used in tranxt and dynnxt. It wouldn't be necessary for these 2 "little" reasons but it will later be used for the computation of horizontal pressure gradient in the semi implicit and vvl case.