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 9991 for branches/UKMO/dev_r5518_GO6_fix_key_comp/NEMOGCM/NEMO/TOP_SRC/MEDUSA/bio_med_diag_iomput.F90 – NEMO

Ignore:
Timestamp:
2018-07-24T14:58:18+02:00 (6 years ago)
Author:
frrh
Message:

Fixes to allow MEDUSA to compile with C1D without
the need for multiple (apparently) unrelated CPP keys
merely to satisfy spurious code interdependencies.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_GO6_fix_key_comp/NEMOGCM/NEMO/TOP_SRC/MEDUSA/bio_med_diag_iomput.F90

    r8442 r9991  
    3131      !!------------------------------------------------------------------- 
    3232      USE bio_medusa_mod 
    33       USE dom_oce,           ONLY: e3t_0, e3t_n, mbathy, tmask 
     33      USE dom_oce,           ONLY: e3t_0, mbathy, tmask 
    3434      USE in_out_manager,    ONLY: lwp, numout 
    3535      USE par_oce,           ONLY: jpim1, jpjm1 
     
    4040                                   xthetapd, xthetapn, xthetazmi 
    4141      USE trc,               ONLY: med_diag 
     42      IMPLICIT NONE 
    4243 
    4344   !!* Substitution 
     
    718719CONTAINS 
    719720   SUBROUTINE bio_med_diag_iomput( )                    ! Empty routine 
     721      IMPLICIT NONE 
    720722      WRITE(*,*) 'bio_med_diag_iomput: You should not have seen this print! error?' 
    721723   END SUBROUTINE bio_med_diag_iomput 
Note: See TracChangeset for help on using the changeset viewer.