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 15347 for utils/tools/DOMAINcfg – NEMO

Ignore:
Timestamp:
2021-10-07T17:47:59+02:00 (3 years ago)
Author:
jchanut
Message:

#2638, set parent e3t as the maximum not the average of child grid values (without vertical remapping). Number of vertical levels was ok, though.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • utils/tools/DOMAINcfg/src/agrif_dom_update.F90

    r15279 r15347  
    2828         Agrif_UseSpecialValueInUpdate = .FALSE. 
    2929         Agrif_SpecialValueFineGrid    = 0._wp          
    30          CALL agrif_update_variable(e3t_id, procname = update_e3t_z)  
     30         CALL agrif_update_variable(e3t_copy_id, procname = update_e3t_z)  
    3131         ! 
    3232      ELSE 
Note: See TracChangeset for help on using the changeset viewer.