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

Ignore:
Timestamp:
2018-07-26T11:45:40+02:00 (6 years ago)
Author:
frrh
Message:

Various fixes

File:
1 edited

Legend:

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

    r9385 r10004  
    6262# endif 
    6363                                   zchd, zchn, zdin, zsil 
    64       USE dom_oce,           ONLY: e3t_0, e3t_n, gphit, tmask, mig, mjg 
    65 # if defined key_iomput 
     64      USE dom_oce,           ONLY: e3t_0, gphit, tmask, mig, mjg 
    6665      USE iom,               ONLY: lk_iomput 
    67 # endif 
    6866      USE in_out_manager,    ONLY: lwp, numout 
    6967      USE par_kind,          ONLY: wp 
     
    185183               call trc_rst_dia_stat(zpho(:,:), 'zpho') 
    186184#   endif 
     185#  if defined key_axy_carbchem 
     186#   if defined key_mocsy 
    187187      DO jj = 2,jpjm1 
    188188         DO ji = 2,jpim1 
    189189            if (tmask(ji,jj,1) == 1) then 
    190190               !! 
    191 #  if defined key_axy_carbchem 
    192 #   if defined key_mocsy 
    193191               !! Jpalm -- 12-09-2017 -- add extra check after reccurent 
    194192               !!          carbonate failure in the coupled run. 
Note: See TracChangeset for help on using the changeset viewer.