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 2605 for trunk/NEMOGCM – NEMO

Changeset 2605 for trunk/NEMOGCM


Ignore:
Timestamp:
2011-02-22T13:21:20+01:00 (13 years ago)
Author:
acc
Message:

v3.3 trunk. Introduce dummy ldf_slp_grif routine into ldfslp.F90 to fix linking failure if key_ldfslp is not active (#803).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/NEMO/OPA_SRC/LDF/ldfslp.F90

    r2528 r2605  
    783783      WRITE(*,*) 'ldf_slp: You should not have seen this print! error?', kt, prd(1,1,1), pn2(1,1,1) 
    784784   END SUBROUTINE ldf_slp 
     785   SUBROUTINE ldf_slp_grif( kt )        ! Dummy routine 
     786      INTEGER, INTENT(in) :: kt 
     787      WRITE(*,*) 'ldf_slp_grif: You should not have seen this print! error?', kt 
     788   END SUBROUTINE ldf_slp_grif 
    785789   SUBROUTINE ldf_slp_init       ! Dummy routine 
    786790   END SUBROUTINE ldf_slp_init 
Note: See TracChangeset for help on using the changeset viewer.