From 790b2a878817e1a689a54d2e5d8ce102176a94f9 Mon Sep 17 00:00:00 2001 From: anton-climate Date: Fri, 5 Apr 2024 15:24:21 +1100 Subject: [PATCH] Remove coordinates from history output. They are time-invariant and have a land(ish) mask applied, so are not very useful and slow down multiple history file at once. See https://github.com/CICE-Consortium/CICE/pull/935 --- ice_in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ice_in b/ice_in index 53d8688..08234d0 100644 --- a/ice_in +++ b/ice_in @@ -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'