-
Notifications
You must be signed in to change notification settings - Fork 12
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
Update to UWM hash #87
Update to UWM hash #87
Commits on May 31, 2024
-
Update CICE plotting tools. Add ciceplots.csh and ciceplots2d.py. (CI…
…CE-Consortium#958) Update CICE plotting tools. Add ciceplots.csh and ciceplots2d.py. Update timeseries.py. Remove timeseries.csh. Have the plotting tools copied into case directories. Update documentation. ciceplots2d.py generates global and polar plots for fields on CICE history files. ciceplots.csh is a general script that calls timeseries.py and ciceplots2d.py to generate plots for a user defined case. Add basemap to the cice conda environment.yml file to support the plotting packages. Add output to JRA55_files in ice_forcing.F90 to make it easier to understand when/why JRA55 files are missing. Add NO_CDF5 CPP to izumi_nag Macros file. Change 10 year production test case to 8 year test. This will serve as basis for release results. Update Icepack to #083d6e3cf42198 from May 28, 2024. Includes updates to Icepack plotting tools.
Configuration menu - View commit details
-
Copy full SHA for 2771786 - Browse repository at this point
Copy the full SHA 2771786View commit details
Commits on Jul 2, 2024
-
Changes shr_file to shr_log. (CICE-Consortium#960)
* replace shr_file with shr_log * Change names for stub routines --------- Co-authored-by: Jim Edwards <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b109fa4 - Browse repository at this point
Copy the full SHA b109fa4View commit details
Commits on Aug 8, 2024
-
Access alternative congelation ice formulation in icepack (CICE-Conso…
…rtium#965) Add support for 'one-step' congelation ice formation in addition to current default 'two-step' option. Added a new namelist, congel_freeze to control the congelation option. This CICE update requires an update to Icepack to support the new congel_freeze option. The default setting for congel_freeze is set to 'two-step' for backwards compatibility. The new 'one-step' option will be evaluated and may become the default option in the future. Testing indicates the default setting is bit-for-bit identical with the current main.
Configuration menu - View commit details
-
Copy full SHA for 350d34a - Browse repository at this point
Copy the full SHA 350d34aView commit details -
Confirm backward compatibility for PIO reads on non-parallel files (C…
…ICE-Consortium#966) Add ability for netcdf file reading to fall back to regular netcdf if a file is initially opened (for instance with hdf5 reading) and fails to open properly. For some versions of the PIO library (<2.5.10), attempting a parallel read with filetype netcdf4 (hdf5) of a file which does not support parallel reads fails. The expected behaviour (which is fixed in latest PIO versions) is to fall back to a serial read. The change ensures support for older PIO versions.
Configuration menu - View commit details
-
Copy full SHA for 64b6aa3 - Browse repository at this point
Copy the full SHA 64b6aa3View commit details
Commits on Aug 16, 2024
-
Write restart at end of run via NUOPC component attribute & Initializ…
…e cpl_scalar field when created for UFS (CICE-Consortium#969) These are two commits cherry-picked from as in UFS and needed to close NOAA-EMC#84. This PR adds the ability for CICE to write restart files at the end of the run (independent of other settings) and controlled via the CMEPS configuration option write_restart_at_endofrun. Setting this configuration option to True creates a restart file in the same way for CMEPS, MOM6, and CICE. This PR also initializes the scalar field value for the index for NTile (implemented for FV3) not used or set in CICE. In certain cases, the scalar field value for this index has been found to be non-zero (NaN in debug compiles). This is the cause of the failure reported in ufs-community/ufs-weather-model#2338. * Add end of run functionality to CICE (NOAA-EMC#77) * initialize cpl_scalar field when created (NOAA-EMC#83) --------- Co-authored-by: Daniel Sarmiento <[email protected]> Co-authored-by: Denise Worthen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9c4334a - Browse repository at this point
Copy the full SHA 9c4334aView commit details
Commits on Aug 22, 2024
-
Enable prescribed ice for UFS (CICE-Consortium#964)
Prescribed ice CICE was enclosed by #ifdef CESMCOUPLED in CMEPS driver. This allows use of prescribed ice CICE in ufs-weather-model with CDEPS calls to input (sea ice concentration) from file. Starting as cherry-picked as in UFS but dependency on CDEPS likely needs to be optional at compile time. This is needed for History conflicts between CICE-Consortium and emc/develop NOAA-EMC#84 * Enable prescribed ice for UFS (NOAA-EMC#80) * Remove #ifdef CESMCOUPLED from cicecore/drivers/nuopc/cmeps/CICE_RunMod.F90 * Remove #ifdef CESMCOUPLED from cicecore/drivers/nuopc/cmeps/ice_prescribed_mod.F90 * Testing changing stream_taxmode from cycle to extend * Change include mpif.h to use mpi in ice_prescribed_mod.F90 * Call dshr_pio_init from ice_prescribed_init * Call ice_prescribed_run after ice_prescribed_init * Incorporate ice_prescribed_nml in ice_prescribed_mod.F90 * write stream_taxmode to log. typo in ice_prescribed_mod.F90. * Remove CESMCOUPLED so models initialize ice_prescribed at end of ice_prescribed_init * Change indent for #ifndef for gnu debug * Only call ice_prescribed_run in ice_prescribed_init #ifndef CESMCOUPLED * Note CDEPS dependency in cicecore/drivers/nuopc/cmeps/ice_prescribed_mod.F90 * Remove stub prescribed ice code
Configuration menu - View commit details
-
Copy full SHA for 635d9a1 - Browse repository at this point
Copy the full SHA 635d9a1View commit details