-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hist_suffix
in CICE
#201
Comments
We could do another update of all our components? |
Updating to the latest CESM versions would include this change |
Sounds good, so long as it doesn't mess up what @minghangli-uni is doing |
Should we wait until #95 (comment) is fixed before updating WW3? |
…er at this point, and the userscript to concat ice daily output expects the default name to be used. See COSIMA/access-om3#201
…er at this point, and the userscript to concat ice daily output expects the default name to be used. See COSIMA/access-om3#201
…er at this point, and the userscript to concat ice daily output expects the default name to be used. See COSIMA/access-om3#201
…er at this point, and the userscript to concat ice daily output expects the default name to be used. See COSIMA/access-om3#201
…er at this point, and the userscript to concat ice daily output expects the default name to be used. See COSIMA/access-om3#201
…er at this point, and the userscript to concat ice daily output expects the default name to be used. See COSIMA/access-om3#201
…er at this point, and the userscript to concat ice daily output expects the default name to be used. See COSIMA/access-om3#201
…er at this point, and the userscript to concat ice daily output expects the default name to be used. See COSIMA/access-om3#201
…er at this point, and the userscript to concat ice daily output expects the default name to be used. See COSIMA/access-om3#201
…er at this point, and the userscript to concat ice daily output expects the default name to be used. See COSIMA/access-om3#201
…er at this point, and the userscript to concat ice daily output expects the default name to be used. See COSIMA/access-om3#201
…er at this point, and the userscript to concat ice daily output expects the default name to be used. See COSIMA/access-om3#201
…er at this point, and the userscript to concat ice daily output expects the default name to be used. See COSIMA/access-om3#201
…er at this point, and the userscript to concat ice daily output expects the default name to be used. See COSIMA/access-om3#201
…er at this point, and the userscript to concat ice daily output expects the default name to be used. See COSIMA/access-om3#201
…er at this point, and the userscript to concat ice daily output expects the default name to be used. See COSIMA/access-om3#201
…er at this point, and the userscript to concat ice daily output expects the default name to be used. See COSIMA/access-om3#201
…er at this point, and the userscript to concat ice daily output expects the default name to be used. See COSIMA/access-om3#201
…er at this point, and the userscript to concat ice daily output expects the default name to be used. See COSIMA/access-om3#201
…er at this point, and the userscript to concat ice daily output expects the default name to be used. See COSIMA/access-om3#201
…er at this point, and the userscript to concat ice daily output expects the default name to be used. See COSIMA/access-om3#201
…er at this point, and the userscript to concat ice daily output expects the default name to be used. See COSIMA/access-om3#201
…ion (#169) * License file * Update incorrect note in MOM_override See COSIMA/access-om3#251 Co-authored-by: minghangli-uni <[email protected]> * Add non-default from MOM_parameter_doc.layout in the middle reorder MOM_input to follow MOM_parameter_doc.short Put non-default values from MOM_parameter_doc.debugging at the top Co-authored-by: Dougie Squire <[email protected]> * Add WIND_STAGGER to MOM_INPUT for clarity This only affects the logging, the actual value is hardcoded through a #ifdef CESMCOUPLED * Change atm and ice mesh from 1deg -> 025deg Change ice_ntasks to be 96 Remove unused components payu-org/payu#496 Removed some checks in Payu which required unused components to be present in the nuopc.runconfig file. Co-authored-by: Dougie Squire <[email protected]> * Update to ACCESS-NRI/ACCESS-OM3 deployment 25.01.0 * Update field dictionary with latest from CMEPS * add_gusts parameter needed for 0.4.0 build * Update nuopc.runconfig to turn-off dates in restart_pointers * Turn on netcdf4 per COSIMA/access-om3#81 The new build uses openmpi4.1.7, which fixes some bugs preventing parallel reads over symlinks. This allows use of parallelio netcdf4 option, even though at this resolution for most components we will still only use one PE for IO. * Use .d and .m in CICE history output filenames Per COSIMA/access-om3#201 * Turn off extra cice restarts and remove non functioning write_restart_at_endofrun per COSIMA/access-om3#175 * Set Earth radius the same as the UM * Update MOM6 parameters and docs See COSIMA/access-om3#274 --------- Co-authored-by: anton-seaice <[email protected]> Co-authored-by: Dougie Squire <[email protected]> Co-authored-by: Anton Steketee <[email protected]> Co-authored-by: dougiesquire <[email protected]>
This has been completed in dev- branches : 1deg_ryf ACCESS-NRI/access-om3-configs#161 |
There is a bug in the version of CICE we are building with which sets the length of the
hist_suffix
var to one character:https://github.com/ESCOMP/CICE/blob/12dd204349090058a66715163932ae3243f9632c/cicecore/cicedyn/analysis/ice_history_shared.F90#L765
This has been resolved:
CICE-Consortium/CICE@67a2f16
We planning to use this feature to set filenames to include 1day / 1mon per #191
Shall we update the CICE version? Or put a patch in?
The other changes between versions look fairly innocuous
The text was updated successfully, but these errors were encountered: