Skip to content
Snippets Groups Projects
Commit 0bca800b authored by Michael Langguth's avatar Michael Langguth
Browse files

Adapted .gitignore-file

parent 6478a884
No related branches found
No related tags found
No related merge requests found
...@@ -122,8 +122,8 @@ virt_env*/ ...@@ -122,8 +122,8 @@ virt_env*/
**/era5_size_64_64_3_3t_norm **/era5_size_64_64_3_3t_norm
# Ignore (Batch) runscripts # Ignore (Batch) runscripts
HPC_scripts/ HPC_scripts/*.sh
!HPC_scripts/*_template.sh !HPC_scripts/*_template.sh
Zam347_scripts/ Zam347_scripts/*.sh
!Zam347_scripts/*_template.sh !Zam347_scripts/*_template.sh
...@@ -13,6 +13,11 @@ ...@@ -13,6 +13,11 @@
#SBATCH --mail-user=s.stadtler@fz-juelich.de #SBATCH --mail-user=s.stadtler@fz-juelich.de
##jutil env activate -p cjjsc42 ##jutil env activate -p cjjsc42
######### Template identifier (don't remove) #########
echo "Do not run the template scripts"
exit 99
######### Template identifier (don't remove) #########
# Name of virtual environment # Name of virtual environment
VIRT_ENV_NAME="vp" VIRT_ENV_NAME="vp"
......
...@@ -13,6 +13,10 @@ ...@@ -13,6 +13,10 @@
#SBATCH --mail-user=b.gong@fz-juelich.de #SBATCH --mail-user=b.gong@fz-juelich.de
##jutil env activate -p cjjsc42 ##jutil env activate -p cjjsc42
######### Template identifier (don't remove) #########
echo "Do not run the template scripts"
exit 99
######### Template identifier (don't remove) #########
# Name of virtual environment # Name of virtual environment
VIRT_ENV_NAME="vp" VIRT_ENV_NAME="vp"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment