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 13304 for NEMO/branches/UKMO – NEMO

Changeset 13304 for NEMO/branches/UKMO


Ignore:
Timestamp:
2020-07-14T15:38:33+02:00 (4 years ago)
Author:
davestorkey
Message:

UKMO/NEMO_4.0.2_GO8_package : minor update to dommsk.F90 (see GMED ticket 553).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/NEMO_4.0.2_GO8_package/src/OCE/DOM/dommsk.F90

    r12773 r13304  
    313313       
    314314      ! User defined alteration of fmask (use to reduce ocean transport in specified straits) 
     315      ! Only call if we are not using the shlat2d option. 
    315316      ! --------------------------------  
    316317      ! 
    317       CALL usr_def_fmask( cn_cfg, nn_cfg, fmask ) 
     318      IF ( .not. ln_shlat2d ) THEN       
     319         CALL usr_def_fmask( cn_cfg, nn_cfg, fmask ) 
     320      ENDIF 
    318321      ! 
    319322   END SUBROUTINE dom_msk 
Note: See TracChangeset for help on using the changeset viewer.