New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 11590 for NEMO/branches/2019/dev_r11233_AGRIF-05_jchanut_vert_coord_interp/src/NST/agrif_oce_update.F90 – NEMO

Ignore:
Timestamp:
2019-09-23T18:25:29+02:00 (5 years ago)
Author:
jchanut
Message:

#2222: 1) create remapping module (vremap) and integration of D. Engwirda piecewise polynomial recontruction package (PPR_LIB cpp key). 2) Various bug corrections with key_vertical activated.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r11233_AGRIF-05_jchanut_vert_coord_interp/src/NST/agrif_oce_update.F90

    r11574 r11590  
    2424   USE lib_mpp        ! MPP library 
    2525   USE domvvl         ! Need interpolation routines  
     26   USE vremap         ! Vertical remapping 
    2627 
    2728   IMPLICIT NONE 
     
    319320               N_in = 0 
    320321               DO jk=k1,k2 !k2 = jpk of child grid 
    321                   IF (tabres(ji,jj,jk,n2) < 900  ) EXIT 
     322                  IF (tabres(ji,jj,jk,n2) < -900._wp  ) EXIT 
    322323                  N_in = N_in + 1 
    323324                  tabin(jk,:) = tabres(ji,jj,jk,n1:n2-1)/tabres(ji,jj,jk,n2) 
Note: See TracChangeset for help on using the changeset viewer.