Skip to content

Commit

Permalink
Cleanup of trans/external
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrows committed Nov 20, 2023
1 parent c02ce33 commit c5b733f
Show file tree
Hide file tree
Showing 22 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion src/trans/external/dir_trans.F90
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#include "renames.inc"
! (C) Copyright 2000- ECMWF.
! (C) Copyright 2000- Meteo-France.
!
Expand All @@ -8,6 +7,7 @@
! granted to it by virtue of its status as an intergovernmental organisation
! nor does it submit to any jurisdiction.
!
#include "renames.inc"
#ifndef INMODULE
SUBROUTINE DIR_TRANS(PSPVOR,PSPDIV,PSPSCALAR,PSPSC3A,PSPSC3B,PSPSC2,&
& LDLATLON,KPROMA,KVSETUV,KVSETSC,KRESOL,KVSETSC3A,KVSETSC3B,KVSETSC2,&
Expand Down
2 changes: 1 addition & 1 deletion src/trans/external/dir_transad.F90
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#include "renames.inc"
! (C) Copyright 2000- ECMWF.
! (C) Copyright 2000- Meteo-France.
!
Expand All @@ -9,6 +8,7 @@
! nor does it submit to any jurisdiction.
!

#include "renames.inc"
SUBROUTINE DIR_TRANSAD(PSPVOR,PSPDIV,PSPSCALAR,PSPSC3A,PSPSC3B,PSPSC2,&
& KPROMA,KVSETUV,KVSETSC,KRESOL,KVSETSC3A,KVSETSC3B,KVSETSC2,&
& PGP,PGPUV,PGP3A,PGP3B,PGP2)
Expand Down
2 changes: 1 addition & 1 deletion src/trans/external/dist_grid.F90
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#include "renames.inc"
! (C) Copyright 2000- ECMWF.
! (C) Copyright 2000- Meteo-France.
!
Expand All @@ -9,6 +8,7 @@
! nor does it submit to any jurisdiction.
!

#include "renames.inc"
SUBROUTINE DIST_GRID(PGPG,KPROMA,KFDISTG,KFROM,KRESOL,PGP,KSORT)

!**** *DIST_GRID* - Distribute global gridpoint array among processors
Expand Down
2 changes: 1 addition & 1 deletion src/trans/external/dist_grid_32.F90
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#include "renames.inc"
! (C) Copyright 2000- ECMWF.
! (C) Copyright 2000- Meteo-France.
!
Expand All @@ -9,6 +8,7 @@
! nor does it submit to any jurisdiction.
!

#include "renames.inc"
SUBROUTINE DIST_GRID_32(PGPG,KPROMA,KFDISTG,KFROM,KRESOL,PGP)

!**** *DIST_GRID_32* - Distribute global gridpoint array among processors
Expand Down
2 changes: 1 addition & 1 deletion src/trans/external/dist_spec.F90
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#include "renames.inc"
! (C) Copyright 2000- ECMWF.
! (C) Copyright 2000- Meteo-France.
!
Expand All @@ -9,6 +8,7 @@
! nor does it submit to any jurisdiction.
!

#include "renames.inc"
SUBROUTINE DIST_SPEC(PSPECG,KFDISTG,KFROM,KVSET,KRESOL,PSPEC,&
& LDIM1_IS_FLD,KSMAX,KSORT)

Expand Down
2 changes: 1 addition & 1 deletion src/trans/external/gath_grid.F90
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#include "renames.inc"
! (C) Copyright 2000- ECMWF.
! (C) Copyright 2000- Meteo-France.
!
Expand All @@ -9,6 +8,7 @@
! nor does it submit to any jurisdiction.
!

#include "renames.inc"
SUBROUTINE GATH_GRID(PGPG,KPROMA,KFGATHG,KTO,KRESOL,PGP)

!**** *GATH_GRID* - Gather global gridpoint array from processors
Expand Down
2 changes: 1 addition & 1 deletion src/trans/external/gath_grid_32.F90
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#include "renames.inc"
! (C) Copyright 2000- ECMWF.
! (C) Copyright 2000- Meteo-France.
!
Expand All @@ -9,6 +8,7 @@
! nor does it submit to any jurisdiction.
!

#include "renames.inc"
SUBROUTINE GATH_GRID_32(PGPG,KPROMA,KFGATHG,KTO,KRESOL,PGP)

!**** *GATH_GRID_32* - Gather global gridpoint array from processors
Expand Down
2 changes: 1 addition & 1 deletion src/trans/external/gath_spec.F90
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#include "renames.inc"
! (C) Copyright 2000- ECMWF.
! (C) Copyright 2000- Meteo-France.
!
Expand All @@ -9,6 +8,7 @@
! nor does it submit to any jurisdiction.
!

#include "renames.inc"
SUBROUTINE GATH_SPEC(PSPECG,KFGATHG,KTO,KVSET,KRESOL,PSPEC,LDIM1_IS_FLD,KSMAX,LDZA0IP)

!**** *GATH_SPEC* - Gather global spectral array from processors
Expand Down
2 changes: 1 addition & 1 deletion src/trans/external/get_current.F90
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#include "renames.inc"
! (C) Copyright 2012- Meteo-France.
! (C) Copyright 2012- ECMWF.
!
Expand All @@ -9,6 +8,7 @@
! nor does it submit to any jurisdiction.
!

#include "renames.inc"
SUBROUTINE GET_CURRENT(KRESOL,LDLAM)

!**** *GET_CURRENT* - Extract current information from the transform package
Expand Down
2 changes: 1 addition & 1 deletion src/trans/external/gpnorm_trans.F90
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#include "renames.inc"
! (C) Copyright 2008- ECMWF.
! (C) Copyright 2008- Meteo-France.
!
Expand All @@ -9,6 +8,7 @@
! nor does it submit to any jurisdiction.
!

#include "renames.inc"
SUBROUTINE GPNORM_TRANS(PGP,KFIELDS,KPROMA,PAVE,PMIN,PMAX,LDAVE_ONLY,KRESOL)


Expand Down
2 changes: 1 addition & 1 deletion src/trans/external/ini_spec_dist.F90
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#include "renames.inc"
! (C) Copyright 2000- ECMWF.
! (C) Copyright 2000- Meteo-France.
!
Expand All @@ -9,6 +8,7 @@
! nor does it submit to any jurisdiction.
!

#include "renames.inc"
SUBROUTINE INI_SPEC_DIST(KSMAX,KTMAX,KPRTRW,KMYSETW,KASM0,KSPOLEGL,KPROCM,&
&KUMPP,KSPEC,KSPEC2,KSPEC2MX,KPOSSP,KMYMS,KPTRMS,KALLMS)

Expand Down
2 changes: 1 addition & 1 deletion src/trans/external/inv_trans.F90
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#include "renames.inc"
! (C) Copyright 2000- ECMWF.
! (C) Copyright 2000- Meteo-France.
!
Expand All @@ -8,6 +7,7 @@
! granted to it by virtue of its status as an intergovernmental organisation
! nor does it submit to any jurisdiction.
!
#include "renames.inc"
#ifndef INMODULE
SUBROUTINE INV_TRANS(PSPVOR,PSPDIV,PSPSCALAR,PSPSC3A,PSPSC3B,PSPSC2,&
& FSPGL_PROC,&
Expand Down
2 changes: 1 addition & 1 deletion src/trans/external/inv_transad.F90
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#include "renames.inc"
! (C) Copyright 2000- ECMWF.
! (C) Copyright 2000- Meteo-France.
!
Expand All @@ -9,6 +8,7 @@
! nor does it submit to any jurisdiction.
!

#include "renames.inc"
SUBROUTINE INV_TRANSAD(PSPVOR,PSPDIV,PSPSCALAR,PSPSC3A,PSPSC3B,PSPSC2,&
& FSPGL_PROC,&
& LDSCDERS,LDVORGP,LDDIVGP,LDUVDER,KPROMA,KVSETUV,KVSETSC,KRESOL,&
Expand Down
2 changes: 1 addition & 1 deletion src/trans/external/setup_trans.F90
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#include "renames.inc"
! (C) Copyright 2000- ECMWF.
! (C) Copyright 2000- Meteo-France.
!
Expand All @@ -8,6 +7,7 @@
! granted to it by virtue of its status as an intergovernmental organisation
! nor does it submit to any jurisdiction.
!
#include "renames.inc"
#ifndef INMODULE
SUBROUTINE SETUP_TRANS(KSMAX,KDGL,KDLON,KLOEN,LDSPLIT,PSTRET,&
&KTMAX,KRESOL,PWEIGHT,LDGRIDONLY,LDUSERPNM,LDKEEPRPNM,LDUSEFLT,&
Expand Down
2 changes: 1 addition & 1 deletion src/trans/external/setup_trans0.F90
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#include "renames.inc"
! (C) Copyright 2000- ECMWF.
! (C) Copyright 2000- Meteo-France.
!
Expand All @@ -9,6 +8,7 @@
! nor does it submit to any jurisdiction.
!

#include "renames.inc"
#ifndef INMODULE
SUBROUTINE SETUP_TRANS0(KOUT,KERR,KPRINTLEV,KMAX_RESOL,KPROMATR,&
& KPRGPNS,KPRGPEW,KPRTRW,KCOMBFLEN,&
Expand Down
2 changes: 1 addition & 1 deletion src/trans/external/specnorm.F90
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#include "renames.inc"
! (C) Copyright 2000- ECMWF.
! (C) Copyright 2000- Meteo-France.
!
Expand All @@ -9,6 +8,7 @@
! nor does it submit to any jurisdiction.
!

#include "renames.inc"
#ifndef INMODULE
SUBROUTINE SPECNORM(PNORM,PSPEC,KVSET,KMASTER,KRESOL,PMET)
#else
Expand Down
2 changes: 1 addition & 1 deletion src/trans/external/sugawc.F90
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#include "renames.inc"
! (C) Copyright 2000- ECMWF.
! (C) Copyright 2000- Meteo-France.
!
Expand All @@ -9,6 +8,7 @@
! nor does it submit to any jurisdiction.
!

#include "renames.inc"
SUBROUTINE SUGAWC(KDGLG,PMU,PW)

!**** *SUGAWC* - Compute Gaussian latitudes and weights
Expand Down
2 changes: 1 addition & 1 deletion src/trans/external/trans_end.F90
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#include "renames.inc"
! (C) Copyright 2000- ECMWF.
! (C) Copyright 2000- Meteo-France.
!
Expand All @@ -9,6 +8,7 @@
! nor does it submit to any jurisdiction.
!

#include "renames.inc"
SUBROUTINE TRANS_END(CDMODE)

!**** *TRANS_END* - Terminate transform package
Expand Down
2 changes: 1 addition & 1 deletion src/trans/external/trans_inq.F90
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#include "renames.inc"
! (C) Copyright 2000- ECMWF.
! (C) Copyright 2000- Meteo-France.
!
Expand All @@ -9,6 +8,7 @@
! nor does it submit to any jurisdiction.
!

#include "renames.inc"
#ifndef INMODULE
SUBROUTINE TRANS_INQ(KRESOL,KSPEC,KSPEC2,KSPEC2G,KSPEC2MX,KNUMP,&
&KGPTOT,KGPTOTG,KGPTOTMX,KGPTOTL,&
Expand Down
2 changes: 1 addition & 1 deletion src/trans/external/trans_pnm.F90
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#include "renames.inc"
! (C) Copyright 2000- ECMWF.
! (C) Copyright 2000- Meteo-France.
!
Expand All @@ -9,6 +8,7 @@
! nor does it submit to any jurisdiction.
!

#include "renames.inc"
SUBROUTINE TRANS_PNM(KRESOL,KM,PRPNM,LDTRANSPOSE,LDCHEAP)

!**** *TRANS_PNM* - Compute Legendre polynomials for a given wavenember
Expand Down
2 changes: 1 addition & 1 deletion src/trans/external/trans_release.F90
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#include "renames.inc"
! (C) Copyright 2000- ECMWF.
! (C) Copyright 2000- Meteo-France.
!
Expand All @@ -9,6 +8,7 @@
! nor does it submit to any jurisdiction.
!

#include "renames.inc"
SUBROUTINE TRANS_RELEASE(KRESOL)

!**** *TRANS_RELEASE* - release a spectral resolution
Expand Down
2 changes: 1 addition & 1 deletion src/trans/external/vordiv_to_uv.F90
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#include "renames.inc"
! (C) Copyright 2015- ECMWF.
! (C) Copyright 2015- Meteo-France.
!
Expand All @@ -9,6 +8,7 @@
! nor does it submit to any jurisdiction.
!

#include "renames.inc"
SUBROUTINE VORDIV_TO_UV(PSPVOR,PSPDIV,PSPU,PSPV,KSMAX,KVSETUV)

!**** *VORDIV_TO_UV* - Convert spectral vorticity and divergence to spectral U (u*cos(theta)) and V (v*cos(theta).
Expand Down

0 comments on commit c5b733f

Please sign in to comment.