Troubled gcm_quickplot.csh
@lltakacs is already working on this.
Since Mar 15, 2021.
- Dominant language
- Fortran
- Stars
- 8
- Forks
- 3
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 6
Description
We talked about this a long time ago: the GEOSUtil/plot programs cannot point to the src, they must be installed.
Presently, the program gcm_quickplot.csh that falls under the monthly_plots directory has the following command line for quickplot:
$GEOSUTIL/plots/quickplot $PLOT_COMMAND
where the peanut gcm_plotX.j jobs define GEOSUTIL as
setenv GEOSUTIL /discover/nobackup/projects/gmao/advda/rtodling/4OPS/dasGit5271p2/GEOSadas/src
The above seems to be an incorrect definition of GEOSUTIL
in this context the correct path would be:
setenv GEOSUTIL /discover/nobackup/projects/gmao/advda/rtodling/4OPS/dasGit5271p2/GEOSadas/install/plots
but this would break in a CVS checkout version of ADAS.
There is some entanglement here that I think the model group may already have stumbled and have fixes for ...
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.