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

Ignore:
Timestamp:
2019-12-09T11:55:22+01:00 (4 years ago)
Author:
jchanut
Message:

#2222, remove useless mask checking (and restrict scale factor check at the boundary only until nesting tools are updated in sponge areas). Take into account special values in tracer updates, again, till nesting tools are updated.

File:
1 edited

Legend:

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

    r11827 r12119  
    4949      IF (lwp.AND.lk_agrif_debug) Write(*,*) 'Update tracers  from grid Number',Agrif_Fixed() 
    5050 
     51#if defined key_vertical 
     52! Effect of this has to be carrefully checked  
     53! depending on what the nesting tools ensure for 
     54! volume conservation: 
    5155      Agrif_UseSpecialValueInUpdate = .FALSE. 
    52 ! jc_alt      Agrif_UseSpecialValueInUpdate = .TRUE. 
     56#else 
     57      Agrif_UseSpecialValueInUpdate = .TRUE. 
     58#endif 
    5359      Agrif_SpecialValueFineGrid    = 0._wp 
    5460      !  
Note: See TracChangeset for help on using the changeset viewer.