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 13680 for NEMO/branches/2020/dev_r13327_KERNEL-06_2_techene_e3/src/NST/agrif_oce_update.F90 – NEMO

Ignore:
Timestamp:
2020-10-26T23:02:27+01:00 (3 years ago)
Author:
jchanut
Message:

#2385, effectively add VORTEX ssh initialization and key_qco. Save first guess (prior update) r3x arrays: Restored correct value of surface w.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/dev_r13327_KERNEL-06_2_techene_e3/src/NST/agrif_oce_update.F90

    r13678 r13680  
    218218      CALL Agrif_ParentGrid_To_ChildGrid() 
    219219#else 
    220 !! JC: should be something like that:  
    221220      CALL Agrif_ChildGrid_To_ParentGrid() 
    222       CALL dom_qco_r3c( ssh(:,:,Kbb_a), r3t(:,:,Kbb_a), r3u(:,:,Kbb_a), r3v(:,:,Kbb_a) ) 
    223       CALL dom_qco_r3c( ssh(:,:,Kmm_a), r3t(:,:,Kmm_a), r3u(:,:,Kmm_a), r3v(:,:,Kmm_a), r3f(:,:) )  
     221         r3t(:,:,Krhs_a) = r3t(:,:,Kmm_a) 
     222         r3u(:,:,Krhs_a) = r3u(:,:,Kmm_a) 
     223         r3v(:,:,Krhs_a) = r3v(:,:,Kmm_a) 
     224         CALL dom_qco_zgr( Kbb_a, Kmm_a, Krhs_a ) 
    224225      CALL Agrif_ParentGrid_To_ChildGrid() 
    225226#endif 
Note: See TracChangeset for help on using the changeset viewer.