Skip to content

Commit

Permalink
write stream_taxmode to log. typo in ice_prescribed_mod.F90.
Browse files Browse the repository at this point in the history
  • Loading branch information
NickSzapiro-NOAA authored May 2, 2024
1 parent 446bc5c commit 444b1a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cicecore/drivers/nuopc/cmeps/ice_prescribed_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ subroutine ice_prescribed_init(gcomp, clock, mesh, rc)
stream_meshfile = ' '
stream_datafiles(:) = ' '
stream_mapalgo = 'bilinear'
stream_mapalgo = 'cycle'
stream_taxmode = 'cycle'

! read namelist on master task
if (my_task == master_task) then
Expand Down Expand Up @@ -162,6 +162,7 @@ subroutine ice_prescribed_init(gcomp, clock, mesh, rc)
write(nu_diag,F00) ' stream_meshfile = ',trim(stream_meshfile)
write(nu_diag,F00) ' stream_varname = ',trim(stream_varname)
write(nu_diag,F00) ' stream_mapalgo = ',trim(stream_mapalgo)
write(nu_diag,F00) ' stream_taxmode = ',trim(stream_taxmode)
do n = 1,nFile
write(nu_diag,F00) ' stream_datafiles = ',trim(stream_dataFiles(n))
end do
Expand Down

0 comments on commit 444b1a3

Please sign in to comment.