Changeset 14864 for branches/NERC
- Timestamp:
- 2021-05-14T11:32:00+02:00 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/NERC/dev_r5518_GO6_fix_medusa_debug/NEMOGCM/NEMO/TOP_SRC/MEDUSA/bio_medusa_fin.F90
r10149 r14864 33 33 !!---------------------------------------------------------------------- 34 34 USE bio_medusa_mod 35 USE dom_oce, ONLY: atfp, atfp1, neuler, rdt, tmask 35 USE dom_oce, ONLY: atfp, atfp1, neuler, rdt, tmask, e3t_0 36 # if defined key_vvl 37 USE dom_oce, ONLY: e3t_n 38 # endif 36 39 USE in_out_manager, ONLY: lwp, numout 37 40 USE iom, ONLY: iom_put … … 65 68 INTEGER :: jn 66 69 67 REAL(wp) :: fq0,fq1,fq2,fq3 70 REAL(wp) :: fq0,fq1,fq2,fq3,fq4 71 72 73 !!* Substitution 74 # include "domzgr_substitute.h90" 68 75 69 76 # if defined key_roam … … 173 180 fq2 = fq0 + fq1 174 181 fq3 = f_benout_n(ji,jj) 175 if (lwp) write (numout,' a,2i3,a,4f15,5)') &182 if (lwp) write (numout,'(a,2i3,a,4f15.5)') & 176 183 'AXY N cons: (i,j)=',ji,jj,', (flx,ben,err,out)=', & 177 184 fq0,fq1,fq2,fq3 … … 187 194 fq2 = fq0 + fq1 188 195 fq3 = f_benout_si(ji,jj) 189 if (lwp) write (numout,' a,2i3,a,4f15,5)') &196 if (lwp) write (numout,'(a,2i3,a,4f15.5)') & 190 197 'AXY Si cons: (i,j)=',ji,jj,', (flx,ben,err,out)=', & 191 198 fq0,fq1,fq2,fq3 … … 202 209 fq3 = fq0 + fq1 203 210 fq4 = f_benout_c(ji,jj) + f_benout_ca(ji,jj) 204 if (lwp) write (numout,' a,2i3,a,5f15,5)') &211 if (lwp) write (numout,'(a,2i3,a,5f15.5)') & 205 212 'AXY C cons: (i,j)=',ji,jj,', (flx,ben,asf,err,out)=', & 206 213 fq0,fq1,fq2,fq3,fq4 … … 216 223 fq2 = fq0 + fq1 217 224 fq3 = 2.0 * f_benout_ca(ji,jj) 218 if (lwp) write (numout,' a,2i3,a,4f15,5)') &225 if (lwp) write (numout,'(a,2i3,a,4f15.5)') & 219 226 'AXY alk cons: (i,j)=',ji,jj,', (flx,ben,err,out)=', & 220 227 fq0,fq1,fq2,fq3
Note: See TracChangeset
for help on using the changeset viewer.