Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fvsetup: define $ARCHIVE in fstats_run job script #185

Open
gmao-jstassi opened this issue Jun 3, 2022 · 1 comment
Open

fvsetup: define $ARCHIVE in fstats_run job script #185

gmao-jstassi opened this issue Jun 3, 2022 · 1 comment

Comments

@gmao-jstassi
Copy link
Contributor

If the forecast statistics need to be rerun after a job has completed and the experiment is using a non-default $ARCHIVE location, then the fstats_run job script will not be successful unless ARCHIVE is set properly in the window environment that runs the job. To avoid this problem, fvsetup will be modified to define the ARCHIVE variable within the fstats_run script.

@gmao-jstassi
Copy link
Contributor Author

An unrelated update needed in fvsetup is a needed syntax correction, as pointed out by Meta S.

         cat \$PBS_NODEFILE | tail +2 > \$FVWORK/GCM_list

needs to be changed to

         cat \$PBS_NODEFILE | tail -n +2 > \$FVWORK/GCM_list

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant