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.
#1545 (offline code and mesh_mak file) – NEMO

Opened 9 years ago

Closed 8 years ago

#1545 closed Bug (fixed)

offline code and mesh_mak file

Reported by: oaumont Owned by: nemo
Priority: low Milestone:
Component: OFF Version: trunk
Severity: Keywords:
Cc:

Description

There is a problem in the offline code. It requires a mesh_mask file to build the grid which can be a problem over time. The format of the mesh_mask file has changed many times over the last few years. This led to bugs and incompatibilities which can be a pain to handle. My suggestion is to follow what is done in the online version of the code and to rebuild the grid from the standard input files (coodinate, etc ...).

Commit History (1)

ChangesetAuthorTimeChangeLog
5504cetlod2015-06-29T14:37:35+02:00

bugfix: computation of the meskmask from coordinate/bathymetry if needed in offline mode, see ticket #1545

Change History (5)

comment:1 Changed 9 years ago by cetlod

I agree with you Olivier and I already did the job in the CMIP6 stable branch

  • there are only 2 remaining routines in the OFF_SRC directory - great !!!!! -
  • no changes in the others component, except small modifications in one routine in TOP_SRC
  • no changes in the namelist
  • sette test have been succesfully passed
  • coordinate and bathymetry files must be added in the set of inputs files for Offline

comment:2 Changed 9 years ago by jpaul

I think there is an issue with your proposal.
The mesh mask file is required in degrad mode,
and can't be rebuild with bathymetry and coordinates.


comment:3 Changed 9 years ago by cetlod

It's not really an issue because the coarsening of I/O is already available in the system.
This functionnality can also be used in OFFLINE.

comment:4 Changed 9 years ago by cetlod

Ultimately, for now, we keep the possibility to read the meskmask as an option.
The model will check for the coordinate file to compute the grid. If it does not find it, then the meskmask will be read.

But on a short-term scale, we will try to replace the "degrad mode" with the coarsening functionnality to run passive tracer offline

comment:5 Changed 8 years ago by cetlod

  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.