Hi all,
I am trying to compile "PREP‐CHEM‐SRC 1.8.3 Beta". After editing "include.mk.gfortran.wrf" , I used the below code to compile it :
make OPT=gfortran.wrf CHEM=RADM_WRF_FIM AER=SIMPLE
However, I faced errors (paste them below). How can I remove the error. Please kindly help me to remove the issue.
Best wishes,
*********************************************************************************************************************************************************************************************
cp -f ../../aux_src/wps/constants_module.F constants_module.F
gfortran -c -Xpreprocessor -DRADM_WRF_FIM -O2 -fconvert=big-endian -frecord-marker=4 -I../../aux_src/utils/include -I/backup2/seti/setii/wrf-chem/LIBRARIES/netcdf/include -I/backup2/seti/setii/wrf-chem/LIBRARIES/hdf5/include constants_module.F
constants_module.F:6:1:
6 | module constants_module
| 1
Error: Non-numeric character in statement label at (1)
constants_module.F:8:4:
8 | real, parameter :: PI = 3.141592653589793
| 1
Error: Non-numeric character in statement label at (1)
constants_module.F:9:4:
9 | real, parameter :: OMEGA_E = 7.292e-5 ! Angular rotation rate of the earth
| 1
Error: Non-numeric character in statement label at (1)
constants_module.F:11:4:
11 | real, parameter :: DEG_PER_RAD = 180./PI
| 1
Error: Non-numeric character in statement label at (1)
constants_module.F:12:4:
12 | real, parameter :: RAD_PER_DEG = PI/180.
| 1
Error: Non-numeric character in statement label at (1)
constants_module.F:16:4:
16 | real, parameter :: A_WGS84 = 6378137.
| 1
Error: Non-numeric character in statement label at (1)
constants_module.F:17:4:
17 | real, parameter :: B_WGS84 = 6356752.314
| 1
Error: Non-numeric character in statement label at (1)
constants_module.F:18:4:
18 | real, parameter :: RE_WGS84 = A_WGS84
| 1
Error: Non-numeric character in statement label at (1)
constants_module.F:19:4:
19 | real, parameter :: E_WGS84 = 0.081819192
| 1
Error: Non-numeric character in statement label at (1)
constants_module.F:21:4:
21 | real, parameter :: A_NAD83 = 6378137.
| 1
Error: Non-numeric character in statement label at (1)
constants_module.F:22:4:
22 | real, parameter :: RE_NAD83 = A_NAD83
| 1
Error: Non-numeric character in statement label at (1)
constants_module.F:23:4:
23 | real, parameter :: E_NAD83 = 0.0818187034
| 1
Error: Non-numeric character in statement label at (1)
constants_module.F:25:4:
25 | real, parameter :: EARTH_RADIUS_M = 6370000. ! same as MM5 system
| 1
Error: Non-numeric character in statement label at (1)
constants_module.F:26:4:
26 | real, parameter :: EARTH_CIRC_M = 2.*PI*EARTH_RADIUS_M
| 1
Error: Non-numeric character in statement label at (1)
constants_module.F:28:1:
28 | end module constants_module
| 1
Error: Non-numeric character in statement label at (1)
make: *** [depend_prepsrc.mk:5: constants_module.o] Error 1
seti@HPC-Main build]$
I am trying to compile "PREP‐CHEM‐SRC 1.8.3 Beta". After editing "include.mk.gfortran.wrf" , I used the below code to compile it :
make OPT=gfortran.wrf CHEM=RADM_WRF_FIM AER=SIMPLE
However, I faced errors (paste them below). How can I remove the error. Please kindly help me to remove the issue.
Best wishes,
*********************************************************************************************************************************************************************************************
cp -f ../../aux_src/wps/constants_module.F constants_module.F
gfortran -c -Xpreprocessor -DRADM_WRF_FIM -O2 -fconvert=big-endian -frecord-marker=4 -I../../aux_src/utils/include -I/backup2/seti/setii/wrf-chem/LIBRARIES/netcdf/include -I/backup2/seti/setii/wrf-chem/LIBRARIES/hdf5/include constants_module.F
constants_module.F:6:1:
6 | module constants_module
| 1
Error: Non-numeric character in statement label at (1)
constants_module.F:8:4:
8 | real, parameter :: PI = 3.141592653589793
| 1
Error: Non-numeric character in statement label at (1)
constants_module.F:9:4:
9 | real, parameter :: OMEGA_E = 7.292e-5 ! Angular rotation rate of the earth
| 1
Error: Non-numeric character in statement label at (1)
constants_module.F:11:4:
11 | real, parameter :: DEG_PER_RAD = 180./PI
| 1
Error: Non-numeric character in statement label at (1)
constants_module.F:12:4:
12 | real, parameter :: RAD_PER_DEG = PI/180.
| 1
Error: Non-numeric character in statement label at (1)
constants_module.F:16:4:
16 | real, parameter :: A_WGS84 = 6378137.
| 1
Error: Non-numeric character in statement label at (1)
constants_module.F:17:4:
17 | real, parameter :: B_WGS84 = 6356752.314
| 1
Error: Non-numeric character in statement label at (1)
constants_module.F:18:4:
18 | real, parameter :: RE_WGS84 = A_WGS84
| 1
Error: Non-numeric character in statement label at (1)
constants_module.F:19:4:
19 | real, parameter :: E_WGS84 = 0.081819192
| 1
Error: Non-numeric character in statement label at (1)
constants_module.F:21:4:
21 | real, parameter :: A_NAD83 = 6378137.
| 1
Error: Non-numeric character in statement label at (1)
constants_module.F:22:4:
22 | real, parameter :: RE_NAD83 = A_NAD83
| 1
Error: Non-numeric character in statement label at (1)
constants_module.F:23:4:
23 | real, parameter :: E_NAD83 = 0.0818187034
| 1
Error: Non-numeric character in statement label at (1)
constants_module.F:25:4:
25 | real, parameter :: EARTH_RADIUS_M = 6370000. ! same as MM5 system
| 1
Error: Non-numeric character in statement label at (1)
constants_module.F:26:4:
26 | real, parameter :: EARTH_CIRC_M = 2.*PI*EARTH_RADIUS_M
| 1
Error: Non-numeric character in statement label at (1)
constants_module.F:28:1:
28 | end module constants_module
| 1
Error: Non-numeric character in statement label at (1)
make: *** [depend_prepsrc.mk:5: constants_module.o] Error 1
seti@HPC-Main build]$