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 6962 for trunk/NEMOGCM/NEMO/TOP_SRC/PISCES/P4Z/p4zsbc.F90 – NEMO

Ignore:
Timestamp:
2016-09-29T16:46:06+02:00 (8 years ago)
Author:
cetlod
Message:

trunk: Bugfix on PISCES to avoid compilation errors, see ticket #1779

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/NEMO/TOP_SRC/PISCES/P4Z/p4zsbc.F90

    r6945 r6962  
    159159             nitdep(:,:) = sf_ndepo(1)%fnow(:,:,1) / zcoef / e3t_n(:,:,1)  
    160160         ENDIF 
    161          IF( lk_vvl ) THEN 
     161         IF( .NOT.ln_linssh ) THEN 
    162162           zcoef = rno3 * 14E6 * ryyss 
    163163           nitdep(:,:) = sf_ndepo(1)%fnow(:,:,1) / zcoef / e3t_n(:,:,1)  
Note: See TracChangeset for help on using the changeset viewer.