Skip to content

Commit

Permalink
Add missing fields for UVFlux collection in HISTORY.rc.fullchem
Browse files Browse the repository at this point in the history
run/GCClassic/HISTORY.rc.fullchem
- Added missing fields for the UVFlux collection (frequency,
  duration, mode, fields).

CHANGELOG.md
- Updated accordingly

Signed-off-by: Bob Yantosca <[email protected]>
  • Loading branch information
yantosca committed Jul 26, 2024
1 parent f6dc400 commit 1fe1dec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Fixed bug in # levels with cloud used in photolysis when using GCAP met or CESM
- Fixed typos for `SatDiagnEdge` collection in `HISTORY.rc` templates
- The `SatDiagnOH` diagnostic now works for the carbon simulation
- Restored missing fields for `UVFlux` collection in `run/GCClassic/HISTORY.rc.templates/HISTORY.rc.fullchem`

### Removed
- Entry `SatDiagnPEDGE` from the `SatDiagn` collection; This needs to go into the `SatDiagnEdge` collection.


### Changed
- Only read photolysis data in `Init_Photolysis` in first instance of GEOS-Chem on each PET in CESM as PIO requires it

Expand Down
6 changes: 5 additions & 1 deletion run/GCClassic/HISTORY.rc.templates/HISTORY.rc.fullchem
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,11 @@ COLLECTIONS: 'Restart',
#
# Available for all full-chemistry simulations with photolysis
#==============================================================================
UVFlux.template: 'UVFluxDiffuse_?UVFLX? ',
UVFlux.template: '%y4%m2%d2_%h2%n2z.nc4',
UVFlux.frequency: ${RUNDIR_HIST_TIME_AVG_FREQ}
UVFlux.duration: ${RUNDIR_HIST_TIME_AVG_DUR}
UVFlux.mode: 'time-averaged'
UVFlux.fields: 'UVFluxDiffuse_?UVFLX? ',
'UVFluxDirect_?UVFLX? ',
'UVFluxNet_?UVFLX? ',
::
Expand Down

0 comments on commit 1fe1dec

Please sign in to comment.