Skip to content

Commit

Permalink
working on intel workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Jul 23, 2024
1 parent 35fb204 commit e324c2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/t3.F90
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ program t3
allocate(paramset(paramset_count)%param(param_count)%scale_fact_fixed_sfc1(nlvl))
allocate(paramset(paramset_count)%param(param_count)%scale_fact_fixed_sfc2(nlvl))
allocate(paramset(paramset_count)%param(param_count)%scale(1))
allocate(paramset(paramset_count)%param(param_count)%level(nlvl))
pset = paramset(1)
paramset(1)%param(1)%pname = 'TMP'
call gribit2(post_fname)
Expand Down

0 comments on commit e324c2b

Please sign in to comment.