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.
WorkingGroups/ConfigurationManager (diff) – NEMO

Changes between Version 6 and Version 7 of WorkingGroups/ConfigurationManager


Ignore:
Timestamp:
2013-02-25T09:58:09+01:00 (11 years ago)
Author:
jpaul
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WorkingGroups/ConfigurationManager

    v6 v7  
    4545   * get data from local space 
    4646 1. Coordinates 
     47   * extraction of the domain from an already existing coordinates file (Mercator Fortran code). Note that we keep boundary on U,V point. 
     48 1. Bathymetry 
     49   * extraction of the domain from an already existing bathymetry file (Mercator Fortran code). 
     50   * merged bathymetry at boundary (~1°) with weighted function (Mercator Fortran code) 
     51 1. Boundary condition 
     52   * extrapolation of the above system output (Mercator Fortran code) 
     53     * horizontally (first): distance weighted function using nearest 9 points 
     54     * vertically: takes value of the upper point 
     55   * interpolation to refine grid (T,S,U,V,SSH) (Mercator Fortran code) 
     56     * horizontally: bilinear or bicubic 
     57   * extraction at boundaries (Mercator Fortran code) 
     58   * ouput in OBC form 
     59   * before run NEMO, concatenated files over the period (nco) 
     60 1. Initial condition 
     61   * from restart file (netcdf or dimg) or from a "standard" output (Mercator fortran code, nco): 
     62     * extrapolation: 
     63       * horizontally (first): distance weighted function using nearest 9 points 
     64       * vertically: takes value of the upper point 
     65     * interpolation to refine grid (T,S,U,V,SSH): 
     66       * horizontally: bilinear or bicubic 
     67 1. Tide 
    4768 
    48   
     69 *