Git Product home page Git Product logo

Comments (4)

pwolfram avatar pwolfram commented on June 21, 2024

@bradyrx, this is somewhat obscured. Great question! You need to change

config_AM_lagrPartTrack_compute_interval = 'dt'

to something like

config_dt = '00:10:00'
config_AM_lagrPartTrack_compute_interval = '0000_01:00:00'

See MPAS-Dev/MPAS#1484 for more detail. Does this make more sense?

from mpas-model.

bradyrx avatar bradyrx commented on June 21, 2024

@pwolfram ,

Before I send off these test cases, I want to make sure I'm doing this right. (Note the linked PR is broken)

Does config_dt modify the global time step? I haven't set this explicitly, so it currently runs at whatever default is. I imagine then that compute_interval should be a multiple of config_dt?

Assuming this is all correct, would these test cases work?

no supercycling

config_dt = '00:10:00'
config_AM_lagrPartTrack_compute_interval = 'dt'

1 hour supercycling

config_dt = '00:10:00'
config_AM_lagrPartTrack_compute_interval = '0000_01:00:00'

4 hour supercycling

config_dt = '00:10:00'
config_AM_lagrPartTrack_compute_interval = '0000_04:00:00'

8 hour supercycling

config_dt = '00:10:00'
config_AM_lagrPartTrack_compute_interval = '0000_08:00:00'

from mpas-model.

pwolfram avatar pwolfram commented on June 21, 2024

@bradyrx, config_dt modifies the global time step. config_AM_lagrPartTrack_compute_interval is the LIGHT time step and this should be effectively n*config_dt, e.g.,

config_dt = '00:10:00'
config_AM_lagrPartTrack_compute_interval = '0000_01:00:00'

I believe the test cases should work, please let me know.

I've requested getting you access to MPAS-Dev/MPAS#1484

from mpas-model.

pwolfram avatar pwolfram commented on June 21, 2024

@bradyrx, please let me know when you are satisfied here and please feel free to close when this is the case. Thanks!

from mpas-model.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.