Skip to content

Commit

Permalink
Add bred vector calculation
Browse files Browse the repository at this point in the history
  • Loading branch information
cd10kfsu committed Aug 23, 2023
1 parent 698276e commit 93da207
Show file tree
Hide file tree
Showing 5 changed files with 1,649 additions and 0 deletions.
5 changes: 5 additions & 0 deletions compile_bv.bsh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash -xe

rm -f *.mod
gfortran -O2 mod_type.f90 mod_rnorm.f90 mod_lorenz63_fwd.f90 test_bv.f90 -o test_bv.x
gfortran -O2 mod_type.f90 mod_rnorm.f90 mod_lorenz63_fwd.f90 test_bv_gsr.f90 -o test_bv_gsr.x
Loading

0 comments on commit 93da207

Please sign in to comment.