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/iron_chem_scav.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/iron_chem_scav.F90

    r10004 r10007  
    3636                                   idf, idfval                           
    3737      USE dom_oce,           ONLY: e3t_0, gdepw_0, mbathy, tmask 
     38#if defined key_vvl 
     39      USE dom_oce,           ONLY: e3t_n, gdepw_n 
     40#endif 
    3841      USE par_kind,          ONLY: wp 
    3942      USE in_out_manager,    ONLY: lwp, numout 
Note: See TracChangeset for help on using the changeset viewer.