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 4338 for branches/2013/dev_MERGE_2013/NEMOGCM/NEMO/OPA_SRC/DYN/dynnxt.F90 – NEMO

Ignore:
Timestamp:
2013-12-17T17:33:09+01:00 (10 years ago)
Author:
acc
Message:

Branch dev_MERGE_2013. #1209. Fix to compute after scale factors before wn computation in time-splitting case. dom_vvl_sf_nxt is now called twice but correctly computes the baroclinic contribution only once. Still need to sort out the asselin filtering of the separate components

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_MERGE_2013/NEMOGCM/NEMO/OPA_SRC/DYN/dynnxt.F90

    r4328 r4338  
    252252            ! ---------------------------------------------------- 
    253253            IF (lk_dynspg_ts.AND.ln_bt_fw) THEN 
    254                ! Remove asselin filtering on thicknesses if forward time splitting 
     254               ! No asselin filtering on thicknesses if forward time splitting 
    255255                  fse3t_b(:,:,:) = fse3t_n(:,:,:) 
    256256            ELSE 
Note: See TracChangeset for help on using the changeset viewer.