Skip to content
Snippets Groups Projects
Commit b00247f3 authored by Bing Gong's avatar Bing Gong
Browse files

add meta_postprocess_era5_template.sh

parent 28cca10c
Branches
Tags
No related merge requests found
Pipeline #92853 failed
#!/bin/bash -x
#User's input : your virtual enviornment name
VIRT_ENV_NAME=venv_test
echo "Activating virtual environment..."
source ../virtual_envs/${VIRT_ENV_NAME}/bin/activate
#the source directory contains the tfrecords
root_dir=/home/b.gong/
analysis_config=../meta_postprocess_config/meta_config.json
vim ${analysis_config}
metric=mse
exp_id=test
#enable_skill_scores=""
python ../main_scripts/main_meta_postprocess.py --root_dir ${root_dir} --analysis_config ${analysis_config} \
--metric ${metric} --exp_id ${exp_id} \
#--enable_skill_scores ${enable_skill_scores}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment