Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
AMBS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
esde
machine-learning
AMBS
Commits
f32446fb
Commit
f32446fb
authored
2 years ago
by
gong1
Browse files
Options
Downloads
Patches
Plain Diff
add climt_fl argument into the visulize_postprocess_templatesh
parent
a503159a
No related branches found
No related tags found
No related merge requests found
Pipeline
#101965
passed
2 years ago
Stage: build
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
video_prediction_tools/HPC_scripts/visualize_postprocess_era5_template.sh
+3
-1
3 additions, 1 deletion
..._tools/HPC_scripts/visualize_postprocess_era5_template.sh
with
3 additions
and
1 deletion
video_prediction_tools/HPC_scripts/visualize_postprocess_era5_template.sh
+
3
−
1
View file @
f32446fb
...
@@ -46,6 +46,7 @@ module purge
...
@@ -46,6 +46,7 @@ module purge
# Note: source_dir is only needed for retrieving the base-directory
# Note: source_dir is only needed for retrieving the base-directory
checkpoint_dir
=
/my/trained/model/dir
checkpoint_dir
=
/my/trained/model/dir
results_dir
=
/my/results/dir
results_dir
=
/my/results/dir
clim_f
=
/my/climtology/netcdf_file
lquick
=
""
lquick
=
""
# run postprocessing/generation of model results including evaluation metrics
# run postprocessing/generation of model results including evaluation metrics
...
@@ -56,6 +57,7 @@ srun --mpi=pspmix --cpu-bind=none \
...
@@ -56,6 +57,7 @@ srun --mpi=pspmix --cpu-bind=none \
python3 ../main_scripts/main_visualize_postprocess.py
--checkpoint
${
checkpoint_dir
}
--mode
test
\
python3 ../main_scripts/main_visualize_postprocess.py
--checkpoint
${
checkpoint_dir
}
--mode
test
\
--results_dir
${
results_dir
}
--batch_size
4
\
--results_dir
${
results_dir
}
--batch_size
4
\
--num_stochastic_samples
1
${
lquick
}
\
--num_stochastic_samples
1
${
lquick
}
\
-clim_f
${
clim_f
}
\
>
postprocess_era5-out_all.
"
${
SLURM_JOB_ID
}
"
>
postprocess_era5-out_all.
"
${
SLURM_JOB_ID
}
"
# WITHOUT container usage, comment in the follwoing lines (and uncomment the lines above)
# WITHOUT container usage, comment in the follwoing lines (and uncomment the lines above)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment