Skip to content

Commit

Permalink
Remove coordinates from history output. They are time-invariant and h…
Browse files Browse the repository at this point in the history
…ave a land(ish) mask applied, so are not very useful and slow down multiple history file at once.

See CICE-Consortium/CICE#935
  • Loading branch information
anton-seaice committed May 17, 2024
1 parent e302221 commit 923ce50
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ice_in
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,10 @@
!-----------------------------------
! These fields are on by default (in ice_history_shared.F90) but lets turn them off
!-----------------------------------
f_tlon = .false. , f_tlat = .false.
f_ulon = .false. , f_ulat = .false.
f_nlon = .false. , f_nlat = .false.
f_elon = .false. , f_elat = .false.
f_albpnd = 'x'
f_atmdir = 'x' , f_atmspd = 'x'
f_coszen = 'x'
Expand Down

0 comments on commit 923ce50

Please sign in to comment.