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 10007 for branches/UKMO/dev_r5518_GO6_fix_cpp_keys/NEMOGCM/NEMO/TOP_SRC/MEDUSA/detritus.F90 – NEMO

Ignore:
Timestamp:
2018-07-26T17:13:32+02:00 (6 years ago)
Author:
frrh
Message:

It turns out we do need certain CPP macros - so we need to introduce
explicit declarations based on key_vvl.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_GO6_fix_cpp_keys/NEMOGCM/NEMO/TOP_SRC/MEDUSA/detritus.F90

    r10004 r10007  
    4646      USE detritus_fast_sink_mod, ONLY: detritus_fast_sink 
    4747      USE dom_oce,                ONLY: mbathy, e3t_0, gphit, tmask 
     48# if defined key_vvl 
     49      USE dom_oce,                ONLY: e3t_n 
     50# endif 
    4851      USE in_out_manager,         ONLY: lwp, numout 
    4952      USE par_oce,                ONLY: jpim1, jpjm1 
Note: See TracChangeset for help on using the changeset viewer.