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 9598 for NEMO/trunk/tools/SIREN/src – NEMO

Ignore:
Timestamp:
2018-05-16T00:47:16+02:00 (6 years ago)
Author:
nicolasmartin
Message:

Reorganisation plan for NEMO repository: changes to make compilation succeed with new structure
Juste one issue left with AGRIF_NORDIC with AGRIF preprocessing
Standardisation of routines header with version 4.0 and year 2018
Fix for some broken symlinks

Location:
NEMO/trunk/tools/SIREN/src
Files:
37 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/tools/SIREN/src/attribute.f90

    r7646 r9598  
    8686!> - manage useless (dummy) attributes 
    8787! 
    88 !> @note Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     88!> @note Software governed by the CeCILL licence     (./LICENSE) 
    8989!---------------------------------------------------------------------- 
    9090MODULE att 
  • NEMO/trunk/tools/SIREN/src/boundary.f90

    r7646 r9598  
    119119!> @todo add schematic to boundary structure description 
    120120!>  
    121 !> @note Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     121!> @note Software governed by the CeCILL licence     (./LICENSE) 
    122122!---------------------------------------------------------------------- 
    123123MODULE boundary 
  • NEMO/trunk/tools/SIREN/src/create_bathy.f90

    r7646 r9598  
    142142!> - check tl_multi is not empty 
    143143!> 
    144 !> @note Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     144!> @note Software governed by the CeCILL licence     (./LICENSE) 
    145145!---------------------------------------------------------------------- 
    146146PROGRAM create_bathy 
  • NEMO/trunk/tools/SIREN/src/create_boundary.F90

    r7646 r9598  
    207207!> - rewitre using meshmask instead of bathymetry and coordinates files. 
    208208!> 
    209 !> @note Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     209!> @note Software governed by the CeCILL licence     (./LICENSE) 
    210210!---------------------------------------------------------------------- 
    211211PROGRAM create_boundary 
  • NEMO/trunk/tools/SIREN/src/create_coord.f90

    r7646 r9598  
    115115!> - dimension to be used select from configuration file 
    116116!> 
    117 !> @note Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     117!> @note Software governed by the CeCILL licence     (./LICENSE) 
    118118!---------------------------------------------------------------------- 
    119119PROGRAM create_coord 
  • NEMO/trunk/tools/SIREN/src/create_meshmask.f90

    r7646 r9598  
    194194!> - choose vertical scale factors (e3.=dk[depth] or old definition) 
    195195!> 
    196 !> @note Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     196!> @note Software governed by the CeCILL licence     (./LICENSE) 
    197197!---------------------------------------------------------------------- 
    198198PROGRAM create_meshmask 
  • NEMO/trunk/tools/SIREN/src/create_restart.f90

    r7646 r9598  
    168168!> - rewrite using meshmask instead of bathymetry and coordinates files 
    169169!> 
    170 !> @note Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     170!> @note Software governed by the CeCILL licence     (./LICENSE) 
    171171!---------------------------------------------------------------------- 
    172172PROGRAM create_restart 
  • NEMO/trunk/tools/SIREN/src/date.f90

    r5037 r9598  
    121121! 
    122122!> @note This module is based on Perderabo's date calculator (ksh) 
    123 !> @note Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     123!> @note Software governed by the CeCILL licence     (./LICENSE) 
    124124!> 
    125125!> @todo 
  • NEMO/trunk/tools/SIREN/src/dimension.f90

    r7646 r9598  
    159159!> - dimension allowed read in configuration file 
    160160!> 
    161 !> @note Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     161!> @note Software governed by the CeCILL licence     (./LICENSE) 
    162162!---------------------------------------------------------------------- 
    163163MODULE dim 
  • NEMO/trunk/tools/SIREN/src/domain.f90

    r6393 r9598  
    127127!> - use mpp file structure instead of file 
    128128!>  
    129 !> @note Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     129!> @note Software governed by the CeCILL licence     (./LICENSE) 
    130130!---------------------------------------------------------------------- 
    131131MODULE dom 
  • NEMO/trunk/tools/SIREN/src/extrap.f90

    r5617 r9598  
    7070!> - smooth extrapolated points 
    7171!> 
    72 !> @note Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     72!> @note Software governed by the CeCILL licence     (./LICENSE) 
    7373!---------------------------------------------------------------------- 
    7474MODULE extrap 
  • NEMO/trunk/tools/SIREN/src/file.f90

    r6393 r9598  
    141141!> - Fix memory leaks bug 
    142142!> 
    143 !> @note Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     143!> @note Software governed by the CeCILL licence     (./LICENSE) 
    144144!---------------------------------------------------------------------- 
    145145MODULE file 
  • NEMO/trunk/tools/SIREN/src/filter.f90

    r5609 r9598  
    5858!> @date November, 2013 - Initial Version 
    5959! 
    60 !> @note Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     60!> @note Software governed by the CeCILL licence     (./LICENSE) 
    6161!---------------------------------------------------------------------- 
    6262MODULE filter 
  • NEMO/trunk/tools/SIREN/src/function.f90

    r6393 r9598  
    9797!> - add header 
    9898! 
    99 !> @note Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     99!> @note Software governed by the CeCILL licence     (./LICENSE) 
    100100!---------------------------------------------------------------------- 
    101101MODULE fct 
  • NEMO/trunk/tools/SIREN/src/global.f90

    r7646 r9598  
    1515!> - define fill value for each variable type 
    1616! 
    17 !> @note Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     17!> @note Software governed by the CeCILL licence     (./LICENSE) 
    1818!---------------------------------------------------------------------- 
    1919MODULE global 
  • NEMO/trunk/tools/SIREN/src/grid.f90

    r7646 r9598  
    224224!> - add function to get closest grid point using coarse grid coordinates strucutre  
    225225! 
    226 !> @note Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     226!> @note Software governed by the CeCILL licence     (./LICENSE) 
    227227!---------------------------------------------------------------------- 
    228228MODULE grid 
  • NEMO/trunk/tools/SIREN/src/grid_hgr.f90

    r7646 r9598  
    8888!> - J, Paul : do not use anymore special case for ORCA grid 
    8989!> 
    90 !> @note Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     90!> @note Software governed by the CeCILL licence     (./LICENSE) 
    9191!---------------------------------------------------------------------- 
    9292MODULE grid_hgr 
  • NEMO/trunk/tools/SIREN/src/grid_zgr.f90

    r7646 r9598  
    5858!> - J, Paul : vertical scale factors e3. = dk[gdep] or old definition 
    5959!> 
    60 !> @note Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     60!> @note Software governed by the CeCILL licence     (./LICENSE) 
    6161!---------------------------------------------------------------------- 
    6262MODULE grid_zgr 
  • NEMO/trunk/tools/SIREN/src/interp.f90

    r5617 r9598  
    7676!> - use interpolation method modules 
    7777!> 
    78 !> @note Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     78!> @note Software governed by the CeCILL licence     (./LICENSE) 
    7979!---------------------------------------------------------------------- 
    8080MODULE interp 
  • NEMO/trunk/tools/SIREN/src/interp_cubic.f90

    r5609 r9598  
    2929!> - use math module 
    3030!> 
    31 !> @note Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     31!> @note Software governed by the CeCILL licence     (./LICENSE) 
    3232!---------------------------------------------------------------------- 
    3333MODULE interp_cubic 
  • NEMO/trunk/tools/SIREN/src/interp_linear.f90

    r6393 r9598  
    2626!> @date September, 2014 - Initial version 
    2727!> 
    28 !> @note Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     28!> @note Software governed by the CeCILL licence     (./LICENSE) 
    2929!---------------------------------------------------------------------- 
    3030 
  • NEMO/trunk/tools/SIREN/src/interp_nearest.f90

    r5617 r9598  
    2626!> @date September, 2014 - Initial version 
    2727!> 
    28 !> @note Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     28!> @note Software governed by the CeCILL licence     (./LICENSE) 
    2929!---------------------------------------------------------------------- 
    3030MODULE interp_nearest 
  • NEMO/trunk/tools/SIREN/src/iom.f90

    r7646 r9598  
    8787!> - see goup netcdf4 
    8888!> 
    89 !> @note Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     89!> @note Software governed by the CeCILL licence     (./LICENSE) 
    9090!---------------------------------------------------------------------- 
    9191MODULE iom 
  • NEMO/trunk/tools/SIREN/src/iom_cdf.f90

    r7646 r9598  
    6868!> @date November, 2013 - Initial Version 
    6969! 
    70 !> @note Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     70!> @note Software governed by the CeCILL licence     (./LICENSE) 
    7171!---------------------------------------------------------------------- 
    7272MODULE iom_cdf 
  • NEMO/trunk/tools/SIREN/src/iom_dom.f90

    r6393 r9598  
    2727!> @date October, 2014 - Initial Version 
    2828!> 
    29 !> @note Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     29!> @note Software governed by the CeCILL licence     (./LICENSE) 
    3030!---------------------------------------------------------------------- 
    3131MODULE iom_dom 
  • NEMO/trunk/tools/SIREN/src/iom_mpp.f90

    r6393 r9598  
    8989!> @date November, 2013 - Initial Version 
    9090!> 
    91 !> @note Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     91!> @note Software governed by the CeCILL licence     (./LICENSE) 
    9292!---------------------------------------------------------------------- 
    9393MODULE iom_mpp 
  • NEMO/trunk/tools/SIREN/src/iom_rstdimg.f90

    r6393 r9598  
    6262!> @date November, 2013 - Initial Version 
    6363! 
    64 !> @note Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     64!> @note Software governed by the CeCILL licence     (./LICENSE) 
    6565!---------------------------------------------------------------------- 
    6666MODULE iom_rstdimg 
  • NEMO/trunk/tools/SIREN/src/kind.f90

    r5037 r9598  
    1919!> - check i8 max value 
    2020! 
    21 !> @note Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     21!> @note Software governed by the CeCILL licence     (./LICENSE) 
    2222!---------------------------------------------------------------------- 
    2323MODULE kind 
  • NEMO/trunk/tools/SIREN/src/lbc.f90

    r7646 r9598  
    3030!> - J.Paul : add hide subroutine 
    3131! 
    32 !> @note Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     32!> @note Software governed by the CeCILL licence     (./LICENSE) 
    3333!---------------------------------------------------------------------- 
    3434MODULE lbc 
  • NEMO/trunk/tools/SIREN/src/logger.f90

    r6393 r9598  
    139139!> - add logger_clean subroutine 
    140140!> 
    141 !> @note Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     141!> @note Software governed by the CeCILL licence     (./LICENSE) 
    142142!---------------------------------------------------------------------- 
    143143MODULE logger 
  • NEMO/trunk/tools/SIREN/src/math.f90

    r6393 r9598  
    9292!> @date January, 2015 - Initial version 
    9393! 
    94 !> @note Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     94!> @note Software governed by the CeCILL licence     (./LICENSE) 
    9595!---------------------------------------------------------------------- 
    9696MODULE math 
  • NEMO/trunk/tools/SIREN/src/merge_bathy.f90

    r7646 r9598  
    137137!> - dimension to be used select from configuration file 
    138138!> 
    139 !> @note Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     139!> @note Software governed by the CeCILL licence     (./LICENSE) 
    140140!---------------------------------------------------------------------- 
    141141PROGRAM merge_bathy 
  • NEMO/trunk/tools/SIREN/src/mpp.f90

    r7646 r9598  
    204204!> - add mpp__compute_halo and mpp__read_halo 
    205205! 
    206 !> @note Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     206!> @note Software governed by the CeCILL licence     (./LICENSE) 
    207207!---------------------------------------------------------------------- 
    208208MODULE mpp 
  • NEMO/trunk/tools/SIREN/src/multi.f90

    r6393 r9598  
    6464!> - Fix memory leaks bug 
    6565! 
    66 !> @note Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     66!> @note Software governed by the CeCILL licence     (./LICENSE) 
    6767!---------------------------------------------------------------------- 
    6868MODULE multi 
  • NEMO/trunk/tools/SIREN/src/phycst.f90

    r7646 r9598  
    1515!> - add physical constant to compute meshmask 
    1616! 
    17 !> @note Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     17!> @note Software governed by the CeCILL licence     (./LICENSE) 
    1818!---------------------------------------------------------------------- 
    1919MODULE phycst 
  • NEMO/trunk/tools/SIREN/src/variable.f90

    r7646 r9598  
    296296!> - define logical for variable to be used 
    297297!> 
    298 !> @note Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     298!> @note Software governed by the CeCILL licence     (./LICENSE) 
    299299!---------------------------------------------------------------------- 
    300300MODULE var 
  • NEMO/trunk/tools/SIREN/src/vgrid.f90

    r7646 r9598  
    7171!> @date June, 2015 - update subroutine with NEMO 3.6 
    7272!> 
    73 !> @note Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     73!> @note Software governed by the CeCILL licence     (./LICENSE) 
    7474!---------------------------------------------------------------------- 
    7575MODULE vgrid 
Note: See TracChangeset for help on using the changeset viewer.