Changeset 7880 for branches/NERC
- Timestamp:
- 2017-04-06T12:59:22+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/NERC/dev_r5518_NOC_MEDUSA_Stable/NEMOGCM/NEMO/TOP_SRC/MEDUSA/trcbio_medusa.F90
r7766 r7880 354 354 REAL(wp) :: f_riv_loc_n, f_riv_loc_si, f_riv_loc_c, f_riv_loc_alk 355 355 !! 356 !! horizontal grid location357 REAL(wp) :: flatx, flonx358 !!359 356 !! Jpalm -- 11-10-2015 -- adapt diag to iom_use 360 357 !! 2D var for diagnostics. … … 1401 1398 !! chemistry package 1402 1399 CALL mocsy_interface( ztmp, zsal, zalk, zdic, zsil, zpho, & ! inputs 1403 f_pp0, fdep2, flatx, f_kw660, f_xco2a, 1,& ! inputs1400 f_pp0, fdep2, gphit(ji,jj), f_kw660, f_xco2a, 1, & ! inputs 1404 1401 f_ph, f_pco2w, f_fco2w, f_h2co3, f_hco3, f_co3, f_omarg(ji,jj), & ! outputs 1405 1402 f_omcal(ji,jj), f_BetaD, f_rhosw, f_opres, f_insitut, & ! outputs … … 1523 1520 !! AXY (01/03/10): set up level depth (bottom of level) 1524 1521 fdep1 = fdep + fthk 1525 !! AXY (17/05/13): where am I?1526 flatx = gphit(ji,jj)1527 flonx = glamt(ji,jj)1528 1522 !! AXY (28/11/16): local seafloor depth 1529 1523 !! previously mbathy(ji,jj) - 1, now mbathy(ji,jj) … … 1762 1756 !! zero in this call 1763 1757 CALL mocsy_interface( ztmp, zsal, zalk, zdic, zsil, zpho, & ! inputs 1764 f_pp0, 0.0, flatx, f_kw660, f_xco2a, 1,& ! inputs1758 f_pp0, 0.0, gphit(ji,jj), f_kw660, f_xco2a, 1, & ! inputs 1765 1759 f_ph, f_pco2w, f_fco2w, f_h2co3, f_hco3, f_co3, f_omarg(ji,jj), & ! outputs 1766 1760 f_omcal(ji,jj), f_BetaD, f_rhosw, f_opres, f_insitut, & ! outputs … … 3895 3889 !! away with if I switch off BGC fluxes in the Gulf of 3896 3890 !! Finland, which currently appears the source of trouble 3897 if ( flonx.gt.24.7 .and. flonx.lt.27.8 .and. &3898 & flatx.gt.59.2 .and. flatx.lt.60.2 ) then3891 if ( glamt(ji,jj).gt.24.7 .and. glamt(ji,jj).lt.27.8 .and. & 3892 & gphit(ji,jj).gt.59.2 .and. gphit(ji,jj).lt.60.2 ) then 3899 3893 ibio_switch = 0 3900 3894 endif
Note: See TracChangeset
for help on using the changeset viewer.