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 6 and Version 7 of ticket/0663_MLF


Ignore:
Timestamp:
2010-04-23T16:37:21+02:00 (14 years ago)
Author:
gm
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ticket/0663_MLF

    v6 v7  
    4242      CAUTION : here the swap must be done at each kt, what ever the nn_fsbc value is. Otherwise the ocean forcing will be wrong. 
    4343 
     44   '''trasbc.F90''' : applied heat and freshwater/salt fluxes (qns, emp, emps) as the mean of 2 consecutive time-steps (kt+1/2 and kt-1/2) 
     45 
     46      This involes the following changes : (1) incorporate the time mean of the forcing ; (2) put the IF-ELSE-ENDIF outside the DO-loop for vector optimisation ; (3) remove the key_zco optimisation (increase readability) as zco is less and less used ; (4) correct a bug in vvl case, where salt flux associated with freezing/melting were not taken into account. 
     47 
     48      CAUTION 1 : bug in the salt flux in key_vvl ===> modif in limsbc_2.F90 (emps becomes a salt flux in vvl,limsbc, limsbc_2 and CICE interface must be modified) 
     49 
     50      CAUTION 2 : bug in with no solar light penetration (ln_traqsr=.false.) ==> modif in trasbc : qns = qns + qsr. 
     51 
     52 
    4453'''(2) The Asselin filter''' remove the forcing from the filter (dynnxt (?), tranxt, traqsr) 
    4554 
     
    6574 
    6675=== Pending issues === 
     76 
     77• correct the bug in limsbc, limsbc_2 and CICE interface (nned help from Met Office for the later) 
    6778 
    6879• Do we need to remove the stress component from the filter in dynnxt?