Skip to content
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

+Add timestamp and directory to particles restart #505

Merged
merged 2 commits into from
Oct 28, 2023

Conversation

cspencerjones
Copy link

The directory, time and timestamp variables are needed by the particle code in order to write better restart files. I have changed the particles_save_restart interface to add these variables. I have also removed the option to pass temperature and salinity to particles_save_restart, because these variables are not useful for restart.

The directory, time and timestamp variables are needed by the particle code in order to write better restart files. I have changed the particles_save_restart interface to add these variables. I have also removed the option to pass temperature and salinity to particles_save_restart, because these variables are not useful for restart.
@codecov
Copy link

codecov bot commented Oct 16, 2023

Codecov Report

Merging #505 (86ee960) into dev/gfdl (503a9f4) will decrease coverage by 0.01%.
The diff coverage is 0.00%.

❗ Current head 86ee960 differs from pull request most recent head 23eb751. Consider uploading reports for the commit 23eb751 to get more accurate results

@@             Coverage Diff              @@
##           dev/gfdl     #505      +/-   ##
============================================
- Coverage     37.54%   37.54%   -0.01%     
============================================
  Files           270      270              
  Lines         79030    79030              
  Branches      14635    14635              
============================================
- Hits          29672    29670       -2     
- Misses        43892    43894       +2     
  Partials       5466     5466              
Files Coverage Δ
config_src/external/drifters/MOM_particles.F90 0.00% <0.00%> (ø)
src/core/MOM.F90 50.82% <0.00%> (ø)

... and 1 file with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@marshallward
Copy link
Member

Gaea regression: https://gitlab.gfdl.noaa.gov/ogrp/MOM6/-/pipelines/21133 ✔️

@marshallward marshallward merged commit ddb88f8 into NOAA-GFDL:dev/gfdl Oct 28, 2023
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants