Skip to content

Commit

Permalink
Izumi updates (#321)
Browse files Browse the repository at this point in the history
* Update compilers on izumi

* Bug fix for initializing vin0new
  • Loading branch information
dabail10 authored Jun 5, 2020
1 parent 09a5e19 commit fdc7479
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion columnphysics/icepack_therm_itd.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1467,6 +1467,7 @@ subroutine add_new_ice (ncat, nilyr, &
d_an_latg(:) = c0
d_an_tot(:) = c0
d_an_newi(:) = c0
vin0new(:) = c0

if (tr_fsd) then
d_afsd_latg(:) = c0 ! diagnostics
Expand Down Expand Up @@ -1635,7 +1636,6 @@ subroutine add_new_ice (ncat, nilyr, &
endif ! aice0 > puny

! volume added to each category from lateral growth
vin0new(:) = c0
do n = 1, ncat
if (aicen(n) > c0) vin0new(n) = d_an_latg(n) * vicen(n)/aicen(n)
end do
Expand Down
2 changes: 1 addition & 1 deletion configuration/scripts/machines/env.izumi_gnu
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source /usr/share/Modules/init/csh

module purge
module load compiler/gnu/8.2.0
module load compiler/gnu/9.3.0

setenv OMP_STACKSIZE 64M

Expand Down
2 changes: 1 addition & 1 deletion configuration/scripts/machines/env.izumi_intel
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source /usr/share/Modules/init/csh

module purge
module load compiler/intel/19.0.2
module load compiler/intel/20.0.1

setenv OMP_STACKSIZE 64M

Expand Down
2 changes: 1 addition & 1 deletion configuration/scripts/machines/env.izumi_nag
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source /usr/share/Modules/init/csh

module purge
module load compiler/nag/6.2
module load compiler/nag/6.2-8.1.0

setenv OMP_STACKSIZE 64M

Expand Down
2 changes: 1 addition & 1 deletion configuration/scripts/machines/env.izumi_pgi
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source /usr/share/Modules/init/csh

module purge
module load compiler/pgi/18.10
module load compiler/pgi/20.1

setenv OMP_STACKSIZE 64M

Expand Down

0 comments on commit fdc7479

Please sign in to comment.