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.
#341 (Interpolation on the fly with AGRIF) – NEMO

Opened 15 years ago

Closed 14 years ago

Last modified 8 years ago

#341 closed Enhancement (fixed)

Interpolation on the fly with AGRIF

Reported by: rblod Owned by: nemo
Priority: low Milestone:
Component: AGRIF Version: v3.0
Severity: Keywords: AGRIF, IOF
Cc:

Description

First try to introduce Interpolation on the Fly with AGRIF. We assume than the child read the data file open by the coarse grid, so instead of opening 1_t2_core.nc (for instance), it just reads into t2core.nc(without prefix), when a weight file is specified in the namelist.
Here is a sample of 1_namelist:

sn_tair = 't2_core' , -1. , 't2' , .true. , .true. , 'yearly' ,'bicubic.nc',

Here the weight file has to be called 1_bicubic.nc in the running directory, with respect to the other input files names, but there is no need of 1_t2_core.nc.

Commit History (1)

ChangesetAuthorTimeChangeLog
1319rblod2009-02-17T18:58:41+01:00

First try to use IOF with AGRIF, see ticket #341

Change History (2)

comment:1 Changed 14 years ago by rblod

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

comment:2 Changed 8 years ago by nicolasmartin

  • Milestone AGRIF deleted

Milestone AGRIF deleted

Note: See TracTickets for help on using tickets.