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 8023 for branches/UKMO/dev_r5518_medusa_chg_trc_bio_medusa/NEMOGCM/NEMO/TOP_SRC/MEDUSA/carb_chem.F90 – NEMO

Ignore:
Timestamp:
2017-05-12T10:21:30+02:00 (7 years ago)
Author:
marc
Message:

Tidying up of headers for several files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_medusa_chg_trc_bio_medusa/NEMOGCM/NEMO/TOP_SRC/MEDUSA/carb_chem.F90

    r7975 r8023  
    3939                                   f_pco2w, f_ph, f_pp0, f_rhosw,         & 
    4040                                   f_schmidtco2, f_TALK, f_TDIC, f_xco2a, & 
    41                                    zalk, zdic, zpho, zsal, zsil, ztmp  
     41# if defined key_mocsy 
     42                                   zpho,                                  & 
     43# endif 
     44                                   zalk, zdic, zsal, zsil, ztmp  
    4245      USE dom_oce,           ONLY: gdept_0, gdept_n, gdepw_0, gdepw_n,    & 
    4346                                   gphit, mbathy, tmask 
    4447      USE in_out_manager,    ONLY: lwp, numout 
    45       USE mocsy_wrapper,     ONLY: mocsy_interface 
    4648      USE oce,               ONLY: PCO2a_in_cpl, tsb, tsn 
    4749      USE par_kind,          ONLY: wp 
     
    5456                                   f3_omcal, f3_pH 
    5557      USE trc,               ONLY: trn 
     58 
     59# if defined key_mocsy 
     60      USE mocsy_wrapper,     ONLY: mocsy_interface 
     61# else 
    5662      USE trcco2_medusa,     ONLY: trc_co2_medusa 
     63# endif 
    5764 
    5865   !!* Substitution 
Note: See TracChangeset for help on using the changeset viewer.