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/2014_td (diff) – NEMO

Changes between Version 1 and Version 2 of WorkingGroups/ConfigurationManager/2014_td


Ignore:
Timestamp:
2014-11-19T14:10:36+01:00 (9 years ago)
Author:
jpaul
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WorkingGroups/ConfigurationManager/2014_td

    v1 v2  
     1=== Objectives === 
     2 
    13Create a configuration manager demonstrator. 
    24Evaluate the requirements of a Configuration Manager and define a development plan to realise it. 
     
    3032 
    3133===== create_coord ===== 
    32 ======method:====== 
     34method: 
    3335Variables are extracted from the input coordinates coarse grid file, and interpolated to create fine grid coordinates files. 
    3436 
     37 
    3538**Note:** interpolation method could be different for each variable 
    36 ======how to:====== 
     39 
     40 
     41how to: 
    3742./SIREN/bin/create_coord create_cood.nam 
    3843 
    3944===== create_bathy ===== 
    40 ======method:====== 
     45method: 
    4146Bathymetry could be extracted from fine grid Bathymetry file, or interpolated from coarse grid Bathymetry file. 
    42 ======how to:====== 
     47 
     48 
     49how to: 
    4350./SIREN/bin/create\_bathy create\_bathy.nam 
    4451 
    4552===== merge_bathy ===== 
    46 ======method:====== 
     53method: 
    4754Coarse grid Bathymetry is interpolated on fine grid. Then fine Bathymetry and refined coarse bathymetry are merged at boundaries, using a weighting function dependant on distance from the boundary and boundary size. 
    48 ======how to:====== 
     55 
     56 
     57how to: 
    4958./SIREN/bin/merge\_bathy merge\_bathy.nam 
    5059 
    5160===== create_restart ===== 
    52 ======method:====== 
     61method: 
    5362Variables could be extracted from fine grid file, interpolated from coarse grid file or restart file. 
    5463Then they are split over new decomposition. 
    5564**Note:**method could be different for each variable 
    56 ======how to:====== 
     65 
     66 
     67how to: 
    5768./SIREN/bin/create_restart create_restart.nam 
    5869 
    5970===== create_boundary ===== 
    60 ======method:====== 
     71method: 
    6172Variables are interpolated from coarse grid file on fine grid boundaries. 
    6273**Note:** method could be different for each variable 
    63 ======how to:====== 
     74 
     75 
     76how to: 
    6477./SIREN/bin/create_boundary create_boundary.nam 
    6578