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 15545 for NEMO/trunk/src – NEMO

Changeset 15545 for NEMO/trunk/src


Ignore:
Timestamp:
2021-11-26T18:51:49+01:00 (3 years ago)
Author:
acc
Message:

Add missing declaration to src/TOP/PISCES/SED/trosk.F90 which prevents compilation with debug settings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/TOP/PISCES/SED/trosk.F90

    r15450 r15545  
    3030         INTEGER, PARAMETER :: WP = KIND(1.0D0) 
    3131         INTEGER, INTENT(IN) :: NEQ, LDFY 
     32         REAL(WP)                  , INTENT(IN)  :: Y 
    3233         REAL(WP), DIMENSION(:,:,:), INTENT(OUT) :: DFY 
    3334         INTEGER , DIMENSION(:), INTENT(IN) :: ACCMASK 
Note: See TracChangeset for help on using the changeset viewer.