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.
#2465 (atm-ice stress at the coast is used and polluted by land values) – NEMO

Opened 4 years ago

Closed 4 years ago

#2465 closed Bug (fixed)

atm-ice stress at the coast is used and polluted by land values

Reported by: smasson Owned by: systeam
Priority: low Milestone:
Component: SI3 Version: v4.0.*
Severity: minor Keywords:
Cc:

Description

same as #2464 but for r4.0-HEAD

Commit History (1)

ChangesetAuthorTimeChangeLog
12926smasson2020-05-14T16:10:40+02:00

r4.0-HEAD: avoid pollution of atm-ice stress at coastal points, see #2465

Change History (2)

comment:1 Changed 4 years ago by smasson

In 12926:

Error: Failed to load processor CommitTicketReference
No macro or processor named 'CommitTicketReference' found

comment:2 Changed 4 years ago by smasson

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

As for #2464, we took the opportunity of this bugfix to modify the way atm-ice stress is computed at U and V point.
We first compute it at T point and next distribute it over U and V point with a "masked" average.
With this method, we do the average of a product (rho*Cd*|Wnd|*Wnd) instead of the product of averaged values. We therefore keep a larger part of the signal with the new method.

fixed in [12926]. All sette tests are ok. As expected configuration with sea-ice and forcing are different: ORCA2_ICE_PISCES, ORCA2_SAS_ICE, AGRIF_DEMO and SPITZ12

[reee217@jean-zay3: sette]$ ./sette_rpt.sh

Current code is : NEMO/releases/r4.0/r4.0-HEAD @ r12926  ( last change @ r12926 )

SETTE validation report generated for :

       NEMO/releases/r4.0/r4.0-HEAD @ r12926 (last changed revision)

       on X64_JEANZAY arch file


!!---------------1st pass------------------!!

   !----restart----!
WGYRE_PISCES_ST              run.stat    restartability  passed :  12926
WGYRE_PISCES_ST              tracer.stat restartability  passed :  12926
WORCA2_ICE_PISCES_ST         run.stat    restartability  passed :  12926
WORCA2_ICE_PISCES_ST         tracer.stat restartability  passed :  12926
WORCA2_OFF_PISCES_ST         tracer.stat restartability  passed :  12926
WAMM12_ST                    run.stat    restartability  passed :  12926
WORCA2_SAS_ICE_ST            run.stat    restartability  passed :  12926
WAGRIF_DEMO_ST               run.stat    restartability  passed :  12926
WSPITZ12_ST                  run.stat    restartability  passed :  12926
WISOMIP_ST                   run.stat    restartability  passed :  12926
WOVERFLOW_ST                 run.stat    restartability  passed :  12926
WLOCK_EXCHANGE_ST            run.stat    restartability  passed :  12926
WVORTEX_ST                   run.stat    restartability  passed :  12926
WICE_AGRIF_ST                run.stat    restartability  passed :  12926

   !----repro----!
WGYRE_PISCES_ST              run.stat    reproducibility passed :  12926
WGYRE_PISCES_ST              tracer.stat reproducibility passed :  12926
WORCA2_ICE_PISCES_ST         run.stat    reproducibility passed :  12926
WORCA2_ICE_PISCES_ST         tracer.stat reproducibility passed :  12926
WORCA2_OFF_PISCES_ST         tracer.stat reproducibility passed :  12926
WAMM12_ST                    run.stat    reproducibility passed :  12926
WORCA2_SAS_ICE_ST            run.stat    reproducibility passed :  12926
WORCA2_ICE_OBS_ST            run.stat    reproducibility passed :  12926
WAGRIF_DEMO_ST               run.stat    reproducibility passed :  12926
WSPITZ12_ST                  run.stat    reproducibility passed :  12926
WISOMIP_ST                   run.stat    reproducibility passed :  12926
WVORTEX_ST                   run.stat    reproducibility passed :  12926
WICE_AGRIF_ST                run.stat    reproducibility passed :  12926

   !----agrif check----!
ORCA2 AGRIF vs ORCA2 NOAGRIF run.stat    unchanged  -    passed :  12926 12926

   !----result comparison check----!

check result differences between :
VALID directory : /gpfswork/rech/fqx/reee217/NEMO_ALL_VALIDATIONS/r4.0-HEAD/NEMO_VALIDATION at rev 12926
and
REFERENCE directory : /gpfswork/rech/fqx/reee217/NEMO_ALL_VALIDATIONS/r4.0-HEAD/NEMO_VALIDATION at rev 12901

WGYRE_PISCES_ST       run.stat    files are identical
WGYRE_PISCES_ST       tracer.stat files are identical
WORCA2_ICE_PISCES_ST  run.stat    files are DIFFERENT
WORCA2_ICE_PISCES_ST  tracer.stat files are DIFFERENT
WORCA2_OFF_PISCES_ST  tracer.stat files are identical
WAMM12_ST             run.stat    files are identical
WISOMIP_ST            run.stat    files are identical
WORCA2_SAS_ICE_ST     run.stat    files are DIFFERENT
WAGRIF_DEMO_ST        run.stat    files are DIFFERENT
WSPITZ12_ST           run.stat    files are DIFFERENT
WISOMIP_ST            run.stat    files are identical
WVORTEX_ST            run.stat    files are identical
WICE_AGRIF_ST         run.stat    files are identical
Note: See TracTickets for help on using tickets.