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.
#847 (update of TS with agrif) – NEMO

Opened 13 years ago

Closed 13 years ago

Last modified 2 years ago

#847 closed Bug (fixed)

update of TS with agrif

Reported by: rblod Owned by: nemo
Priority: high Milestone:
Component: AGRIF Version: v3.3
Severity: Keywords: TRA v3.3
Cc:

Description

After the merge of TRA-TRP, tracers are not correctly updated on the coarse grid when using agrif (version 3.3.*) . Indeed, tn and sn are updated in agrif_update_tra (module agrif_opa_update.F90) but their new values are not correctly transferred to tsn array.
Fix: add at the end of agrif_update_tra:

CALL Agrif_ChildGrid_To_ParentGrid()     !   go to parent space
CALL tra_swap                                        !   fill tsn on the coarse grid
CALL Agrif_ParentGrid_To_ChildGrid()     !   come back to child space

Commit History (1)

ChangesetAuthorTimeChangeLog
2802rblod2011-07-14T09:49:36+02:00

Correct update of T and S with agrif, see ticket #847

Change History (8)

comment:1 Changed 13 years ago by rblod

  • Resolution set to fixed
  • Status changed from new to closed

comment:2 Changed 8 years ago by nicolasmartin

  • Keywords agrif removed

comment:3 Changed 8 years ago by nicolasmartin

  • Keywords agrif_opa_update removed

comment:4 Changed 8 years ago by nicolasmartin

  • Keywords nemo_v3_3* added

comment:5 Changed 8 years ago by nicolasmartin

  • Milestone 2011 Stream 1: User Interfaces deleted

Milestone 2011 Stream 1: User Interfaces deleted

comment:6 Changed 8 years ago by nicolasmartin

  • Keywords TRA added; tra_swap removed

comment:7 Changed 6 years ago by nemo

  • Keywords nemo_v3_3* removed

comment:8 Changed 2 years ago by nemo

  • Keywords v3.3 added
Note: See TracTickets for help on using tickets.