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 13142 – NEMO

Changeset 13142


Ignore:
Timestamp:
2020-06-22T20:54:25+02:00 (4 years ago)
Author:
jchanut
Message:

#2129, remove useless update of l_ini_child on parent grid

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/dev_r12973_AGRIF_CMEMS/src/NST/agrif_user.F90

    r13141 r13142  
    5959      Agrif_SpecialValue    = 0._wp 
    6060      Agrif_UseSpecialValue = .TRUE. 
    61       CALL Agrif_childgrid_to_parentgrid() 
    62       l_ini_child = .TRUE. 
    63       CALL Agrif_parentgrid_to_childgrid()   
    6461      uu(:,:,:,:) = 0.  ;  vv(:,:,:,:) = 0.   ;  ts(:,:,:,:,:) = 0. 
    6562        
     
    8481      Agrif_UseSpecialValue = .FALSE.            ! 
    8582      l_ini_child = .FALSE. 
    86       CALL Agrif_childgrid_to_parentgrid() 
    87       l_ini_child = .FALSE. 
    88       CALL Agrif_parentgrid_to_childgrid()  
    8983 
    9084      Krhs_a = Kaa ; Kmm_a = Kmm 
Note: See TracChangeset for help on using the changeset viewer.