Skip to content

Commit

Permalink
change Orion to orion in backend
Browse files Browse the repository at this point in the history
remove duplicate print lines from ice_transport_driver
  • Loading branch information
DeniseWorthen committed Jul 7, 2020
1 parent 4e8cc79 commit 8ff4ee0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions cicecore/cicedynB/dynamics/ice_transport_driver.F90
Original file line number Diff line number Diff line change
Expand Up @@ -204,12 +204,6 @@ subroutine init_transport
if (nt-k==nt_isoice) &
write(nu_diag,1000) 'nt_isoice ',nt,depend(nt),tracer_type(nt),&
has_dependents(nt)
if (nt-k==nt_isosno) &
write(nu_diag,*) 'nt_isosno',nt,depend(nt),tracer_type(nt),&
has_dependents(nt)
if (nt-k==nt_isoice) &
write(nu_diag,*) 'nt_isoice',nt,depend(nt),tracer_type(nt),&
has_dependents(nt)
if (nt-k==nt_bgc_Nit) &
write(nu_diag,1000) 'nt_bgc_Nit ',nt,depend(nt),tracer_type(nt),&
has_dependents(nt)
Expand Down
2 changes: 1 addition & 1 deletion configuration/scripts/forapps/ufs/comp_ice.backend.libcice
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ setenv THRD no # set to yes for OpenMP threading

if (${SITE} =~ cheyenne*) then
setenv ARCH cheyenne_intel
else if (${SITE} =~ Orion*) then
else if (${SITE} =~ orion*) then
setenv ARCH orion_intel
else if (${SITE} =~ hera*) then
setenv ARCH hera_intel
Expand Down

0 comments on commit 8ff4ee0

Please sign in to comment.