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 Diff – NEMO

Changes between Initial Version and Version 11 of Ticket #1623


Ignore:
Timestamp:
2017-09-28T18:41:17+02:00 (7 years ago)
Author:
nicolasmartin
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1623

    • Property Keywords BDY DYN VVL nemo_v3_6* added
    • Property Owner changed from NEMO team to davestorkey
    • Property Status changed from new to assigned
    • Property Cc davestorkey added
  • Ticket #1623 – Description

    initial v11  
    44The following is in dynnxt.F90: 
    55 
    6 {{{ 
     6{{{#!f 
    77# if defined key_bdy 
    88      !                                !* BDY open boundaries 
     
    1717Adding something like 
    1818 
    19 {{{ 
     19{{{#!f 
    2020IF( lk_bdy .AND. lk_dynspg_ts  ) CALL bdy_vol( kt ) 
    2121}}}