Changeset 10461
- Timestamp:
- 2019-01-07T16:37:52+01:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
NEMO/branches/UKMO/dev_r10448_bdyvol/src/OCE/BDY/bdyvol.F90
r10455 r10461 64 64 !! (set nn_volctl to 1 in tne namelist for this option) 65 65 !!---------------------------------------------------------------------- 66 INTEGER, INTENT(in) :: kt, kc ! ocean time-step index, cycle time 66 INTEGER, INTENT(in) :: kt, kc ! ocean time-step index, cycle time-step 67 67 ! 68 68 INTEGER :: ji, jj, jk, jb, jgrd 69 69 INTEGER :: ib_bdy, ii, ij 70 REAL(wp) :: zubtpecor, ztranst , zeh70 REAL(wp) :: zubtpecor, ztranst 71 71 REAL(wp), SAVE :: z_cflxemp 72 72 REAL(wp), DIMENSION(jpi,jpj), INTENT(inout) :: pua2d, pva2d
Note: See TracChangeset
for help on using the changeset viewer.