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/OBSTOOLS – 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/OBSTOOLS/src
Files:
4 deleted
27 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/tools/OBSTOOLS/src/ddatetoymdhms.h90

    r3000 r9598  
    1 link ../../../NEMO/OPA_SRC/OBS/ddatetoymdhms.h90 
     1link ../../../src/OCE/OBS/ddatetoymdhms.h90 
  • NEMO/trunk/tools/OBSTOOLS/src/dom_oce.F90

    r3000 r9598  
    1 link ../../../NEMO/OPA_SRC/DOM/dom_oce.F90 
     1link ../../../src/OCE/DOM/dom_oce.F90 
  • NEMO/trunk/tools/OBSTOOLS/src/greg2jul.h90

    r3000 r9598  
    1 link ../../../NEMO/OPA_SRC/OBS/greg2jul.h90 
     1link ../../../src/OCE/OBS/greg2jul.h90 
  • NEMO/trunk/tools/OBSTOOLS/src/grt_cir_dis.h90

    r3000 r9598  
    1 link ../../../NEMO/OPA_SRC/OBS/grt_cir_dis.h90 
     1link ../../../src/OCE/OBS/grt_cir_dis.h90 
  • NEMO/trunk/tools/OBSTOOLS/src/grt_cir_dis_saa.h90

    r3000 r9598  
    1 link ../../../NEMO/OPA_SRC/OBS/grt_cir_dis_saa.h90 
     1link ../../../src/OCE/OBS/grt_cir_dis_saa.h90 
  • NEMO/trunk/tools/OBSTOOLS/src/in_out_manager.F90

    r6142 r9598  
    125125 
    126126   !!---------------------------------------------------------------------- 
    127    !! NEMO/OPA 3.3 , NEMO Consortium (2010) 
     127   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    128128   !! $Id: in_out_manager.F90 2715 2011-03-30 15:58:35Z rblod $ 
    129    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     129   !! Software governed by the CeCILL licence     (./LICENSE) 
    130130   !!===================================================================== 
    131131END MODULE in_out_manager 
  • NEMO/trunk/tools/OBSTOOLS/src/lbcnfd.F90

    r3000 r9598  
    1 link ../../../NEMO/OPA_SRC/LBC/lbcnfd.F90 
     1link ../../../src/OCE/LBC/lbcnfd.F90 
  • NEMO/trunk/tools/OBSTOOLS/src/lib_mpp.F90

    r3000 r9598  
    1 link ../../../NEMO/OPA_SRC/LBC/lib_mpp.F90 
     1link ../../../src/OCE/LBC/lib_mpp.F90 
  • NEMO/trunk/tools/OBSTOOLS/src/obs_const.F90

    r4245 r9598  
    1 link ../../../NEMO/OPA_SRC/OBS/obs_const.F90 
     1link ../../../src/OCE/OBS/obs_const.F90 
  • NEMO/trunk/tools/OBSTOOLS/src/obs_conv.F90

    r3000 r9598  
    1 link ../../../NEMO/OPA_SRC/OBS/obs_conv.F90 
     1link ../../../src/OCE/OBS/obs_conv.F90 
  • NEMO/trunk/tools/OBSTOOLS/src/obs_conv_functions.h90

    r3000 r9598  
    1 link ../../../NEMO/OPA_SRC/OBS/obs_conv_functions.h90 
     1link ../../../src/OCE/OBS/obs_conv_functions.h90 
  • NEMO/trunk/tools/OBSTOOLS/src/obs_fbm.F90

    r3000 r9598  
    1 link ../../../NEMO/OPA_SRC/OBS/obs_fbm.F90 
     1link ../../../src/OCE/OBS/obs_fbm.F90 
  • NEMO/trunk/tools/OBSTOOLS/src/obs_prof_io.F90

    r6143 r9598  
    2121 
    2222   !!---------------------------------------------------------------------- 
    23    !! NEMO/OPA 3.3 , NEMO Consortium (2010) 
     23   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    2424   !! $Id: obs_prof_io.F90 2287 2010-10-18 07:53:52Z smasson $ 
    25    !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
     25   !! Software governed by the CeCILL licence (./LICENSE) 
    2626   !!---------------------------------------------------------------------- 
    2727 
  • NEMO/trunk/tools/OBSTOOLS/src/obs_seaice_io.F90

    r6142 r9598  
    1919 
    2020   !!---------------------------------------------------------------------- 
    21    !! NEMO/OPA 3.3 , NEMO Consortium (2010) 
     21   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    2222   !! $Id: obs_seaice_io.F90 2287 2010-10-18 07:53:52Z smasson $ 
    23    !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
     23   !! Software governed by the CeCILL licence (./LICENSE) 
    2424   !!---------------------------------------------------------------------- 
    2525 
  • NEMO/trunk/tools/OBSTOOLS/src/obs_sla_io.F90

    r6143 r9598  
    1919 
    2020   !!---------------------------------------------------------------------- 
    21    !! NEMO/OPA 3.3 , NEMO Consortium (2010) 
     21   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    2222   !! $Id: obs_sla_io.F90 2287 2010-10-18 07:53:52Z smasson $ 
    23    !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
     23   !! Software governed by the CeCILL licence (./LICENSE) 
    2424   !!---------------------------------------------------------------------- 
    2525 
  • NEMO/trunk/tools/OBSTOOLS/src/obs_sla_types.F90

    r6143 r9598  
    88   !!---------------------------------------------------------------------- 
    99   !!---------------------------------------------------------------------- 
    10    !! NEMO/OPA 3.3 , NEMO Consortium (2010) 
     10   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    1111   !! $Id: obs_sla_types.F90 2287 2010-10-18 07:53:52Z smasson $ 
    12    !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
     12   !! Software governed by the CeCILL licence (./LICENSE) 
    1313   !!---------------------------------------------------------------------- 
    1414 
  • NEMO/trunk/tools/OBSTOOLS/src/obs_sst_io.F90

    r6142 r9598  
    1919 
    2020   !!---------------------------------------------------------------------- 
    21    !! NEMO/OPA 3.3 , NEMO Consortium (2010) 
     21   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    2222   !! $Id: obs_sst_io.F90 2287 2010-10-18 07:53:52Z smasson $ 
    23    !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
     23   !! Software governed by the CeCILL licence (./LICENSE) 
    2424   !!---------------------------------------------------------------------- 
    2525 
  • NEMO/trunk/tools/OBSTOOLS/src/obs_utils.F90

    r3000 r9598  
    1 link ../../../NEMO/OPA_SRC/OBS/obs_utils.F90 
     1link ../../../src/OCE/OBS/obs_utils.F90 
  • NEMO/trunk/tools/OBSTOOLS/src/obs_vel_io.F90

    r6143 r9598  
    2121 
    2222   !!---------------------------------------------------------------------- 
    23    !! NEMO/OPA 3.3 , NEMO Consortium (2010) 
     23   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    2424   !! $Id: obs_vel_io.F90 2287 2010-10-18 07:53:52Z smasson $ 
    25    !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
     25   !! Software governed by the CeCILL licence (./LICENSE) 
    2626   !!---------------------------------------------------------------------- 
    2727 
  • NEMO/trunk/tools/OBSTOOLS/src/obsprof_io.h90

    r6143 r9598  
    11   !!---------------------------------------------------------------------- 
    2    !! NEMO/OPA 3.3 , NEMO Consortium (2010) 
     2   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    33   !! $Id: obsprof_io.h90 2287 2010-10-18 07:53:52Z smasson $ 
    4    !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
     4   !! Software governed by the CeCILL licence (./LICENSE) 
    55   !!---------------------------------------------------------------------- 
    66 
  • NEMO/trunk/tools/OBSTOOLS/src/obsseaice_io.h90

    r6142 r9598  
    11   !!---------------------------------------------------------------------- 
    2    !! NEMO/OPA 3.3 , NEMO Consortium (2010) 
     2   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    33   !! $Id: obsseaice_io.h90 2287 2010-10-18 07:53:52Z smasson $ 
    4    !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
     4   !! Software governed by the CeCILL licence (./LICENSE) 
    55   !!---------------------------------------------------------------------- 
    66 
  • NEMO/trunk/tools/OBSTOOLS/src/obssla_io.h90

    r6143 r9598  
    11   !!---------------------------------------------------------------------- 
    2    !! NEMO/OPA 3.3 , NEMO Consortium (2010) 
     2   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    33   !! $Id: obssla_io.h90 2287 2010-10-18 07:53:52Z smasson $ 
    4    !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
     4   !! Software governed by the CeCILL licence (./LICENSE) 
    55   !!---------------------------------------------------------------------- 
    66 
  • NEMO/trunk/tools/OBSTOOLS/src/obssla_types.h90

    r6143 r9598  
    11   !!---------------------------------------------------------------------- 
    2    !! NEMO/OPA 3.3 , NEMO Consortium (2010) 
     2   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    33   !! $Id: obssla_types.h90 2287 2010-10-18 07:53:52Z smasson $ 
    4    !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
     4   !! Software governed by the CeCILL licence (./LICENSE) 
    55   !!---------------------------------------------------------------------- 
    66 
  • NEMO/trunk/tools/OBSTOOLS/src/obssst_io.h90

    r6142 r9598  
    11   !!---------------------------------------------------------------------- 
    2    !! NEMO/OPA 3.3 , NEMO Consortium (2010) 
     2   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    33   !! $Id: obssst_io.h90 2287 2010-10-18 07:53:52Z smasson $ 
    4    !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
     4   !! Software governed by the CeCILL licence (./LICENSE) 
    55   !!---------------------------------------------------------------------- 
    66 
  • NEMO/trunk/tools/OBSTOOLS/src/par_kind.F90

    r3000 r9598  
    1 link ../../../NEMO/OPA_SRC/par_kind.F90 
     1link ../../../src/OCE/par_kind.F90 
  • NEMO/trunk/tools/OBSTOOLS/src/par_oce.F90

    r6142 r9598  
    9393 
    9494   !!---------------------------------------------------------------------- 
    95    !! NEMO/OPA 3.3 , NEMO Consortium (2010) 
     95   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    9696   !! $Id: par_oce.F90 5974 2015-12-02 10:52:05Z timgraham $  
    97    !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
     97   !! Software governed by the CeCILL licence (./LICENSE) 
    9898   !!====================================================================== 
    9999END MODULE par_oce 
  • NEMO/trunk/tools/OBSTOOLS/src/str_c_to_for.h90

    r3000 r9598  
    1 link ../../../NEMO/OPA_SRC/OBS/str_c_to_for.h90 
     1link ../../../src/OCE/OBS/str_c_to_for.h90 
Note: See TracChangeset for help on using the changeset viewer.