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 592 for trunk/NEMO/OPA_SRC/LDF – NEMO

Changeset 592 for trunk/NEMO/OPA_SRC/LDF


Ignore:
Timestamp:
2007-02-09T10:15:25+01:00 (17 years ago)
Author:
opalod
Message:

nemo_v2_update_001 : CT : - add non linear free surface (variable volume) with new cpp key key_vvl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/LDF/ldfslp.F90

    r461 r592  
    723723      wslpjml(:,:) = 0.e0 
    724724 
    725       IF( ln_traldf_hor .OR. ln_dynldf_hor ) THEN 
     725      IF( (ln_traldf_hor .OR. ln_dynldf_hor) .AND. .NOT. (lk_vvl .AND. ln_rstart) ) THEN 
    726726         IF(lwp) THEN 
    727727            WRITE(numout,*) '          Horizontal mixing in s-coordinate: slope = slope of s-surfaces' 
Note: See TracChangeset for help on using the changeset viewer.