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 11741 for NEMO/branches/2019/dev_r11233_AGRIF-05_jchanut_vert_coord_interp/src/NST/vremap.F90 – NEMO

Ignore:
Timestamp:
2019-10-21T12:26:39+02:00 (5 years ago)
Author:
jchanut
Message:

#2222: correct definition of parent vertical grid on the child domain to perform vertical interpolation at boundaries. Use additionnal parent depths and number of levels arrays interpolated on the child grid domain to do so.
Correction of vertical interpolation of viscosity remains to be done as well as duplication of changes for passive tracers.

File:
1 edited

Legend:

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

    r11605 r11741  
    317317 
    318318      ! specify methods 
     319!      opts%edge_meth = p1e_method     ! 1st-order edge interp. 
     320!      opts%cell_meth = plm_method     ! PLM method in cells 
    319321      opts%edge_meth = p3e_method     ! 3rd-order edge interp. 
    320       opts%cell_meth = ppm_method     ! PPM method in cells 
    321       opts%cell_lims = null_limit     ! no lim.      
     322      opts%cell_meth = ppm_method     ! PPM method in cells     
    322323!      opts%edge_meth = p5e_method     ! 5th-order edge interp. 
    323324!      opts%cell_meth = pqm_method     ! PQM method in cells 
    324 !      opts%cell_lims = mono_limit     ! monotone limiter    
     325 
     326      ! limiter 
     327!      opts%cell_lims = null_limit     ! no lim. 
     328      opts%cell_lims = mono_limit     ! monotone limiter    
    325329  
    326330      ! set boundary conditions 
Note: See TracChangeset for help on using the changeset viewer.