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 9161 for branches/2017/dev_merge_2017/NEMOGCM/NEMO/SAS_SRC – NEMO

Ignore:
Timestamp:
2017-12-22T11:31:53+01:00 (6 years ago)
Author:
davestorkey
Message:

Reformulation of closea module.
See ticket #2000
https://forge.ipsl.jussieu.fr/nemo/wiki/2017WP/ROBUST-14_Dave_Storkey-Closed_Seas_rewrite

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/SAS_SRC/sbcssm.F90

    r9124 r9161  
    2323   USE lbclnk          ! ocean lateral boundary conditions (or mpp link) 
    2424   USE zpshde          ! z-coord. with partial steps: horizontal derivatives 
     25   USE closea          ! for ln_closea 
    2526   ! 
    2627   USE in_out_manager  ! I/O manager 
     
    224225         nn_fwb = 0 
    225226      ENDIF 
    226       IF( nn_closea > 0 ) THEN 
     227      IF( ln_closea ) THEN 
    227228         IF( lwp ) WRITE(numout,*) 'No closed seas adjustment needed with StandAlone Surface scheme' 
    228          nn_closea = 0 
     229         ln_closea = .false. 
    229230      ENDIF 
    230231      IF (l_sasread) THEN 
Note: See TracChangeset for help on using the changeset viewer.