Skip to content

Commit

Permalink
fixed warning
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Apr 16, 2024
1 parent 6ce56f7 commit 5893397
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/developer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
cd g2tmpl
mkdir build
cd build
cmake -DENABLE_DOCS=ON -DCMAKE_C_FLAGS="-g -fprofile-abs-path -fprofile-arcs -ftest-coverage -O0 -fsanitize=address -Wall -Werror" -DCMAKE_Fortran_FLAGS="-g -fprofile-abs-path -fprofile-arcs -ftest-coverage -O0 -fsanitize=address -Wall" -DCMAKE_BUILD_TYPE=Debug ..
cmake -DENABLE_DOCS=ON -DCMAKE_C_FLAGS="-g -fprofile-abs-path -fprofile-arcs -ftest-coverage -O0 -fsanitize=address -Wall -Werror" -DCMAKE_Fortran_FLAGS="-g -fprofile-abs-path -fprofile-arcs -ftest-coverage -O0 -fsanitize=address -Wall -Werror" -DCMAKE_BUILD_TYPE=Debug ..
make -j2 VERBOSE=1
- name: test
Expand Down
4 changes: 2 additions & 2 deletions tests/test_g2tmpl_pdt4_12.F90
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ Program test_g2tmpl_pdt4_12
integer(4) :: year_intvl,mon_intvl,day_intvl,hour_intvl,min_intvl, &
sec_intvl,num_time_range,stat_miss_val, &
leng_time_range_stat,time_inc_betwn_succ_fld
integer(4) :: perturb_num, num_fcst_ens
integer(4) :: num_fcst_ens
!
character(len=80) :: typ_gen_proc_key,gen_proc_or_mod_key, &
unit_of_time_key,lvl_type1,lvl_type2, &
type_of_stat_proc,type_of_time_inc, &
stat_unit_time_key,stat_unit_time_key_succ, &
type_derive_fcst_key
!
integer(4) :: bckgnd_gen_proc_id ! defined by the center
!integer(4) :: bckgnd_gen_proc_id ! defined by the center
!

integer(4) :: ipdstmpl12_old(31)=(/0, 4, 4, 0, 107, 0, 0, 1, 6, &
Expand Down

0 comments on commit 5893397

Please sign in to comment.