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 18 and Version 19 of WorkingGroups/ConfigurationManager


Ignore:
Timestamp:
2013-10-08T19:14:25+02:00 (11 years ago)
Author:
jpaul
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WorkingGroups/ConfigurationManager

    v18 v19  
    141141= ''' 7. What the config manager could do, with which file and tool ''' = 
    142142 1. Coordinates 
     143 
    143144|| input || function || tool || advantage || inconvenience || 
    144145|| '''low resolution coordinates''' || refine ORCA grid || AGRIF_create_coordinates || || || 
    145146|| || || GRIDGEN || || || 
    146 || || || BMGtools|| || || 
     147|| || || BMGtools || || || 
    147148|| '''high resolution coordinates''' || extract ORCA grid || Mercator Fortran code || || || 
    148149|| || || GRIDGEN || || || 
    149 || || || BMGtools|| || || 
     150|| || || BMGtools || || || 
    150151|| '''low resolution bathymetry''' || create regular grid || MetOffice IDL tools || || || 
     152 
    151153 2. Bathymetry 
     154 
    152155|| input || function || tool || advantage || inconvenience || 
    153156|| '''bathymetry dateset''' || create bathymetry on grid || OPABAT || || || 
     
    158161|| || || AGRIF_create_bathy || || || 
    159162|| '''high resolution bathymetry''' || extract bathymetry || Mercator Fortran code || || || 
     163 
    160164 3. Boundary Condition 
     165 
    161166|| input || function || tool || advantage || inconvenience || 
    162167|| '''low resolution climatolgy or analysis''' || interpolation to rectangular boundaries || SCRIP and MetOffice IDL tools || || || 
    163168|| || || Mercator Fortran code || || || 
    164169|| || interpolation to unstructured boundary || NOC python tools || || || 
     170 
    165171 4. Initial Conndition 
     172 
    166173|| input || function || tool || advantage || inconvenience || 
    167174|| '''low resolution climatolgy or analysis''' || interpolation of T, S and start from rest || MetOffice IDL tools || || || 
    168175|| '''low resolution climatolgy, analysis or restart''' || split restart and/or interpolation of T, S, U, V, SSH || Mercator Fortran code || || || 
     176 
    169177 5. Runoff 
     178 
    170179|| input || function || tool || advantage || inconvenience || 
    171180|| '''low resolution climatology''' || as surface flux, on nearest coastal point, large rivers spread over ocean points || MetOffice Fortran code || || || 
    172181|| || as surface flux, spread on coastal points, large rivers spread over ocean masks. || Mercator Fortran code || || || 
    173182|| || as surface flux, spread on coastal points, and as BDY large rivers. || Mercator Fortran code || || || 
     183 
    174184 6. Surface Forcing 
     185 
    175186|| input || function || tool || advantage || inconvenience || 
    176187|| '''low resolution climatology or analysis''' || interpolation on the fly || fldread || || || 
     188 
    177189= ''' 8. config manager demonstrator ''' = 
    178 I propose to build a demonstrator tool. This demonstrator will not be able to do all tasks listed in part III. However i will try to take it into account, in order to make it easy to plug in those tools.  The demonstrator will allow to create 1/12° regional configuration, using 1/4° global climatology to initialised and forced the new configuration. Bathymetry and grid will be extract from already existing files. I hope do it before this summer, so you could test it before next fall NEMO meeting, and maybe we could add this demonstrator to the next release of NEMO. Then we could add, step by step, other tools to improve the capabilities of the cong manager. 
     190I propose to build a demonstrator tool. This demonstrator will not be able to do all tasks listed in part III. However i will try to take it into account, in order to make it easy to plug in those tools.  The demonstrator will allow to create 1/12° regional configuration, using 1/4° global climatology to initialised and forced the new configuration. Bathymetry and grid will be extract from already existing files. I hope do it before this summer, so you could test it before next fall NEMO meeting, and maybe we could add this demonstrator to the next release of NEMO. Then we could add, step by step, other tools to improve the capabilities of the config manager. 
     191 
     192I said i build a''' '''config manager demonstrator for this automn in the NEMO tools. Unfortunately, even if I'm close to do it, there is still some bug in the code i wrote. I will not have time to fixes those bug, and check that everything ok before the NEMO merge party 2013. However i will continue to work on it, and next year, i will add a config manager to the NEMO tools.''' '''