-
Notifications
You must be signed in to change notification settings - Fork 142
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
Bugzilla 1977 - Allow subcolumn history output with non-instantaneous processing #4
Comments
jimmielin
pushed a commit
to jimmielin/CAM
that referenced
this issue
Mar 1, 2021
Fix: Forgot to allocate pbuf fields before writing the ZPJ values to pbuf
JulioTBacmeister
pushed a commit
to JulioTBacmeister/CAM
that referenced
this issue
Dec 9, 2021
New vertical updraft velocity method
gold2718
pushed a commit
to gold2718/CAM
that referenced
this issue
Apr 24, 2023
…5-Nor Make aerotab files all downloadable
gold2718
pushed a commit
to gold2718/CAM
that referenced
this issue
Apr 24, 2023
Merge pull request ESCOMP#4 from MichaelSchulzMETNO/cam_cesm2_1_rel_05-Nor
marianna-benassi
pushed a commit
to marianna-benassi/CAM-ESCOMP
that referenced
this issue
Jul 31, 2023
HHOURLY, HOURLY output options added
jedwards4b
pushed a commit
to jedwards4b/CAM
that referenced
this issue
Oct 27, 2023
…OMP#4) Update namelist_defaults_cam.xml for EarthWorks mpasa grids Add default values for mpasa120, mpasa60, mpasa30, and mpasa15 grids. These change should reduce the amount of commands needed to setup FHS94, FKESSLER, F2000climo, and QPC6 compsets.
jedwards4b
added a commit
to jedwards4b/CAM
that referenced
this issue
Jun 1, 2024
fix issue with status
gold2718
pushed a commit
to gold2718/CAM
that referenced
this issue
Sep 16, 2024
Added namelist variables and test
gold2718
pushed a commit
to gold2718/CAM
that referenced
this issue
Oct 16, 2024
Provide DMS from phys_control
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Opened: Steve Goldhaber 2014-05-15 14:29:52 MDT
If there is a history output field that is defined on subcolumns (a subcol field) and its processing type is not instantaneous (e.g., 'A' instead of 'I'), it ends up in the restart history file but restart crashes because the 'psubcols' history coordinate is not yet defined during a restart run.
Proposed action is to allow all history processing functions for subcolumn fields by reimplementing the CAM restart process. In particular, major parts of phys_init need to be called before read_restart_physics.
Comment 1: Brian Eaton 2014-05-16 08:12:33 MDT
Sounds like there's info missing from the restart file. The history buffers are unpacked and so the only info needed for a subcol dimension is psubcols (not nsubcols). I'm not seeing what's special about subcols that would require a reordering of the restart process.
Comment 2: Cheryl Craig 2016-05-04 14:00:52 MDT
This will be fixed as part of the CAM initialization refactor.
Comment 3: Cheryl Craig 2016-05-04 14:04:15 MDT
Bug 1976 has been marked as a duplicate of this bug.
The text was updated successfully, but these errors were encountered: