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

[REVIEW]: SICOPOLIS-AD v2: tangent linear and adjoint modeling framework for ice sheet modeling enabled by automatic differentiation tool Tapenade #4679

Closed
editorialbot opened this issue Aug 16, 2022 · 124 comments
Assignees
Labels
accepted C Fortran published Papers published in JOSS recommend-accept Papers recommended for acceptance in JOSS. review Shell Track: 6 (ESE) Earth Sciences and Ecology

Comments

@editorialbot
Copy link
Collaborator

editorialbot commented Aug 16, 2022

Submitting author: @Shreyas911 (Shreyas Sunil Gaikwad)
Repository: https://gitlab.awi.de/sicopolis/sicopolis
Branch with paper.md (empty if default branch): ad
Version: ad-v2
Editor: @crvernon
Reviewers: @svchb, @ifthompson
Archive: 10.5281/zenodo.7648249

Status

status

Status badge code:

HTML: <a href="https://joss.theoj.org/papers/28110e3febdba655f8f30f1aeaacd5b1"><img src="https://joss.theoj.org/papers/28110e3febdba655f8f30f1aeaacd5b1/status.svg"></a>
Markdown: [![status](https://joss.theoj.org/papers/28110e3febdba655f8f30f1aeaacd5b1/status.svg)](https://joss.theoj.org/papers/28110e3febdba655f8f30f1aeaacd5b1)

Reviewers and authors:

Please avoid lengthy details of difficulties in the review thread. Instead, please create a new issue in the target repository and link to those issues (especially acceptance-blockers) by leaving comments in the review thread below. (For completists: if the target issue tracker is also on GitHub, linking the review thread in the issue or vice versa will create corresponding breadcrumb trails in the link target.)

Reviewer instructions & questions

@svchb & @kris-rowe, your review will be checklist based. Each of you will have a separate checklist that you should update when carrying out your review.
First of all you need to run this command in a separate comment to create the checklist:

@editorialbot generate my checklist

The reviewer guidelines are available here: https://joss.readthedocs.io/en/latest/reviewer_guidelines.html. Any questions/concerns please let @crvernon know.

Please start on your review when you are able, and be sure to complete your review in the next six weeks, at the very latest

Checklists

📝 Checklist for @svchb

📝 Checklist for @ifthompson

@editorialbot
Copy link
Collaborator Author

Hello humans, I'm @editorialbot, a robot that can help you with some common editorial tasks.

For a list of things I can do to help you, just type:

@editorialbot commands

For example, to regenerate the paper pdf after making changes in the paper's md or bib files, type:

@editorialbot generate pdf

@editorialbot
Copy link
Collaborator Author

Software report:

github.com/AlDanial/cloc v 1.88  T=0.45 s (468.7 files/s, 315669.7 lines/s)
--------------------------------------------------------------------------------
Language                      files          blank        comment           code
--------------------------------------------------------------------------------
Fortran 90                       85          19201          14442          52559
C/C++ Header                     36           5350            203          23348
C                                23           1615           1088          13208
TeX                               6            342            104           2477
Fortran 77                        6            147            210           1992
Bourne Shell                     19            335            347           1028
Python                            6            311            434            868
XML                               1              1              0            779
reStructuredText                  9            520            785            455
Markdown                          5             88              0            207
Bourne Again Shell                5             36              8            152
Jupyter Notebook                  1              0            491            101
HTML                              2              3              0             50
DOS Batch                         2             11              1             35
YAML                              2              6              6             34
JSON                              1              0              0             26
make                              2              7              7             24
CSS                               2              2              6             20
--------------------------------------------------------------------------------
SUM:                            213          27975          18132          97363
--------------------------------------------------------------------------------


gitinspector failed to run statistical information for the repository

@editorialbot
Copy link
Collaborator Author

Wordcount for paper.md is 2574

@editorialbot
Copy link
Collaborator Author

Reference check summary (note 'MISSING' DOIs are suggestions that need verification):

OK DOIs

- 10.5194/gmd-13-1845-2020 is OK
- 10.1088/2515-7620/ab6368 is OK
- 10.1007/978-3-642-03415-2 is OK
- 10.1175/1520-0442(1997)010<0901:AOAPTD>2.0.CO;2 is OK
- 10.3189/172756411797252068 is OK
- 10.3189/172756409789624256 is OK
- 10.1175/1520-0477(1997)078<2577:WIAAM>2.0.CO;2 is OK
- 10.1145/2450153.2450158 is OK
- 10.3189/2014JoG13J214 is OK
- 10.1080/10556789208805505 is OK

MISSING DOIs

- None

INVALID DOIs

- None

@editorialbot
Copy link
Collaborator Author

👉📄 Download article proof 📄 View article proof on GitHub 📄 👈

@crvernon
Copy link

👋 @Shreyas911 @svchb @kris-rowe - the review takes place in this issue.

❗ Also, please don't forget to add a link to this review issue in any issues or pull requests you may generate in the https://gitlab.awi.de/sicopolis/sicopolis repository. This will help everyone have a single point of reference.

@svchb
Copy link

svchb commented Aug 17, 2022

Review checklist for @svchb

Conflict of interest

  • I confirm that I have read the JOSS conflict of interest (COI) policy and that: I have no COIs with reviewing this work or that any perceived COIs have been waived by JOSS for the purpose of this review.

Code of Conduct

General checks

  • Repository: Is the source code for this software available at the https://gitlab.awi.de/sicopolis/sicopolis?
  • License: Does the repository contain a plain-text LICENSE file with the contents of an OSI approved software license?
  • Contribution and authorship: Has the submitting author (@Shreyas911) made major contributions to the software? Does the full list of paper authors seem appropriate and complete?
  • Substantial scholarly effort: Does this submission meet the scope eligibility described in the JOSS guidelines

Functionality

  • Installation: Does installation proceed as outlined in the documentation?
  • Functionality: Have the functional claims of the software been confirmed?
  • Performance: If there are any performance claims of the software, have they been confirmed? (If there are no claims, please check off this item.)

Documentation

  • A statement of need: Do the authors clearly state what problems the software is designed to solve and who the target audience is?
  • Installation instructions: Is there a clearly-stated list of dependencies? Ideally these should be handled with an automated package management solution.
  • Example usage: Do the authors include examples of how to use the software (ideally to solve real-world analysis problems).
  • Functionality documentation: Is the core functionality of the software documented to a satisfactory level (e.g., API method documentation)?
  • Automated tests: Are there automated tests or manual steps described so that the functionality of the software can be verified?
  • Community guidelines: Are there clear guidelines for third parties wishing to 1) Contribute to the software 2) Report issues or problems with the software 3) Seek support

Software paper

  • Summary: Has a clear description of the high-level functionality and purpose of the software for a diverse, non-specialist audience been provided?
  • A statement of need: Does the paper have a section titled 'Statement of need' that clearly states what problems the software is designed to solve, who the target audience is, and its relation to other work?
  • State of the field: Do the authors describe how this software compares to other commonly-used packages?
  • Quality of writing: Is the paper well written (i.e., it does not require editing for structure, language, or writing quality)?
  • References: Is the list of references complete, and is everything cited appropriately that should be cited (e.g., papers, datasets, software)? Do references in the text use the proper citation syntax?

@svchb
Copy link

svchb commented Aug 17, 2022

@Shreyas911 What is the timeline to merge this branch into the main branch? Because having the paper refer to a version of the code in a development branch might be a bit premature?

@Shreyas911
Copy link

@svchb, It will be merged in a few months, per my discussions with Dr. Ralf Greve, who maintains the base SICOPOLIS code. The code on the ad branch is fully merged with develop already. Before the next release, we will merge the ad branch with the master.

@svchb
Copy link

svchb commented Aug 17, 2022

@crvernon Is this fine?

@Shreyas911
Copy link

@crvernon @svchb, If absolutely necessary, we can speed it up but I think this is just a logistical issue, that will get sorted in a few months.

@crvernon
Copy link

@Shreyas911 by in a few months, do you mean holding publication until then as well?

@Shreyas911
Copy link

@crvernon, let me elaborate, apologies for the confusion.

We intend to merge the ad branch into the master once the review of the paper is complete and all necessary changes have been made to the ad branch. We thought it was fine to keep everything on the ad branch and there was no rush to merge it, so we had set a timeline of a few months to do the merge, which will be fairly painless.

If the rules of JOSS require it, we can make the merge immediately, but I would have to check with Dr. Ralf Greve (the maintainer of the base SICOPOLIS code) if that is fine.

Best,
Shreyas

@svchb
Copy link

svchb commented Aug 18, 2022

@Shreyas911 @crvernon I would suggest holding the publication till it is merged with the main branch, but starting the review process now since the documentation needs a bit of work.

@Shreyas911
Copy link

@svchb, yes, I will speak to Ralf and get started on the merging. We can continue the review since we are likely to be done merging before the review process concludes.

@svchb
Copy link

svchb commented Aug 18, 2022

@Shreyas911 The paper is too long. The guideline is about 1000 words. You mention a lot of stuff that is also is just repeated from your documentation. Just reference your documentation. Following best development practices, i.e. having a documentation, CI etc. is not a major feature.

I will follow up on documentation improvement suggestions in an issue in your gitlab.

@crvernon
Copy link

Working via a development branch is OK while conducting the review. This is often done to not disturb the stable main branch representing a current version used by the public. However, changes made during the review that are done to meet the requirements and feedback from the review should be made available on your main branch before publication is finalized.

@svchb
Copy link

svchb commented Aug 18, 2022

@Shreyas911 I am not able to login to the awi gitlab even though I should be able to. (I work for an AWI associated research center) So I am not able to create an issue in your gitlab. You might need to change the settings to allow public issue creation.

@Shreyas911
Copy link

@svchb, I will email Ralf, he has the control.

@Shreyas911
Copy link

Hi @svchb, I need to add you as a Guest member to the project. Can you share your AWI-affiliated email address or username?

@svchb
Copy link

svchb commented Aug 23, 2022

@Shreyas911 Thanks got the invite. Currently waiting on tech support fixing the Identity Provider config between Hereon-HIFIS-AWI.

@svchb
Copy link

svchb commented Aug 26, 2022

@Shreyas911
Todo:

  • shorten paper
    The paper is too long. The guideline is about 1000 words. You mention a lot of stuff that is also is just repeated from your documentation. Just reference your documentation. Following best development practices, i.e. having a documentation, CI etc. is not a major feature.
  • Fix the stuff in issues [1] and [2]

@crvernon
Copy link

👋 - @Shreyas911 @svchb @ @kris-rowe Will you please provide an update to the status of this review in this thread?

@editorialbot
Copy link
Collaborator Author

Reference check summary (note 'MISSING' DOIs are suggestions that need verification):

OK DOIs

- 10.5194/gmd-13-1845-2020 is OK
- 10.1088/2515-7620/ab6368 is OK
- 10.1145/2450153.2450158 is OK
- 10.1007/978-3-642-03415-2 is OK
- 10.1175/1520-0442(1997)010<0901:AOAPTD>2.0.CO;2 is OK
- 10.3189/172756411797252068 is OK
- 10.3189/172756409789624256 is OK
- 10.1175/1520-0477(1997)078<2577:WIAAM>2.0.CO;2 is OK
- 10.1145/2450153.2450158 is OK
- 10.3189/2014JoG13J214 is OK
- 10.1080/10556789208805505 is OK
- 10.1111/j.2153-3490.1981.tb01726.x is OK
- 10.1145/293686.293695 is OK
- 10.1145/1377596.1377598 is OK
- 10.3189/002214307783258396 is OK
- 10.5194/gmd-6-1299-2013 is OK
- 10.1080/10556788.2017.1396600 is OK
- 10.1029/2003JF000065 is OK
- 10.5194/gmd-11-3747-2018 is OK
- 10.1029/2011JF002140 is OK
- 10.5194/tc-8-2335-2014 is OK
- 10.5194/gmd-9-4521-2016 is OK
- 10.1029/2020GL091741 is OK
- 10.1007/s003820050149 is OK
- 10.1029/2008JF001015 is OK
- 10.1007/BF00207423 is OK
- 10.1038/nature07809 is OK

MISSING DOIs

- None

INVALID DOIs

- None

@Shreyas911
Copy link

@editorialbot generate pdf

@editorialbot
Copy link
Collaborator Author

👉📄 Download article proof 📄 View article proof on GitHub 📄 👈

@crvernon
Copy link

crvernon commented Mar 7, 2023

@Shreyas911 - thanks for putting together a really nice software product! Thanks to @svchb and @ifthompson for a constructive review!

I am recommending that your submission be accepted. An EIC will review this shortly and confirm final publication if all goes well.

@crvernon
Copy link

crvernon commented Mar 7, 2023

@editorialbot recommend-accept

@editorialbot
Copy link
Collaborator Author

Attempting dry run of processing paper acceptance...

@editorialbot
Copy link
Collaborator Author

Reference check summary (note 'MISSING' DOIs are suggestions that need verification):

OK DOIs

- 10.5194/gmd-13-1845-2020 is OK
- 10.1088/2515-7620/ab6368 is OK
- 10.1145/2450153.2450158 is OK
- 10.1007/978-3-642-03415-2 is OK
- 10.1175/1520-0442(1997)010<0901:AOAPTD>2.0.CO;2 is OK
- 10.3189/172756411797252068 is OK
- 10.3189/172756409789624256 is OK
- 10.1175/1520-0477(1997)078<2577:WIAAM>2.0.CO;2 is OK
- 10.1145/2450153.2450158 is OK
- 10.3189/2014JoG13J214 is OK
- 10.1080/10556789208805505 is OK
- 10.1111/j.2153-3490.1981.tb01726.x is OK
- 10.1145/293686.293695 is OK
- 10.1145/1377596.1377598 is OK
- 10.3189/002214307783258396 is OK
- 10.5194/gmd-6-1299-2013 is OK
- 10.1080/10556788.2017.1396600 is OK
- 10.1029/2003JF000065 is OK
- 10.5194/gmd-11-3747-2018 is OK
- 10.1029/2011JF002140 is OK
- 10.5194/tc-8-2335-2014 is OK
- 10.5194/gmd-9-4521-2016 is OK
- 10.1029/2020GL091741 is OK
- 10.1007/s003820050149 is OK
- 10.1029/2008JF001015 is OK
- 10.1007/BF00207423 is OK
- 10.1038/nature07809 is OK

MISSING DOIs

- None

INVALID DOIs

- None

@editorialbot
Copy link
Collaborator Author

👋 @openjournals/ese-eics, this paper is ready to be accepted and published.

Check final proof 👉📄 Download article

If the paper PDF and the deposit XML files look good in openjournals/joss-papers#4018, then you can now move forward with accepting the submission by compiling again with the command @editorialbot accept

@editorialbot editorialbot added the recommend-accept Papers recommended for acceptance in JOSS. label Mar 7, 2023
@kthyng
Copy link

kthyng commented Mar 7, 2023

  • Check that version was updated
  • Check that software archive exists, has been input to JOSS, and title and author list look good
  • Check paper

@kthyng
Copy link

kthyng commented Mar 7, 2023

Everything looks good! Ready to accept.

@kthyng
Copy link

kthyng commented Mar 7, 2023

@editorialbot accept

@editorialbot
Copy link
Collaborator Author

Doing it live! Attempting automated processing of paper acceptance...

@editorialbot
Copy link
Collaborator Author

🐦🐦🐦 👉 Tweet for this paper 👈 🐦🐦🐦

@editorialbot
Copy link
Collaborator Author

🐘🐘🐘 👉 Toot for this paper 👈 🐘🐘🐘

@editorialbot
Copy link
Collaborator Author

🚨🚨🚨 THIS IS NOT A DRILL, YOU HAVE JUST ACCEPTED A PAPER INTO JOSS! 🚨🚨🚨

Here's what you must now do:

  1. Check final PDF and Crossref metadata that was deposited 👉 Creating pull request for 10.21105.joss.04679 joss-papers#4026
  2. Wait a couple of minutes, then verify that the paper DOI resolves https://doi.org/10.21105/joss.04679
  3. If everything looks good, then close this review issue.
  4. Party like you just published a paper! 🎉🌈🦄💃👻🤘

Any issues? Notify your editorial technical team...

@editorialbot editorialbot added accepted published Papers published in JOSS labels Mar 7, 2023
@kthyng
Copy link

kthyng commented Mar 7, 2023

Congrats on your new publication @Shreyas911! Many thanks to editor @crvernon and reviewers @svchb and @ifthompson for your hard work, time, and expertise!!

@kthyng kthyng closed this as completed Mar 7, 2023
@editorialbot
Copy link
Collaborator Author

🎉🎉🎉 Congratulations on your paper acceptance! 🎉🎉🎉

If you would like to include a link to your paper from your README use the following code snippets:

Markdown:
[![DOI](https://joss.theoj.org/papers/10.21105/joss.04679/status.svg)](https://doi.org/10.21105/joss.04679)

HTML:
<a style="border-width:0" href="https://doi.org/10.21105/joss.04679">
  <img src="https://joss.theoj.org/papers/10.21105/joss.04679/status.svg" alt="DOI badge" >
</a>

reStructuredText:
.. image:: https://joss.theoj.org/papers/10.21105/joss.04679/status.svg
   :target: https://doi.org/10.21105/joss.04679

This is how it will look in your documentation:

DOI

We need your help!

The Journal of Open Source Software is a community-run journal and relies upon volunteer effort. If you'd like to support us please consider doing either one (or both) of the the following:

@Shreyas911
Copy link

Shreyas911 commented Mar 7, 2023

Hi @crvernon,

Thanks a lot but I think since we made changes after the Zenodo archive was created and tagging was done, we need a new tag and a new DOI for the Zenodo archive. Can you withdraw the paper for just a day or so till we do that? Can you guide me through any other steps needed? I had mentioned retagging in my previous response, so I thought publication would be put on hold till then.

Thanks to you and the reviewers @svchb, @ifthompson. Thanks, @kthyng as well! :)

Best,
Shreyas

@kthyng
Copy link

kthyng commented Mar 7, 2023

Hi @Shreyas911! Are these changes in code that were part of the JOSS review in the past 5 days since your previous archive and tagging? If they are just changes to the paper then it's fine for them not to be included.

@Shreyas911
Copy link

Shreyas911 commented Mar 7, 2023

Hi @kthyng ,

@crvernon noticed some minor things to change after the archiving and tagging were done.

  1. We made a few changes to the bib file of the paper, but you say this is fine.

  2. I added a how-to-contribute section to the docs, but it was already present in the README. I guess this is not that essential either.

If you approve, we could just leave the current archive and tag as it is.

Thanks,
Shreyas

@kthyng
Copy link

kthyng commented Mar 7, 2023

@Shreyas911 Sounds fine to me to leave as is, but we can certainly reprocess if you'd prefer that. Let me know either way.

@Shreyas911
Copy link

Hi @kthyng ,

I have emailed my co-author Ralf, who maintains the SICOPOLIS repo to seek his opinion. I will get back shortly.

Thanks,
Shreyas

@Shreyas911
Copy link

Hi @kthyng ,

We would prefer to leave it as it is. Thanks to everyone for their constructive views and suggestions!

Best,
Shreyas

@kthyng
Copy link

kthyng commented Mar 8, 2023

Ok sounds good. Congrats again!

@mashadab
Copy link

Congratulations on publishing this exciting work, Shreyas!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepted C Fortran published Papers published in JOSS recommend-accept Papers recommended for acceptance in JOSS. review Shell Track: 6 (ESE) Earth Sciences and Ecology
Projects
None yet
Development

No branches or pull requests

8 participants