Skip to content

Commit 0b02804

Browse files
committed
Cleanup of the file header information section since it is not used
1 parent 1d0dcc4 commit 0b02804

File tree

131 files changed

+6
-2632
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

131 files changed

+6
-2632
lines changed

src/CPL/CLM_cpl/clm_drv_HYDRO.F

+5-28
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,5 @@
1-
!2345678
2-
! Program Name:
3-
! Author(s)/Contact(s):
4-
! Abstract:
5-
! History Log:
6-
! <brief list of changes to this source file>
7-
!
8-
! Usage:
9-
! Parameters: <Specify typical arguments passed>
10-
! Input Files:
11-
! <list file names and briefly describe the data they include>
12-
! Output Files:
13-
! <list file names and briefly describe the information they
14-
! include>
15-
!
16-
! Condition codes:
17-
! <list exit condition or error codes returned >
18-
! If appropriate, descriptive troubleshooting instructions or
19-
! likely causes for failures could be mentioned here with the
20-
! appropriate error code
21-
!
22-
! User controllable options: <if applicable>
23-
24-
subroutine clm_drv_HYDRO()
25-
use module_clm_HYDRO, only: clm_cpl_HYDRO
26-
implicit none
27-
call clm_cpl_HYDRO()
28-
end subroutine clm_drv_HYDRO
1+
subroutine clm_drv_HYDRO()
2+
use module_clm_HYDRO, only: clm_cpl_HYDRO
3+
implicit none
4+
call clm_cpl_HYDRO()
5+
end subroutine clm_drv_HYDRO

src/CPL/CLM_cpl/module_clm_HYDRO.F

-20
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,3 @@
1-
! Program Name:
2-
! Author(s)/Contact(s):
3-
! Abstract:
4-
! History Log:
5-
! <brief list of changes to this source file>
6-
!
7-
! Usage:
8-
! Parameters: <Specify typical arguments passed>
9-
! Input Files:
10-
! <list file names and briefly describe the data they include>
11-
! Output Files:
12-
! <list file names and briefly describe the information they include>
13-
!
14-
! Condition codes:
15-
! <list exit condition or error codes returned >
16-
! If appropriate, descriptive troubleshooting instructions or
17-
! likely causes for failures could be mentioned here with the
18-
! appropriate error code
19-
!
20-
! User controllable options: <if applicable>
211

222
module module_CLM_HYDRO
233
use domainMod , only : ldomain

src/CPL/LIS_cpl/lis_drv_HYDRO.F

-20
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,3 @@
1-
! Program Name:
2-
! Author(s)/Contact(s):
3-
! Abstract:
4-
! History Log:
5-
! <brief list of changes to this source file>
6-
!
7-
! Usage:
8-
! Parameters: <Specify typical arguments passed>
9-
! Input Files:
10-
! <list file names and briefly describe the data they include>
11-
! Output Files:
12-
! <list file names and briefly describe the information they include>
13-
!
14-
! Condition codes:
15-
! <list exit condition or error codes returned >
16-
! If appropriate, descriptive troubleshooting instructions or
17-
! likely causes for failures could be mentioned here with the
18-
! appropriate error code
19-
!
20-
! User controllable options: <if applicable>
211

222
!2345678
233
subroutine lis_drv_HYDRO(n)

src/CPL/LIS_cpl/module_lis_HYDRO.F

-20
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,3 @@
1-
! Program Name:
2-
! Author(s)/Contact(s):
3-
! Abstract:
4-
! History Log:
5-
! <brief list of changes to this source file>
6-
!
7-
! Usage:
8-
! Parameters: <Specify typical arguments passed>
9-
! Input Files:
10-
! <list file names and briefly describe the data they include>
11-
! Output Files:
12-
! <list file names and briefly describe the information they include>
13-
!
14-
! Condition codes:
15-
! <list exit condition or error codes returned >
16-
! If appropriate, descriptive troubleshooting instructions or
17-
! likely causes for failures could be mentioned here with the
18-
! appropriate error code
19-
!
20-
! User controllable options: <if applicable>
211

222
module module_lis_HYDRO
233
use noah271_lsmMod, only : noah271_struc

src/CPL/NoahMP_cpl/hrldas_drv_HYDRO.F

-20
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,3 @@
1-
! Program Name:
2-
! Author(s)/Contact(s):
3-
! Abstract:
4-
! History Log:
5-
! <brief list of changes to this source file>
6-
!
7-
! Usage:
8-
! Parameters: <Specify typical arguments passed>
9-
! Input Files:
10-
! <list file names and briefly describe the data they include>
11-
! Output Files:
12-
! <list file names and briefly describe the information they include>
13-
!
14-
! Condition codes:
15-
! <list exit condition or error codes returned >
16-
! If appropriate, descriptive troubleshooting instructions or
17-
! likely causes for failures could be mentioned here with the
18-
! appropriate error code
19-
!
20-
! User controllable options: <if applicable>
211

222
!2345678
233

src/CPL/NoahMP_cpl/module_hrldas_HYDRO.F

-20
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,3 @@
1-
! Program Name:
2-
! Author(s)/Contact(s):
3-
! Abstract:
4-
! History Log:
5-
! <brief list of changes to this source file>
6-
!
7-
! Usage:
8-
! Parameters: <Specify typical arguments passed>
9-
! Input Files:
10-
! <list file names and briefly describe the data they include>
11-
! Output Files:
12-
! <list file names and briefly describe the information they include>
13-
!
14-
! Condition codes:
15-
! <list exit condition or error codes returned >
16-
! If appropriate, descriptive troubleshooting instructions or
17-
! likely causes for failures could be mentioned here with the
18-
! appropriate error code
19-
!
20-
! User controllable options: <if applicable>
211

222
module module_HRLDAS_HYDRO
233

src/CPL/Noah_cpl/hrldas_drv_HYDRO.F

-20
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,3 @@
1-
! Program Name:
2-
! Author(s)/Contact(s):
3-
! Abstract:
4-
! History Log:
5-
! <brief list of changes to this source file>
6-
!
7-
! Usage:
8-
! Parameters: <Specify typical arguments passed>
9-
! Input Files:
10-
! <list file names and briefly describe the data they include>
11-
! Output Files:
12-
! <list file names and briefly describe the information they include>
13-
!
14-
! Condition codes:
15-
! <list exit condition or error codes returned >
16-
! If appropriate, descriptive troubleshooting instructions or
17-
! likely causes for failures could be mentioned here with the
18-
! appropriate error code
19-
!
20-
! User controllable options: <if applicable>
211

222
!2345678
233
subroutine hrldas_drv_HYDRO(STC,SMC,SH2OX,infxsrt,sfcheadrt,soldrain,ii,jj,kk, qsgw)

src/CPL/Noah_cpl/module_hrldas_HYDRO.F

-20
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,3 @@
1-
! Program Name:
2-
! Author(s)/Contact(s):
3-
! Abstract:
4-
! History Log:
5-
! <brief list of changes to this source file>
6-
!
7-
! Usage:
8-
! Parameters: <Specify typical arguments passed>
9-
! Input Files:
10-
! <list file names and briefly describe the data they include>
11-
! Output Files:
12-
! <list file names and briefly describe the information they include>
13-
!
14-
! Condition codes:
15-
! <list exit condition or error codes returned >
16-
! If appropriate, descriptive troubleshooting instructions or
17-
! likely causes for failures could be mentioned here with the
18-
! appropriate error code
19-
!
20-
! User controllable options: <if applicable>
211

222
module module_HRLDAS_HYDRO
233

src/CPL/WRF_cpl/module_wrf_HYDRO.F

-20
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,3 @@
1-
! Program Name:
2-
! Author(s)/Contact(s):
3-
! Abstract:
4-
! History Log:
5-
! <brief list of changes to this source file>
6-
!
7-
! Usage:
8-
! Parameters: <Specify typical arguments passed>
9-
! Input Files:
10-
! <list file names and briefly describe the data they include>
11-
! Output Files:
12-
! <list file names and briefly describe the information they include>
13-
!
14-
! Condition codes:
15-
! <list exit condition or error codes returned >
16-
! If appropriate, descriptive troubleshooting instructions or
17-
! likely causes for failures could be mentioned here with the
18-
! appropriate error code
19-
!
20-
! User controllable options: <if applicable>
211

222
module module_WRF_HYDRO
233

src/CPL/WRF_cpl/module_wrf_HYDRO_downscale.F

-20
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,3 @@
1-
! Program Name:
2-
! Author(s)/Contact(s):
3-
! Abstract:
4-
! History Log:
5-
! <brief list of changes to this source file>
6-
!
7-
! Usage:
8-
! Parameters: <Specify typical arguments passed>
9-
! Input Files:
10-
! <list file names and briefly describe the data they include>
11-
! Output Files:
12-
! <list file names and briefly describe the information they include>
13-
!
14-
! Condition codes:
15-
! <list exit condition or error codes returned >
16-
! If appropriate, descriptive troubleshooting instructions or
17-
! likely causes for failures could be mentioned here with the
18-
! appropriate error code
19-
!
20-
! User controllable options: <if applicable>
211

222
module module_WRF_HYDRO
233

src/CPL/WRF_cpl/wrf_drv_HYDRO.F

-20
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,3 @@
1-
! Program Name:
2-
! Author(s)/Contact(s):
3-
! Abstract:
4-
! History Log:
5-
! <brief list of changes to this source file>
6-
!
7-
! Usage:
8-
! Parameters: <Specify typical arguments passed>
9-
! Input Files:
10-
! <list file names and briefly describe the data they include>
11-
! Output Files:
12-
! <list file names and briefly describe the information they include>
13-
!
14-
! Condition codes:
15-
! <list exit condition or error codes returned >
16-
! If appropriate, descriptive troubleshooting instructions or
17-
! likely causes for failures could be mentioned here with the
18-
! appropriate error code
19-
!
20-
! User controllable options: <if applicable>
211

222
!2345678
233
!ywGW subroutine wrf_drv_HYDRO(HYDRO_dt,grid, config_flags, its,ite,jts,jte)

src/Data_Rec/module_RT_data.F

-20
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,3 @@
1-
! Program Name:
2-
! Author(s)/Contact(s):
3-
! Abstract:
4-
! History Log:
5-
!
6-
! Usage:
7-
! Parameters: <Specify typical arguments passed>
8-
! Input Files:
9-
! <list file names and briefly describe the data they include>
10-
! Output Files:
11-
! <list file names and briefly describe the information they include>
12-
!
13-
! Condition codes:
14-
! <list exit condition or error codes returned >
15-
! If appropriate, descriptive troubleshooting instructions or
16-
! likely causes for failures could be mentioned here with the
17-
! appropriate error code
18-
!
19-
! User controllable options: <if applicable>
20-
211
Module module_RT_data
222
use module_rt_inc, only: rt_field
233
implicit none

src/Data_Rec/module_gw_gw2d_data.F

-20
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,3 @@
1-
! Program Name:
2-
! Author(s)/Contact(s):
3-
! Abstract:
4-
! History Log:
5-
! <brief list of changes to this source file>
6-
!
7-
! Usage:
8-
! Parameters: <Specify typical arguments passed>
9-
! Input Files:
10-
! <list file names and briefly describe the data they include>
11-
! Output Files:
12-
! <list file names and briefly describe the information they include>
13-
!
14-
! Condition codes:
15-
! <list exit condition or error codes returned >
16-
! If appropriate, descriptive troubleshooting instructions or
17-
! likely causes for failures could be mentioned here with the
18-
! appropriate error code
19-
!
20-
! User controllable options: <if applicable>
211

222
module module_gw_gw2d_data
233
implicit none

src/Data_Rec/module_namelist.F

-20
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,3 @@
1-
! Program Name:
2-
! Author(s)/Contact(s):
3-
! Abstract:
4-
! History Log:
5-
!
6-
! Usage:
7-
! Parameters: <Specify typical arguments passed>
8-
! Input Files:
9-
! <list file names and briefly describe the data they include>
10-
! Output Files:
11-
! <list file names and briefly describe the information they include>
12-
!
13-
! Condition codes:
14-
! <list exit condition or error codes returned >
15-
! If appropriate, descriptive troubleshooting instructions or
16-
! likely causes for failures could be mentioned here with the
17-
! appropriate error code
18-
!
19-
! User controllable options: <if applicable>
20-
211
module module_namelist
222

233
#ifdef MPP_LAND

src/HYDRO_drv/module_HYDRO_drv.F

-20
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,3 @@
1-
! Program Name:
2-
! Author(s)/Contact(s):
3-
! Abstract:
4-
! History Log:
5-
!
6-
! Usage:
7-
! Parameters: <Specify typical arguments passed>
8-
! Input Files:
9-
! <list file names and briefly describe the data they include>
10-
! Output Files:
11-
! <list file names and briefly describe the information they include>
12-
!
13-
! Condition codes:
14-
! <list exit condition or error codes returned >
15-
! If appropriate, descriptive troubleshooting instructions or
16-
! likely causes for failures could be mentioned here with the
17-
! appropriate error code
18-
!
19-
! User controllable options: <if applicable>
20-
211
module module_HYDRO_drv
222
#ifdef MPP_LAND
233
use module_HYDRO_io, only: output_rt, mpp_output_chrt, mpp_output_lakes, mpp_output_chrtgrd, &

src/Land_models/Noah/GRAPHICS/HORIZ/kwm_date_utilities.F

-20
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,3 @@
1-
! Program Name:
2-
! Author(s)/Contact(s):
3-
! Abstract:
4-
! History Log:
5-
!
6-
! Usage:
7-
! Parameters: <Specify typical arguments passed>
8-
! Input Files:
9-
! <list file names and briefly describe the data they include>
10-
! Output Files:
11-
! <list file names and briefly describe the information they include>
12-
!
13-
! Condition codes:
14-
! <list exit condition or error codes returned >
15-
! If appropriate, descriptive troubleshooting instructions or
16-
! likely causes for failures could be mentioned here with the
17-
! appropriate error code
18-
!
19-
! User controllable options: <if applicable>
20-
211
module kwm_date_utilities
222
contains
233
subroutine geth_newdate (ndate, odate, idt)

0 commit comments

Comments
 (0)