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.
Changeset 7993 for branches/UKMO/dev_r5518_GO6_package/NEMOGCM/TOOLS – NEMO

Ignore:
Timestamp:
2017-05-02T13:29:51+02:00 (7 years ago)
Author:
frrh
Message:

Merge in missing revisions 6428:2477 inclusive and 6482 from nemo_v3_6_STABLE
branch. In ptic, this includes the fix for restartability of runoff fields in coupled
models. Evolution of coupled models will therefor be affected.

These changes donot affect evolution of the current stand-alone NEMO-CICE GO6
standard configuration.

Work and testing documented in Met Office GMED ticket 320.

Location:
branches/UKMO/dev_r5518_GO6_package/NEMOGCM/TOOLS
Files:
1 deleted
4 edited
6 copied

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_GO6_package/NEMOGCM/TOOLS/REBUILD_NEMO/icb_combrest.py

    r6793 r7993  
    180180    if "units" in invar.ncattrs(): 
    181181        fo.variables[var].units = invar.units 
    182     os.remove(pathout.replace('.nc','_WORK.nc')) 
     182  os.remove(pathout.replace('.nc','_WORK.nc')) 
    183183# 
    184184add_k = 1 
  • branches/UKMO/dev_r5518_GO6_package/NEMOGCM/TOOLS/SIREN/README

    r5037 r7993  
    1 This is a first release of SIREN. 
    21 
    3 To create SIREN documentation, go to ./src and run doxygen  
     2To create SIREN documentation, run doxygen in TOOLS/SIREN directory 
    43(http://www.stack.nl/~dimitri/doxygen/index.html version 1.8.3.1 or upper) 
    54then 
    6    open ../doc/index.html  
     5   open ./TOOLS/SIREN/doc/html/index.html in your web browser  
    76or  
    8    run ../doc/latex/gmake and open refman.pdf  
    9  
    10  
    11 templates of namelists could be find in templates directory. 
    12 read documentation for more information. 
    13  
    14  1- program to create coordinate file : 
    15  
    16    ./create_coord create_coord.nam 
    17  
    18  
    19  Variables are extracted from the input coordinates coarse grid and 
    20  interpolated to create fine coordinates files. 
    21  
    22  2- program to create bathymetry file: 
    23  
    24  ./create_bathy create_bathy.nam 
    25  
    26  Bathymetry could be extracted from fine grid Bathymetry file, or 
    27  interpolated from coarse grid Bathymetry file. 
    28  
    29  3- program to merge bathymetry file at boundaries : 
    30  
    31  ./merge_bathy merge_bathy.nam 
    32  
    33  Coarse grid Bathymetry is interpolated on fine grid. 
    34  Then fine Bathymetry and refined coarse bathymetry are merged at 
    35  boundaries. 
    36  
    37  4- program to create restart file : 
    38  
    39  ./create_restart create_restart.nam 
    40  
    41  Variables are read from restart file, or standard output. 
    42  Then theses variables are interpolated on fine grid. 
    43  Finally table are split over new decomposition. 
    44  
    45  5- program to create boundary files (OBC) : 
    46  
    47  ./create_boundary create_boundary.nam 
    48  
    49  Variables are read from standard output. 
    50  Then theses variables are interpolated on fine grid boundaries. 
     7   run ./TOOLS/SIREN/doc/latex/gmake and open ./TOOLS/SIREN/doc/latex/refman.pdf  
  • branches/UKMO/dev_r5518_GO6_package/NEMOGCM/TOOLS/SIREN/src/docsrc/1_install.md

    r6487 r7993  
    1717<!--   - pgf95 (version 13.9-0) --> 
    1818 
    19  <HR> 
    20    <b> 
    21    - @ref index 
    22    - @ref md_docsrc_3_codingRules 
    23    - @ref md_docsrc_4_changeLog 
    24    - @ref todo 
    25    </b> 
     19# Fortran Compiler # 
     20SIREN codes were succesfully tested with : 
     21  - ifort (version 15.0.1) 
     22  - gfortran (version 4.8.2 20140120)  
     23 
     24<HR> 
     25  <b> 
     26  - @ref index 
     27  - @ref md_src_docsrc_2_quickstart 
     28  - @ref md_src_docsrc_3_support_bug 
     29  - @ref md_src_docsrc_4_codingRules 
     30  - @ref md_src_docsrc_5_changeLog 
     31  - @ref todo 
     32  </b> 
  • branches/UKMO/dev_r5518_GO6_package/NEMOGCM/TOOLS/SIREN/src/docsrc/main.dox

    r5037 r7993  
    1313   - create_boundary.f90 to create boundary condition from coarse grid standard outputs. 
    1414 
    15 To install those programs see @ref md_docsrc_1_install. 
     15 SIREN is a software to set up regional configuration with [NEMO](http://www.nemo-ocean.eu).<br/>  
     16 Actually SIREN creates the input files you need to run a NEMO regional configuration.<br/> 
     17  
     18 SIREN allows you to create your own regional configuration embedded in a wider one.<br/> 
    1619 
    17  @note SIREN can not: 
    18  - create global configuration 
    19  - create configuarion around or close to north pole 
    20  - change number of vertical level 
    21  - change grid (horizontal or vertical) 
     20 To know how to install SIREN see @ref md_src_docsrc_1_install. 
    2221 
    23  @section howto How to use 
    24    @subsection howto_coord to create fine grid coordinate file 
    25    see create_coord.f90 
    26    @subsection howto_bathy to create fine grid bathymetry 
    27    see create_bathy.f90 
    28    @subsection howto_merge to merge fine grid bathymetry 
    29    see merge_bathy.f90 
    30    @subsection howto_restart to create initial state file 
    31    see create_restart.f90 
    32    @subsection howto_boundary to create boundary condition 
    33    see create_boundary.f90 
     22 You could find a tutorial for a quick start with SIREN in @ref md_src_docsrc_2_quickstart.<br/> 
     23 For more information about how to use each component of SIREN 
     24 - see create_coord.f90 to create fine grid coordinate file 
     25 - see create_bathy.f90 to create fine grid bathymetry 
     26 - see merge_bathy.f90 to merge fine grid bathymetry 
     27 - see create_restart.f90 to create initial state file, or other fields. 
     28 - see create_boundary.F90 to create boundary condition 
    3429 
    3530<HR> 
    3631   <b> 
    37    - @ref md_docsrc_1_install 
    38    - @ref md_docsrc_3_codingRules 
    39    - @ref md_docsrc_4_changeLog 
     32   - @ref md_src_docsrc_1_install 
     33   - @ref md_src_docsrc_2_quickstart 
     34   - @ref md_src_docsrc_3_support_bug 
     35   - @ref md_src_docsrc_4_codingRules 
     36   - @ref md_src_docsrc_5_changeLog 
    4037   - @ref todo 
    4138   </b> 
Note: See TracChangeset for help on using the changeset viewer.