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.
#1474 (update IO for VVL compatibility) – NEMO

Opened 9 years ago

Closed 9 years ago

#1474 closed Enhancement (fixed)

update IO for VVL compatibility

Reported by: smasson Owned by: nemo
Priority: normal Milestone:
Component: OCE Version: trunk
Severity: Keywords:
Cc:

Description

IO are reviewed for VVL/non-VVL compatibility.

This changes require xios-1.0 rev 562 or higher to work.

Temporal average weighted by the cell thickness is done outside of the code by the means of xios and the xml files. Weighted temporal average is required for all variables used any type of integral computation (transport, msf, bsf, global mean...). Weighted temporal average is not necessary for variables that will just be used for "basic" diagnostics (map, section, hovmoeller...).

Today we propose examples of weighted temporal average only for toce, soce, uoce, voce and woce. Feel free to add others...

NEMOGCM/CONFIG/SHARED/field_def.xml has been be updated:

  • cellthc variable is replaced by e3t variable.
  • e3u, e3v and e3w have been added
  • suoce and svoce have been replaced bu ssu and ssv
  • temperature, salinity and currents at the bottom of the ocean have been added

ORCA2_LIM/EXP00/iodef.xml and ORCA2_LIM3/EXP00/iodef.xml show and example of the use of:

  • Weighted temporal average
  • online computation of mean diurnal cycle
  • online computation of standard deviation

In these 2 ORCA2_LIM configurations, we decided to provide by default in iodef.xml weighted temporal average as vvl is targeted as the default option in the near future and as it is harmless (but more expensive) for non-vvl case.

Other xml file have been updated only to keep compatibility with the new field_def.xml file. Feel free to update the xml file you are using if you want to take advantage of the new functionalities of xios...

The new features offered by xios have been added to the doc.

Commit History (2)

ChangesetAuthorTimeChangeLog
5460jchanut2015-06-22T14:20:11+02:00

Correct output for bottom velocities introduced in ticket #1474

5107smasson2015-02-26T18:18:47+01:00

update IO for VVL compatibility, see ticket #1474

Change History (1)

comment:1 Changed 9 years ago by smasson

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

done, see changeset:5107

Note: See TracTickets for help on using tickets.