Changeset 9240
- Timestamp:
- 2018-01-15T19:19:18+01:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2015/nemo_v3_6_STABLE/NEMOGCM/NEMO/TOP_SRC/PISCES/P4Z/p4zsbc.F90
r9238 r9240 199 199 REAL(wp), DIMENSION(nbtimes) :: zsteps ! times records 200 200 REAL(wp), DIMENSION(:), ALLOCATABLE :: rivinput 201 REAL(wp), DIMENSION(:,:,:), ALLOCATABLE :: z dust, zndepo, zriver, zcmask201 REAL(wp), DIMENSION(:,:,:), ALLOCATABLE :: zriver, zcmask 202 202 ! 203 203 CHARACTER(len=100) :: cn_dir ! Root directory for location of ssr files … … 267 267 ! dust input from the atmosphere 268 268 ! ------------------------------ 269 sumdepsi = 0._wp 269 270 IF( ln_dust ) THEN 270 271 ! … … 364 365 ! nutrient input from dust 365 366 ! ------------------------ 367 nitdepinput = 0._wp 366 368 IF( ln_ndepo ) THEN 367 369 !
Note: See TracChangeset
for help on using the changeset viewer.