Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
thopri
BoBEAS
Commits
868014cc
Commit
868014cc
authored
6 years ago
by
ashbre
Browse files
Options
Download
Email Patches
Plain Diff
Adding structure to namelists and fortran files and other small files
parent
ed6b5111
Changes
28
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
794 additions
and
0 deletions
+794
-0
NAMELISTS_AND_FORTRAN_FILES/f_files/tide_FES14.h90
NAMELISTS_AND_FORTRAN_FILES/f_files/tide_FES14.h90
+114
-0
NAMELISTS_AND_FORTRAN_FILES/f_files/tide_mod.F90
NAMELISTS_AND_FORTRAN_FILES/f_files/tide_mod.F90
+430
-0
NAMELISTS_AND_FORTRAN_FILES/f_files/tideini.F90
NAMELISTS_AND_FORTRAN_FILES/f_files/tideini.F90
+125
-0
NAMELISTS_AND_FORTRAN_FILES/p_files/scrip.patch
NAMELISTS_AND_FORTRAN_FILES/p_files/scrip.patch
+10
-0
NAMELISTS_AND_FORTRAN_FILES/p_files/scripgrid.patch
NAMELISTS_AND_FORTRAN_FILES/p_files/scripgrid.patch
+10
-0
NAMELISTS_AND_FORTRAN_FILES/p_files/scripinterp.patch
NAMELISTS_AND_FORTRAN_FILES/p_files/scripinterp.patch
+11
-0
NAMELISTS_AND_FORTRAN_FILES/p_files/scripinterp_mod.patch
NAMELISTS_AND_FORTRAN_FILES/p_files/scripinterp_mod.patch
+86
-0
NAMELISTS_AND_FORTRAN_FILES/p_files/scripshape.patch
NAMELISTS_AND_FORTRAN_FILES/p_files/scripshape.patch
+8
-0
No files found.
NAMELISTS_AND_FORTRAN_FILES/f_files/tide_FES14.h90
0 → 100755
View file @
868014cc
This diff is collapsed.
Click to expand it.
NAMELISTS_AND_FORTRAN_FILES/f_files/tide_mod.F90
0 → 100755
View file @
868014cc
This diff is collapsed.
Click to expand it.
NAMELISTS_AND_FORTRAN_FILES/f_files/tideini.F90
0 → 100755
View file @
868014cc
This diff is collapsed.
Click to expand it.
NAMELISTS_AND_FORTRAN_FILES/p_files/scrip.patch
0 → 100755
View file @
868014cc
--- scrip.F90 2015-10-21 14:48:33.000000000 +0100
+++ scrip_new.F90 2015-10-22 10:47:31.000000000 +0100
@@ -37,6 +37,7 @@
program scrip
!-----------------------------------------------------------------------
+#define ARGC
use kinds_mod ! module defining data types
use constants ! module for common constants
This diff is collapsed.
Click to expand it.
NAMELISTS_AND_FORTRAN_FILES/p_files/scripgrid.patch
0 → 100755
View file @
868014cc
--- scripgrid.F90 2015-10-21 14:48:33.000000000 +0100
+++ scripgrid_new.F90 2015-10-22 10:47:41.000000000 +0100
@@ -1,6 +1,7 @@
! ==============================================================================
PROGRAM scripgrid
+#define ARGC
USE scripgrid_mod
This diff is collapsed.
Click to expand it.
NAMELISTS_AND_FORTRAN_FILES/p_files/scripinterp.patch
0 → 100755
View file @
868014cc
--- scripinterp.F90 2015-10-22 10:38:46.000000000 +0100
+++ scripinterp_new.F90 2015-10-22 10:38:17.000000000 +0100
@@ -2,6 +2,8 @@
program scripinterp
+#define ARGC
+
use scripinterp_mod
character (char_len) :: nm_in
This diff is collapsed.
Click to expand it.
NAMELISTS_AND_FORTRAN_FILES/p_files/scripinterp_mod.patch
0 → 100755
View file @
868014cc
This diff is collapsed.
Click to expand it.
NAMELISTS_AND_FORTRAN_FILES/p_files/scripshape.patch
0 → 100755
View file @
868014cc
--- scripshape.F90 2015-10-21 14:48:33.000000000 +0100
+++ scripshape_new.F90 2015-10-22 10:47:51.000000000 +0100
@@ -1,4 +1,5 @@
PROGRAM scripshape
+#define ARGC
!
! program to take output from the SCRIP weights generator
! and rearrange the data into a series of 2D fields suitable
This diff is collapsed.
Click to expand it.
Prev
1
2
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment