Giter Site home page Giter Site logo

Comments (4)

lizziel avatar lizziel commented on June 12, 2024

I also did runs of GEOS-Chem online in GEOS (old MAPL) with two different timesteps. Both had warm GEOS-Chem restart settings the same so no issue:

 Doing warm GEOS-Chem restart
 GEOS-Chem phase            1 :
 DoConv   :  T
 DoDryDep :  T
 DoEmis   :  T
 DoTend   :  T
 DoTurb   :  F
 DoChem   :  F
 DoWetDep :  F

from gchp_legacy.

lizziel avatar lizziel commented on June 12, 2024

To further clarify the issue, here is a breakdown of current (12.7.1) behavior of GCHP in terms of what components are run during each timestep. For simplicity I only list chemistry and dynamics with the understanding that each represents a set of GEOS-Chem subcomponents.

Current (and correct) GCHP behavior with default low resolution timesteps (10/20):

warm restart: dynamics, chemistry
00:10: dynamics
00:20: dynamics, chemistry
00:30: dynamics
00:40: dynamics, chemistry
00:50: dynamics
etc.

Current (and incorrect) GCHP behavior with default high resolution timesteps (5/10):

warm restart: dynamics
00:05: dynamics, chemistry
00:10: dynamics
00:15: dynamics, chemistry
00:20: dynamics
00:25: dynamics, chemistry
etc.

This appears to be a MAPL alarms issue since IsChemTime is set from the alarm, alternating between timestep, and directly setting whether chemistry is done in addition to dynamics. Somehow the reduction of the timestep makes the alternating IsChemTime out-of-phase when it should be independent.

from gchp_legacy.

lizziel avatar lizziel commented on June 12, 2024

I have verified this behavior is also present in GCHP versions prior to the MAPL upgrade in 12.5.

from gchp_legacy.

lizziel avatar lizziel commented on June 12, 2024

This bug is fixed in commit geoschem/geos-chem@8d2a8c2. I added updates to address the problem for the recommended timesteps only. These are autoset in runConfig.sh, and are 10/20 min (dyn/chem) for resolutions below c180, and 5/10 min above. It is a kludge and may not work with other timestep combinations.

The fix is made up of two parts:

  1. Update GIGCchem_REFERENCE_TIME seconds in GCHP.rc from 0 to 1 if using reduced timesteps. This prevents the shift of the alternating IsChemTime logical value returned by MAPL by one timestep.
  2. Force all components to be on during the first timestep.

from gchp_legacy.

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.