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

    r9385 r9991  
    7878                                            zfer, zpds, zphd, zphn, zsil,   & 
    7979                                            zzme, zzmi 
    80       USE dom_oce,                    ONLY: e3t_0, e3t_n,                   & 
    81                                             gdept_0, gdept_n,               & 
    82                                             gdepw_0, gdepw_n,               & 
     80      USE dom_oce,                    ONLY: e3t_0,                          & 
     81                                            gdept_0,                        & 
     82                                            gdepw_0,                        & 
    8383                                            nday_year, nsec_day,            & 
    8484                                            nyear, nyear_len, ndastp,       & 
     
    8787                                            njmpp  
    8888      USE in_out_manager,             ONLY: lwp, numout, nn_date0 
    89 # if defined key_iomput 
    9089      USE iom,                        ONLY: lk_iomput 
    91 # endif 
    9290      USE lbclnk,                     ONLY: lbc_lnk 
    9391      USE lib_mpp,                    ONLY: mpp_max, mpp_maxloc,            &  
     
    172170      !! 
    173171      !! time (integer timestep) 
     172      IMPLICIT NONE 
    174173      INTEGER, INTENT( in ) ::    kt 
    175174      !! 
     
    797796      !! 
    798797      !! temporary variables 
     798      IMPLICIT NONE 
    799799      REAL(wp), INTENT( in ), DIMENSION(3,3) :: tiny_var, tiny_mask 
    800800      CHARACTER(25), INTENT( in )            :: var_nm 
     
    883883      !!                     ALK appears. 
    884884      !!------------------------------------- 
     885      IMPLICIT NONE 
    885886      REAL(wp)              :: zmax, zmin    ! temporary scalars 
    886887      INTEGER               :: ji,jj         ! dummy loop 
     
    10021003CONTAINS 
    10031004   SUBROUTINE trc_bio_medusa( kt )                   ! Empty routine 
     1005      IMPLICIT NONE 
    10041006      INTEGER, INTENT( in ) ::   kt 
    10051007      WRITE(*,*) 'trc_bio_medusa: You should not have seen this print! error?', kt 
Note: See TracChangeset for help on using the changeset viewer.