Changeset 11610
- Timestamp:
- 2019-09-27T14:08:17+02:00 (5 years ago)
- Location:
- NEMO/branches/2019/dev_r11233_AGRIF-05_jchanut_vert_coord_interp/src
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
NEMO/branches/2019/dev_r11233_AGRIF-05_jchanut_vert_coord_interp/src/NST/agrif_top_interp.F90
r11603 r11610 18 18 USE par_trc 19 19 USE trc 20 USE vremap 20 21 ! 21 22 USE lib_mpp ! MPP library -
NEMO/branches/2019/dev_r11233_AGRIF-05_jchanut_vert_coord_interp/src/NST/agrif_top_sponge.F90
r11603 r11610 20 20 USE agrif_oce 21 21 USE agrif_oce_sponge 22 USE vremap 22 23 ! 23 24 USE in_out_manager -
NEMO/branches/2019/dev_r11233_AGRIF-05_jchanut_vert_coord_interp/src/NST/agrif_top_update.F90
r11607 r11610 19 19 USE par_trc 20 20 USE trc 21 USE vremap 21 22 22 23 IMPLICIT NONE … … 64 65 !! 65 66 INTEGER :: ji,jj,jk,jn 66 REAL(wp) , DIMENSION(i1:i2,j1:j2,1:jpk,n1:n2) :: tabres_child67 REAL(wp) :: ztb, ztnu, ztno 67 68 REAL(wp) :: h_in(k1:k2) 68 69 REAL(wp) :: h_out(1:jpk) 69 70 INTEGER :: N_in, N_out 70 71 REAL(wp) :: h_diff 71 REAL(wp) :: zrho_xy72 72 REAL(wp) :: tabin(k1:k2,n1:n2) 73 REAL(wp), DIMENSION(i1:i2,j1:j2,1:jpk,1:jptra) :: tabres_child 73 74 !!--------------------------------------------- 74 75 ! 75 76 IF (before) THEN 76 77 AGRIF_SpecialValue = -999._wp 77 zrho_xy = Agrif_rhox() * Agrif_rhoy()78 78 DO jn = n1,n2-1 79 79 DO jk=k1,k2 -
NEMO/branches/2019/dev_r11233_AGRIF-05_jchanut_vert_coord_interp/src/TOP/PISCES/SED/sedchem.F90
r10356 r11610 10 10 USE eosbn2, ONLY : neos 11 11 USE lib_mpp ! distribued memory computing library 12 USE par_sed 12 13 13 14 IMPLICIT NONE -
NEMO/branches/2019/dev_r11233_AGRIF-05_jchanut_vert_coord_interp/src/TOP/PISCES/SED/seddta.F90
r10362 r11610 11 11 USE iom 12 12 USE lib_mpp ! distribued memory computing library 13 USE par_pisces 13 14 14 15 IMPLICIT NONE
Note: See TracChangeset
for help on using the changeset viewer.