Opened 8 years ago
Closed 8 years ago
#150 closed Defect (fixed)
Correct minor issues in grib2nc4 code and makefile
Reported by: | donaldjmorton | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | FP other | Version: | FLEXPART 9.3 |
Keywords: | Cc: | deliona.arnold@… |
Description
In fp2nc4io_mod.F90, the following construct will work in gfortran v4.8.4, but in v4.4.7, the DIMENSION statement needs a specific value
CHARACTER, DIMENSION(*), PARAMETER :: VALID_VARS = & & (/ 't', 'u', 'v', 'w', 'q', & & 'T', 'U', 'V', 'W', 'Q' /)
In the Makefile, I need to add the GRIBAPI dynamic libs for the make test
In the Makefile, as long as I'm doing the above, I will add in some commented out variable assignments for
- Paths in CTBTO system
- Commands and comments for creating static binaries
Change History (3)
comment:1 Changed 8 years ago by donaldjmorton
comment:2 Changed 8 years ago by donaldjmorton
This task is complete. I decided not to add CTBTO paths to the Makefile, but I did make the DIMENSION change and added lines for use of static libs.
I apparently have no permission to alter the status of this ticket, so whoever stumbles across this ticket in the future, and has appropriate authority, may feel safe in closing this out.
comment:3 Changed 8 years ago by pesei
- Resolution set to fixed
- Status changed from new to closed
fixed by Don.
Note: See
TracTickets for help on using
tickets.
This work will be done in a temporary branch, djmdev, from the FPv9.3.1 branch, then merged in to FPv9.3.1 when completed.